@charset "utf-8";
/* @import url(http://fonts.googleapis.com/css?family=Raleway:300,400,700,900); */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Catamaran:200,300,400,600,700);
/* @import url(https://fonts.googleapis.com/css2?family=Inconsolata&display=swap); */
@import url(https://fonts.googleapis.com/css2?family=Swanky+and+Moo+Moo&display=swap);

/* null margins and padding to give good cross-browser baseline */
html, body, address, blockquote, div, form, fieldset, caption, h1, h2, h3, h4, h5, h6, hr, ul, li, ol, table, tr, td, th, p, img {
	margin: 0;
	padding: 0;
}

body {
	background-color: #8FA174;  /* LIGHT GREEN */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: .8rem;
}

#schedule-container {
	/* font-weight: 300; */
	/* text-align: center;  REQURED FOR IE */
	margin-left: auto;
	margin-right: auto;
}

#standings-container {
	width: 630px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-black {
  background-color: #000;
}

.bg-lt-green {
	background-color: #CCFFCC; /* LIGHT GREEN */
	color: #339933; /* GREEN */
}

.bg-lt-gray {
	background-color: rgb(242,242,242)
}

.bg-dk-gray {
	background-color: rgb(192,192,192)
}

.bg-lt-red {
	background-color: #FF9696; /* LIGHT RED */
	color: #990000; /* RED */
}

.bg-white {
	background-color: #FFF; /* WHITE */
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.box-menu {
	list-style-type:none;
}

.button {
	/* padding: .4rem .3rem; */
	width: 4rem;
	background-color: green;
	border: 1px solid black;
	color: white;
}

.chart {
	width: 100%;
	/* min-height: 8rem; */
	min-height: 20rem;
}

.chart--tan {
	border:1px solid #d1b990;
	background-color:#f5f1c9;
}

.chart--lightgray {
	border: 1px solid #7c7d7e;
	background-color: #F6F7F9;
}

.content-header {
	/* position: relative; */
	/* height: 2.5rem; */
	/* line-height: 2.5rem; */
  	font-size: 1.5rem;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #366091; /* BLUE */
	text-align: center;
	margin-bottom: .5rem;
}

.content-header__team {
  	font-size: 1.5rem;
	font-weight: 400;
	background-color: #f6f7f9;
	border: black 1px solid;
	text-align: center;
	margin-bottom: .5rem;
}

.content-header__golfer {
  	font-size: 1.5rem;
	font-weight: 400;
	background-color: #f6f7f9;
	border: black 1px solid;
	text-align: center;
	margin-bottom: .5rem;
}

.result-link:visited {
	color:#756F6F; /* GRAY */
	/* text-decoration: none; */
	font-weight: 300;
}
.result-link:link {
	color:#756F6F; /* GRAY */
	/* text-decoration: none; */
	font-weight: 300;
}
.result-link:hover {
	color:#756F6F; /* GRAY */
	/* text-decoration: none; */
	font-weight: 300;
}
.result-link:active {
	color:#756F6F; /* GRAY */
	/* text-decoration: none; */
	font-weight: 300;
}

.stat-link:link {
	color:black;
	text-decoration: none;
}

.stat-link:visited {
	/* REQUIRED FOR CHROME BROWSER, OTHERWISE COLOR CHANGES ON HOVER FOR VISITED LINKS */
	color:black;
	text-decoration: none;
}

.table-header {
	font-family: 'Catamaran',sans-serif;
	font-weight: 300;
}

.title1 {
	height: 1.875rem;
	line-height: 1.875rem;
	margin-bottom: .3rem;
	font-size: 0.875rem;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #366091; /* BLUE */
	text-align: center;
}

.title4 {
	position: relative;
	margin-bottom: 0px;
	height: 20px;
	line-height: 20px; /* MAKE LINE-HEIGT=HEIGHT FOR SINGLE LINE AT VERTICAL MIDDLE */
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
	background-color: #5a785a; /* DARK GREEN */
	text-align: center;
	vertical-align: middle;
	clear: left;
}


.arrow {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: .2rem;
	}
	.point--right {
	  transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	}
	.point--left {
	  transform: rotate(135deg);
	  -webkit-transform: rotate(135deg);
	}
	.point--up {
	  transform: rotate(-135deg);
	  -webkit-transform: rotate(-135deg);
	}
	.point--down {
	  transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	}

.truncate-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.txt-align-left {
	text-align: left;
}

.txt-align-right {
	text-align: right;
}

.txt-align-center {
	text-align: center;
}

.txt-bold {
	font-weight: 700;
}

.txt-normal {
	font-weight: 300;
}

.txt-black {
	color: black;
}

.txt-gray {
  color: #B2B2B2;
}

.txt-dk-gray {
	color: rgb(166,166,166);
}

.txt-white {
  color: #FFF;
}

.left {
	text-align: left;
	padding-left: 3px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.red {
	background-color: rgb(255,0,0);
}

.gold {
	background-color: rgb(255,255,0);
}

.white {
	background-color: rgb(255,255,255);
}

.blue {
	background-color: rgb(0,112,192);
}
