#pageWrapper-weeklyscores{
	/*background-color: pink;*/
	/* width: 1560px; */
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#weeklyscores-container {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: white;
	border: solid 1px black;
	padding-top: 10px;
	overflow:auto;
	height:auto;
}


table, tr, td, th {
	box-sizing: border-box;
}

.tbl-weeklyscores {
	margin-right: auto;
	margin-left: auto;
	font-size: .7rem;
	border-top: 1px solid #b0adad;
	border-bottom: 1px solid #b0adad;
}

td.tbl-weeklyscores-data + td.tbl-weeklyscores-data {
    border-left: 1px solid RGB(217,217,217);
}
tr.tbl-weeklyscores-row + tr.tbl-weeklyscores-row{
    border-top: 1px solid RGB(217,217,217);
}
/* .tbl-weeklyscores-row {
    border-top: 2px solid black;
} */




@media (min-width: 27.5em) {
	tr td.prevScore:nth-child(10) {
		 border-right: 3px double black;
	}
}
table tr.weeklyrow:nth-child(4n+1) > td:nth-child(2) {
    background-color: RGB(255,188,1);  /* GOLD */
}
tr.weeklyrow:nth-child(4n+1) {
    background-color: RGB(218,237,243); /* LIGHT BLUE */
}
td.weeklyscores-currhdcp:nth-child(2) {
    background-color: RGB(254,255,153);  /* LIGHT YELLOW */
}
.weeklyscores-header-currHdcp{
	background-color: RGB(254,255,153);  /* CANARY */
	text-align: center;
	border-style: none;
	font-weight: bold;
	/*vertical-align: bottom;*/
	/*border-bottom: 0px;*/
}
.weeklyscores-header-previous{
	/* background-color: RGB(0,230,104);  /* EMERALD GREEN */
	background-color: #c5d9f1; /* LIGHT BLUE */
	font-weight: normal;
	text-align: center;
}
.currHdcp-format{
	text-align: center;
	font-weight: bold;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.dateCode{
	/* used for pattern cell background */
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAWSURBVBhXY0AGR29+/A9lEs1hYGAAAOI3Djk9chbFAAAAAElFTkSuQmCC
	) repeat;
}
.weeklyscores-header-previousTen{
	background-color: RGB(197,217,241);
	font-weight: bold;
	text-align: center;
	/* border-bottom: 3px double black; */
}
td.weeklyscores-header-previousTen + td.weeklyscores-header-previousTen {
    /*border-left: hidden;*/
	border-left: 1px solid RGB(163,189,216) /*BLUE GRAY*/
}

table tr th, table tr td{
  /* width: 5.88%; */
	width: 1.175rem;
  }

.weeklyscores-header-roundName{
	background-color: RGB(197,217,241);
	font-weight: 600;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: .7rem;
}
.weeklyscores-header-weekNumbers{
	background-color: RGB(197,217,241);
	font-weight: bold;
	text-align: center;
	font-family: 'Inconsolata', monospace;
	font-size: .6rem;
	/* width: .8rem; */
}
.weeklyscores-header-dates{
	background-color: RGB(254,255,153);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: .7rem;
	/* width: .8rem; */
}
.weeklyscores-header-dateCode{
	background-color: RGB(197,217,241);
	text-align: center;
	font-family: 'Inconsolata', monospace;
	font-size: .6rem;
	/* width: .8rem; */
}
.tbl-weeklyscores-data {
	font-family: 'Inconsolata', monospace;
	font-size: .6rem;
	text-align: center;
}
td.weeklyscores-header-weekNumbers + td.weeklyscores-header-weekNumbers {
    border-left: 1px solid RGB(163,189,216) /*BLUE GRAY*/
}
td.weeklyscores-header-roundName + td.weeklyscores-header-roundName {
    border-left: 1px solid RGB(163,189,216) /*BLUE GRAY*/
}
.weeklyscores-header-points{
	background-color: RGB(217,217,217);
	text-align: center;
}
.weeklyscores-header-stats{
	text-align: center;
}
td.weeklyscores-header-stats + td.weeklyscores-header-stats {
    border-left: 1px solid black;
}
.weeklyscores-data-stats{
	border-bottom: 1px solid black;
	text-align: center;
}
.hdcp-bg-red{
	/* background-color: RGB(255,0,0); */
	background-color: #db5f41 /* RED */

}
.hdcp-bg-green{
	/* background-color: RGB(0,255,0); */
	background-color: #2ed037; /* GREEN */
}
.nobr{
	white-space: nowrap;
}
.alt-row-blue{
	background-color: RGB(218,237,243);
}
.alt-row-gold{
	background-color: RGB(252,194,0);
}
.rotate {
text-align: center;
line-height: 90%;

/* Safari */
-webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.clear {
	clear: both;
}
td.weeklyscores-header-hdcp  {
	background-color: RGB(197,217,241);
	font-weight: 600;
	font-size: .7rem;
	text-align: right;
	padding-right: 5px;
	border-right: 3px double black;
}

.legend-key{
display:inline-block;
line-height:20px;
margin-right:10px;
height:20px;
/* background-color:grey; */
}
.legend-value{
height:12px;
margin-left:5px;
border: 1px solid gray;
}
