/*

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

*/

body {
padding-right: .25em;
padding-left: .25em;
max-width: 960px;
margin-right: auto;
margin-left: auto;

}


h1{font-family: "Verdana", "Arial", "Serif";font-size: 180%;font-weight: 700;font-style: italic;}



h2 {
font-family: "Verdana", "Arial", "Serif";font-size: 150%;font-weight: 700;
/*border-left: 1px dotted;border-right: 1px dotted;border-top: 1px dotted;border-bottom: 1px dotted;
margin-height: 22%;*/

}




.bscp{
font-family: "Times New Roman", "Bookman Old Style", "Sans-serif";font-size: 100%;
margin-left: 1.0em;
}

.bsclst{
margin-left: 0em;

}


footer{
margin-top:1em;
font-size: 75%;
text-align: center;
}

.lglst{
border: 1px solid gray;
list-style: none;

display:-webkit-flex;
-webkit-flex-flow: row wrap;

display: flex;
flex-flow: row wrap;

margin: 0px;
padding: .2%;
left: 0px;
}



 
 
.lglst li{
border: 1px solid gray;
box-sizing: border-box;

/* box-sizing: border-box; */
/* min-width: 33%; */
/* max-width: 50%; */
margin: .2%;
/* padding-top: .5em;
padding-bottom: .5em; */
padding: .25em;
text-align:center;
/* display: block; */

/* left: 0px; */


-webkit-flex-grow:1;
-webkit-flex-shrink:1;
-webkit-flex-basis:49%;


flex-grow:1;
flex-shrink:1;
flex-basis:49%;

 }
 
 
.col1{
-webkit-flex-basis:99%;
flex-basis:99%;

}

.col2{

-webkit-flex-basis:49%;
flex-basis:49%;

} 



 .hidecol2{
 display:none;
 }
 

 

 img{
border: none;

  }

.breadcrumbs{
font-family: "Verdana", "Arial", "Serif";font-size:75%;font-weight: 400;color: #969696;

}

/* Active League - Coming Soon - Inactive leagues */
.al{
font-family: "Verdana", "Arial", "Serif";font-size: 85%;font-weight: 700;margin-bottom: .25em;
 }

/* .lglst .col1{
       width: 99.6%;
 } */
 
 .redfont{
 color: red;
 }
 
 
 	@media (min-width: 601px) {
    
           h1{font-size: 200%;
           }
           
           
           .lglst li{
                  -webkit-flex-basis:31%;
                  flex-basis:31%;
                  margin: .1%;
           }
           
           .lglst{           
                 padding: .1%;
           }
           
           .hidecol2{
                 display:block;
           } 
           
           .hidecol3{
                 display:none;
           }      
           
/*            .lglst .col1{
                 width: 99.8%;
           } 
           
           .lglst .col2{
                 width: 49.6%; */
           }            
           
           .bscp{
                 margin-left: 2.0em;
           }

           .bsclst{
                   margin-left: 2.0em;

           }            

    } 