.adjust-line-height {
  line-height: .5em;
}

.fontstd{ /* for text at end of standings*/
    color: black;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
    font-size: 14px !important;
}

.fontgrn {/*font green*/
   color: green;
   font-family: Calibri, Arial, Helvetica, sans-serif;; 
}

.fontred {/*font red*/
   color: red;
   font-family: Calibri, Arial, Helvetica, sans-serif;; 
}

.fontblu {/*font blue*/
    color: blue;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.fontbold {/*font bold*/
   font-weight: bold !important;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
 }
 
.fontital { /*font italic*/
    font-style:italic;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
} 

.brfnt{ /*players best results in colour*/
   color: red;
   font-weight: bold !important;
   font-size: 20px !important;
   font-style: italic;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.linkfnt{ /*seasons table header font*/
   text-align: center;
   color: #ff0000;
   font-weight: bold;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
   font-size: 25px;
}

.fntreg{ /*regular font*/
   color: black;
   font-weight: normal;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.fntblkbld{ /*regular font*/
   font-weight: bold;
   color: black;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.fntbld{ /*bolfd font*/
   font-weight: bold;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.fntr { /*red font for league and A champs*/
    color: red;
    font-weight: bold !important;
    font-style:italic;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.fntb { /*blue font for B champs*/
    color: blue;
    font-weight: bold !important;
    font-style:italic;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.bgcolodd { /*odd table row colour*/ 
    background: #f2f2f2;
}

.bgcoloddbdr { /*odd table row colour b2 and border division*/ 
    background: #f2f2f2;
    border-bottom: 1px ridge gray;
}

.bgcolevn { /*even table row colour b2*/ 
    background: #ffffff;
}

.bgcolevnbdr { /*even table row 4 colour b2 and border division*/ 
    background: #ffffff;
    border-bottom: 2px ridge gray;
}

.bgcolsrt { /*sort table row colour*/ 
    background: #c2d6d6;/*faf292*/
}

.bgcolply { /*playoff table header colour*/ 
    background: #999966 !important; /*#ff8c00*/
}

.bgcoltot { /*totals table row colour*/ 
    height:33px !important;
    background: #8b8bff !important;
    border-top: 2px ridge gray;
    font-size:16px !important;
    font-weight: bold !important;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.bgcolplytot { /*totals table row colour*/ 
    height:33px !important;
    background: #6666ff;
    border-top: 2px ridge gray;
    font-weight: bold !important;
    font-size: 16px !important;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.bgcolmet { /*milestones table met row colour*/ 
    background: #99ff00 !important;
}

.bgcol1 { /*milestones table -1 row colour*/ 
   background: #ff0000 !important;
}

.bgcol2 { /*milestones table -2 row colour*/ 
   background: #8470ff !important;
}

.button-container form,
.button-container form div {
   display: inline;
}
.button-container button {
   display: inline;
   vertical-align: middle;
}

.bdrlft {/*playoff border*/
   border-left-color:Black;
   border-left-style: solid;
   border-left-width: thin;
}

.bdrlftply {/*playoff border header*/
   background: #999966 !important; 
   border-left-color:Black;
   border-left-style: solid;
   border-left-width: thin;
}

.bdrlftchmpA {/*playoff border A champ*/
   border-left-color:Black;
   border-left-style: solid;
   border-left-width: thin;
   color: red;
   font-weight: bold !important;
   font-style:italic;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.bdrlftchmpB {/*playoff border B champ*/
   border-left-color:Black;
   border-left-style: solid;
   border-left-width: thin;
   color: blue;
   font-weight: bold !important;
   font-style:italic;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.bdrlfttot {/*playoff border total*/
   border-left-color:Black;
   border-left-style: solid;
   border-left-width: thin;
   height:33px !important;
    background: #6666ff !important;
    border-top: 2px ridge gray;
    font-weight: bold !important;
    font-size:18px;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.table {
   margin-left:auto;
   margin-right:auto;
   border-collapse: collapse; 
   border-style: ridge;
   border-width: 2px;
   border-color: gray;
   padding: 0 0 0 0;
   border-spacing: 0;
}

.table th {
   line-height: 25px; 
   font-weight: bold;
   font-size:18px;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
   background-color: #d6d6c2; /*#ffba66*/
   white-space: nowrap;
   
   border-bottom: 2px ridge gray;
   position: sticky;
   top: 72px;
   z-index: 1;
   
}

.table th:first-child {
   padding-left:5px;
}

.table th:last-child {
   padding-right:5px;
}

.thbdr { /*last header border*/ 
    border-bottom: 2px ridge gray;
}

.table tr {
   height:25px;
}

.table tr:hover {
   background-color: #c2d6d6;/*faf292*/
   cursor:auto;
}

.table td {
   font-weight: normal;
   font-size:16px;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
   text-align: center;
   white-space: nowrap;
}

.table td:first-child {
    padding-left:5px;
}

.table td:last-child {
    padding-right:5px;
}

.table3 { /* ???*/
   margin-left:auto;margin-right:auto;
   border-style: ridge;
   border-width: 2px;
   border-color: gray;
   padding: 0 0 0 0;
   border-spacing: 0;
}

.table3 td {
   font-weight: normal;
   font-size:16px;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
   text-align: center;
   white-space: nowrap;
}

.left {
   text-align: left !important;
}

.right {
   text-align: right !important;
}

.lefttot {
   text-align: left !important;
   background: #8b8bff;
   border-top: 2px ridge gray;
   font-weight: bold !important;
   font-size:18px;
   font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.profile { /* player profile white box*/
   margin: auto;
   border-style: ridge;
   border-width: 3px;
   border-color: gray;
   border-spacing: 0;
   background: #ffffff;
   padding:35px;
}

.profile tr {
    Height:25px;
    text-align: left;
    white-space: nowrap;
}

.profile td {
    
    font-family: Calibri, Arial, Helvetica, sans-serif;;
    padding-right:10px;
    white-space: nowrap;
}

.font { /*player profile name and number*/
    font-size: 25px;
    font-weight: bold;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.font img { /*-----profile image-----*/
    width: 32px ;
    height: 16px ;
}

.font2 { /*------not sure where used-----*/
    text-align: left;
    font-size: 25px;
    font-weight: normal;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

.plpic img{ /*profile image*/
   border-style: ridge;
   border-width: 2px;
   border-color: gray;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.lnkbar { /*header bar with links*/
    margin: auto;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    padding: 0;
    border-spacing: 0;
}

.lnkbar tr {
    height:40px;
}

.lnkbar td {
    text-align: center;
    background: linear-gradient(#a0a0a0, #e0e0e0);
    font-size: 16px;
    font-weight: normal;
    font-family: Calibri, Arial, Helvetica, sans-serif;;
}

#popup a, #popup a:visited { /*Player pic popup*/
	position: relative;
	display: block;
	line-height: 25px;
	margin: 0;
}

#popup a span {
	display: none;
}

#popup a:hover span {
	height:100px;
	z-index:1000;
	display: block;
	position: absolute;
	bottom: 16px;
	left: -75px;
	margin: 10px;
	border-style: ridge;
    border-width: 2px;
    border-color: gray;
	padding: 0;
}

.popup a, .popup a:visited { /*team totals history popup*/
	position: relative;
	display: block;
	margin: 0;
}

.popup a span {
	display: none;
}

.popup a:hover span {
	z-index:1000;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 150px;
	margin: 0;
	border-style: ridge;
    border-width: 2px;
    border-color: gray;
	background: white;
}

.picbdr { /*team pic border*/
    border-style: ridge;
    border-width: 2px;
    border-color: blue;
}

