/* Global */
body {
	min-width: 516px;
}
.content-wrapper {
	margin-top: 20px;
}

.container-fluid {
	padding: 0;
}
.content-wrapper {
	padding: 0;
}

.nav-tabs > li.float-right {
	float: right;
}

/** Pager **/
ul.pagination {
	margin: 0;
}
.pager a, .pager span {
	display: block;
	float: left;
	padding: 5px;
}

.pager a {
	font-size: 90%;
	color: #f5822b;
}
.dl-horizontal dt {
	float: left;
	width: 100px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 120px
}


.score, .weight {
	padding: 0px;
	font-weight: bold;
	font-size: 36px;
}
.scores {
	margin: 0px 10px;
}
.rounds .score {
	margin: 5px;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #ccc;
	min-width: 95px;
}
.rounds .weight {
	margin: 5px;
	padding-left: 10px;
	float: right;
	border-left: 1px solid #ccc;
	min-width: 95px;
}
.scores .hole-number {
	height: 78px;
	font-size: 36px;
	min-width: 84px;
	padding: 15px 20px 15px;
	color: #fff;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	background-color: #594D2E;
    background-image: linear-gradient(to bottom, #AB9355 0, #594D2E 100%);
    background-image: linear-gradient(to bottom, #5574AB 0, #6B7BAB 100%);
    font-family: AmericanTypewriter;
	
}
.scores .course-name {
	display: none;
}
.scores .date {
	/*
	border-bottom: 1px solid #ccc;
	*/
	line-height: 14px;
}
.scores .score {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	border-left: 1px solid #ccc;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	min-width: 85px;
	text-align: center;
}
.scores .course-row {
	border:  1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
	min-width: 374px;
	min-width: 409px;
}
.scores .distance {
	float: left;
	font-size: 40px;
	margin-top: 20px;
}
.scores .distance label {
	font-size: 15px;
	font-weight: 300;
}
.scores .par, .scores .handicap {
	margin-left: 15px;
	display: block;
	margin-left: 160px;
	margin-top: 10px;
}
.scores .par {
	font-size: 24px;
}
.scores .handicap {
	color: #939393;
	font-weight: normal;
}
.scores .par label, .scores .handicap label {
	font-size: 12px;
}
.scores .handicap label {
	font-weight: normal;
}
.score label, .weight label {
	font-size: 12px;
	color: #aaa;
	display: block;
	margin-bottom: 0px;
}
.putts {
	font-size: 16px;
	font-weight: bold;
	margin-left: -5px;
}
.rounds .course-row {
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
}
.course-row {
	overflow: hidden;
}
.rounds>div.hover-row:hover {
	cursor: pointer;
	background: #E0F0D9;
}
.rounds {
	margin-bottom: 20px;
}
.rounds>.course-row:first-child {
	border-top: 1px solid #ccc;
}
.rounds>.course-row:nth-child(odd) {
	background-color: #f9f9f9;
}
.course-info {
	padding-left: 10px;
	float: left;
	font-size: 24px;
	margin: 5px;
	-min-width: 300px;
}
.date {
	font-size: 18px;
	color: #666;
}
.bg-orange {
    background-color: #F1DBC1;
}
