﻿.ffl, .options {
   margin-bottom: 20px;
}

.result .imageResult {
   float: left;
   width: 100%;
}

#standings .item {
   border-bottom: 1px solid #000000;
   border-top: 1px solid #555555;
   clear: both;
   cursor: pointer;
   height: 58px;
}

.genderTag {
   float: left;
   clear: both;
   width: 100%;
   padding: 10px;
   color: var(--pres-light-fg-color);
   font-family: bebas;
   font-size: 1.5em;
   background-image: url(/images/orgDots.png);
}

a.team_link {
   float:left;
   clear:both;
   width: 100%;
}

a.team_link:last-of-type {
   margin-bottom: 20px;
}

.standingResultContainer {
   float: left;
   height: auto;
   width: 100%;
}

.standingResultContent {
   float: left;
   font-size: 1em; 
   width: 100%;
   padding: 10px;
}

.team
{
   float: left;
   clear: both;
   color: var(--pres-main-fg-color);
   width: 50%;
}

.ratio {
   float: right;
   color: #888888;
 }

.tab {
   background: var(--pres-main-bg-light);
   margin: 0px 0px 20px 0px;
   color: var(--pres-main-fg-color);
   float: left;
}

.head > select {
    float: right;
    width: 100px;
}

.leagueName {
   background-image: url(/images/orgDots.png);
   font-family: bebas;
   font-size: 1.5em;
   color: var(--pres-light-fg-color);
   float: left;
   text-align: center;
   /*height: 60px;*/
   width: 100%;
   padding: 10px 0px;
   margin: 0px;
   background: var(--pres-main-bg-light);
}

.wltHead {
   float: left;
   clear: both;
   width: 100%;
   background: var(--pres-main-bg-light);
   color: var(--pres-main-fg-color);
   font-size: 1em;
   text-align: right;
   display: none;
   border-top: none;
   border-bottom: none;
	padding: 5px 0px;
}

.date {
   float: right;

   color: #fafafa;
   font-size: 9pt;     
}

.homeTeam, .homeFinal {
   margin: -5px 0px 0px 0px !important;  
}

.awayTeam, .awayFinal {
   margin: 5px 0px 0px 0px !important;  
}

.awayTeam, .homeTeam {
   float: left;

   font-size: 14pt;
   text-shadow: 0px 1px 1px #000000;
   color: #bbbbbb;  
   clear: both;
}
.awayFinal, .homeFinal {
   float: right;

   font-size: 14pt;
   text-shadow: 0px 1px 1px #000000;
   color: #bbbbbb;  
}

.genSport {
   float: left;
}

.level 
{
   display: none;
}

.headLinkWrap
{
   float: right;
   margin: 0px 0px 0px 0px;
   cursor: pointer;
   border: none;
   width: 100px;
   height: 25px;
   padding: 5px 0px 0px 0px;
}

.leftArr, .rightArr {
   float: left;
   height: 37px;
   width: 39px;  
   cursor: pointer;
}

.week {
   float: left;  
   width: 246px;
   height: 37px;
   background-image: url(/images/weekBox.png);
   background-repeat: no-repeat;
   color: #bbbbbb;
   text-shadow: 0px 1px 1px #000000;
   font-size: 1em;
   text-align: center;
   padding: 10px 0px 0px 0px;
   margin: 0px -2px 0px -2px;
   cursor: pointer;
}

.selectWeek {
   position: relative;
   clear: both;
   margin: 0px 0px 20px 0px;
   height: 40px;   
   width: 333px;
   border-top: solid 1px #444444;
   padding: 10px 0px 0px 9px;
}

#schoolList 
{
   background: var(--pres-main-bg-light);
}

.whiteNews {
   display: none;
}

#schoolList .head
{
   font-family: bebas;
   font-size: 2em;
   color: var(--pres-light-fg-color);
   width: 100%;
   padding: 2%;
   background: var(--pres-soft-black);
   float:left;
}

#news .item .text 
{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#showAllSchools, #showLeagueNews {
   float: right;
   padding: 10px;
   text-align: center;
   text-decoration: none;
   margin: 0px;
   cursor: pointer;
   font-size: .8em;
   line-height: 1em;
}

#showAllSchools:hover, #showLeagueNews:hover {
   cursor: pointer;  
}

.btnLink 
{
   text-decoration: none;  
   color: var(--pres-light-fg-color);
}

.genSport {
   height: auto;
}

.result .info {
   display: inline-block;
   vertical-align: middle;
   width: unset !important;
   padding: 0px;
   font-size: .8em;
   float: none;
}

.result .info .gender {
   font-size: 1em;
   float: left;
   width: auto;
   color: var(--pres-main-fg-color);
   padding: 0px 0px 0px 10px;
   line-height: 3em;
}

.result {
   float: left;
   clear: both;
   width: 100%;
   margin: 0px 0px 0px 0px;
   border: none;
   border-bottom: solid 1px #bbbbbb;
   padding: 5px;
   text-align: left;
   min-height: unset;
}

.result:last-of-type {
   border-bottom: none;
}

.result .imageResultContainer {
   width: 32px;
   height: 32px;
   display: inline-block;
   vertical-align: middle;
   position: relative;
}

.imageResultContainer, .searchResults .info {
   box-shadow: none;  
}

.scoresWrapper
{
   margin: 0px;
}

.schoolList 
{
	clear: both;
	float: left;
	width: 100%;
   background: var(--pres-main-bg-light);
}
.delayMessage {
	color: red;
}
@media all and (min-width: 768px) {

}