* {
	box-sizing: border-box!important;
}

table {
	border-collapse: collapse;
}
h2 h3{
	margin:0;
	padding:0;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table th,
.table td {
	padding: 3px!important;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
table tr td{
	padding: 2px;
}

table td, table th {
	vertical-align: middle!important;
}

.table-bordered thead th, .table-bordered td, .table-bordered th{
	border: 1px solid black !important;
}

.table-bordered thead th{
	background-color:  #cacaca; 
}

strong{
	font-weight: bold;
	font-size: 13px;
}

thead { display: table-header-group!important }
tfoot { display: table-row-group!important }
tr { page-break-inside: avoid!important }

body {
	font-size: 12px;
}

.hole_score {
        display: inline-block;      
        border-radius: 50%;     
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
    }

    .score-pars {

    }

    .score-eagles {
        background: #DD9E00;
        color: #FFFFFF;     
    }

    .score-birdies {
        background: #933;
        color: #FFFFFF;
    }

    .score-bogies {
        background: #399;
        color: #FFFFFF;
    }

    .score-double_bogies {
        background: #000000;
        color: #FFFFFF;
    }

    .score-worses {
        background: #000000;
        color: #FFFFFF;
    }

    .legends div {
        display: inline-block;
        margin-right: 20px;
    }