.cmnTblDiv {
 font-size: 116%;
}

#flexRowWrapCenterDiv {
 display:flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

.flexRowWrapCenterDiv {
 display:flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

#schedPickSheetBtn {
 font-weight: bold;
 padding:3px 8px;
 margin-top:6px;
}

.cmnGameTbl {
 margin-left: auto;
 margin-right: auto;
 border-collapse: collapse;
 margin-top: 0.2em;
 /* width:max-content; */
}

A {
 font-size: 0.9em;
}

DIV.titleBar {
 background-color: #dbdbdb;
 text-align:center;
 padding: 0.3em 0em;
 color: #000000;
}

SPAN.pagetitle {
 font-size: 100%;
 color: #000000;
 font-weight: bold;
}

TD.titlecell {
 text-align: center;
 border: none;
 background: none;
 padding-bottom: 0.2em;
 text-decoration: underline;
}

SPAN.pagetitle {
 font-size: 130%;
}

TD.sHCell {
 font-weight: bold;
 text-align: center;
 padding: 0.15em 0.5em;
 border-bottom: 1px solid #000000;
}

SPAN.groovy {
 background: #EEEEEE;
 padding: 0.05em 0.4em;
}

.gRow TD {
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 1px solid #F4F4F4;
 border-right: 1px solid #F4F4F4;
 padding: 0.2em 7px 0.2em 7px;
 background: #FFFFFF;
}

.gRow TD.nullD {
 padding-left:0px;
 padding-right:0px;
 width  :0;
}

TR.evenR TD {
 background: #F4F4F4;
 color: #000000;
}

TR.oddR TD {
 background: #FFFFFF;
 color: #000000;
}

tr.postponed TD, tr.postponed DIV, tr.postponed *  {
 color:crimson;
 text-decoration-thickness:3px;
}

tr.canceled TD, tr.canceled DIV, tr.canceled *  {
 text-decoration-line:line-through;
 color:crimson;
 text-decoration-thickness:2px;
}

TR.spacerRow
{
 height: 0.3em;
 padding: 0;
 background: #999999;
}

TD.lDtC
{
 text-align: right;
 border-right: none;
 padding-right: 0.5em;
}
TD.mDtC
{
 text-align: right;
 border-right: none;
 border-left: none;
 padding-left: 0.1em;
 padding-right: 0.1em;
}
TD.mDtLC
{
 text-align: left;
 border-right: none;
 border-left: none;
 padding-left: 0.1em;
 padding-right: 0.1em;
}
TD.rDtC
{
 text-align: right;
 border-left: none;
 padding-left: 0.4em;
}
TD.tmC
{
 font-weight: 600;
 padding-left: 6px;
 padding-right: 12px;
}
TD.nopick {
 text-decoration-line: line-through;
 text-decoration-color: #d80000;
 text-decoration-style: solid;
 text-decoration-thickness: 3px;
}
TD.gmC
{
}
TD.tvC
{
 font-size: 0.9em;
}
SPAN.tempwinloss
{
 color: #909090;
}
TD.sumCell
{
 text-align: right;
 border-top: 1px solid #AAAAAA;
 border-bottom: 1px solid #AAAAAA;
 background: #FFFFFF;
 padding: 0.1em 0.2em 0.1em 0;
}
TD.byeCell
{
 background: #F4F4FF;
 color: #000044;
 padding: 0.4em;
}
.inlineForm {
 display:inline;
}
.formBtn
{
 font-weight:bold;
 padding: 1px 0.8em 3px 0.8em;
 border:none;
 background-color: black;
 color:white;
 border-radius: 6px;
 font-size: 1em;
}
.weekSelect
{
 font-size: 1em;
}

.flexFormDiv {
 display: flex;
 justify-content: center;
 padding-top: 1em;
}
#weekbar
{
 padding-top: 0.5em;
 margin-left: auto;
 margin-right: auto;
}
.wkChooserTbl
{
 margin-left: auto;
 margin-right: auto;
}
#weekTr TD
{
 text-align: center;
 padding-top: 0.4em;
}
A.stadium:link
{
 text-decoration: underline;
 color: #000066;
}
A.stadium:visited
{
 text-decoration: underline;
 color: #006600;
}
A.stadium:hover
{
 text-decoration: underline;
 color: #880000;
}
A.stadium:active
{
 text-decoration: none;
 color: #0000AA;
}
A.infoA:link
{
 text-decoration: none;
}
A.infoA:visited
{
 text-decoration: none;
}
A.infoA:hover
{
 text-decoration: none;
}
A.infoA:active
{
 text-decoration: none;
}
TD.scC
{
 font-family: "Courier New", Courier, "Times New Roman", sans-serif;
 text-align: center;
 font-weight: bold;
 font-size: 100%;
}
TD.scoreEntryCell
{
 text-align: right;
}
.pSym
{
 font-weight: bold;
 color: #1010AA;
}
.wpCell
{
 padding: 0.1em 0.2em;
 font-size: 0.9em;
}
/*=====================================================*/
@media screen and (min-width: 1024px) {
 /* start of desktop styles */

}

/*=====================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
 /* start of large tablet styles */

}

/*=====================================================*/
@media screen and (min-width:481px) and (max-width: 768px) {
 /* start of medium tablet styles */

}

/*=====================================================*/
@media screen and (min-width: 320px) and (max-width: 667px) {
 /* start of phone styles */
 .cmnTblDiv {
  font-size: 110%;
 }

 .cmnGameTbl {
 }

 TD.sHCell {
  padding: 0.15em 0.2em;
  border-bottom: 1px solid #000000;
 }

 .gRow TD {
  padding: 4px 3px 4px 4px;
 }

}
