@charset "utf-8";
/* CSS Document */

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 1; 
	display: block;
	padding: 1rem 1rem;
	margin-right: 0.2rem;
	color: #fff;
	cursor: pointer;
	background: #1abc9c;
	top: 0;
  	transition: all 0.25s;
}
.tabs label:hover {
	top: -0.25rem;
	transition: top 0.25s;
}
.tabs .tab {
	order: 99; 
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #f6f6f6;
	transition: all 0.35s;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	color: #000;
	font-weight: bold;
	background: #f6f6f6;
	transition: all 0.35s;
	z-index: 1;
	top: -0.0625rem;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
	z-index: 2;
	opacity: 1;
	transition: all 0.35s;
}

/* ACTIVATE WHEN WEBSITE IS MOBILE FRIENDLY
@media (max-width: 620px) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
*/

/**
 * Generic Styling
*/
.WrapperScoreboard {
	background: #fff;
	box-sizing: border-box;
	line-height: 1.5;
	max-width: 60rem;
	margin: 0 auto;
	font-family: "Open Sans";	
}

.WrapperContent {
	width: 98%;
	margin-left: 1%;
}

/* titles */

.RowScoreboard {
	width: 100%;
	line-height: 36px;
	overflow: hidden
}

.sbDateTitle {
	width: 15%;  /* previous 96px */
	padding-left: 1%; /* previous 96px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: left;
	line-height: 160%; 
}

.sbTimeTitle {
	width: 12%;  /* previous 80px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbTeam1Title {
	width: 20%;  /* previous 130px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: right;
	line-height: 160%;
}

.sbScoreTitleA {
	width: 22%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbScoreTitleB {
	width: 32%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbTeam2Title {
	width: 20%;  /* previous 130px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: left;
	line-height: 160%;
}

.sbStatsTitle {
	width: 10%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 160%;
}

/* content */

.sbDate {
	width: 15%;  /* previous 96px */
	padding-left: 1%; /* previous 96px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: left;
	line-height: 160%; 
}

.sbTime {
	width: 12%;  /* previous 80px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbTeam1 {
	width: 20%;  /* previous 130px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: right;
	line-height: 160%;
}

.sbScoreA {
	width: 22%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbScoreB {
	width: 32%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	font-weight: bold;
	color: black;
	text-align: center;
	line-height: 160%;
}

.sbTeam2 {
	width: 20%;  /* previous 130px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: left;
	line-height: 160%;
}

.sbStats {
	width: 10%;  /* previous 190px */  
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;  /* previous 0.938em */
	color: black;
	text-align: center;
	line-height: 160%;
}


.sbStats a {
	color: #000000;
	text-decoration: underline;
}

.sbStats a:hover {
	color: #00467c;
	font-weight: bold;
	text-decoration: underline;
}



.sbMore {
	width: 52%;  /* previous 320px */
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.938em;  /* previous 95% */
	color: #000000;
	text-align: right;
	line-height: 100%;
}

.sbMore a {
	color: #000000;
	text-decoration: underline;
}

.sbMore a:hover {
	color: #00467c;
	font-weight: bold;
	text-decoration: underline;
}


