body {
    margin-top: 0pt;
    font-family: Geneva, verdana, tinos, sans-serif;
}
.ident {
    font-size: 6pt;
}
a.date {
    font-size: 10pt;
}
a.date:link {color:black;text-decoration: none;}
a.date:visited {color:black;text-decoration: none;}
a.date:hover {color:blue;text-decoration: none;font-weight:bold;}
a.date:active {color:black;text-decoration: none;}
div.s0 {
    width: 12pt;
    height: 12pt;
    background-color:#bb1e10;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid black;
}
div.s1 {
    width: 12pt;
    height: 12pt;
    background-color: #228b22;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid black
}
div.s2 {
    width: 12pt;
    height: 12pt;
    background-color: #FFBF00;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid black
}
.blank {
    font-size:   10pt;
    background-color: white;
    border: solid #c0c0c0 1px;
    width: 160px;
}
.count {
    font-size: 6pt;
    float: left;
    color: white;
}
.player {
    text-align: right;
    width: 150px;
    font-size:9pt;
    line-height: 120%;
    min-width:      150px;
}
.female {
    background-color: pink;
    background: -webkit-linear-gradient(left, #c12869, white, white, white, white);
    border-right: solid black 1px;
    border-left: none;
}
.male {
    background-color: lightblue;
    background: -webkit-linear-gradient(left, #4863A0, white, white, white, white);
    border-right: solid black 1px;
    border-left: none;
}
.result {
    text-align: center;
    font-size: 10pt;
    color: black;
    background-color: white;
    border-top: solid 1px black;
}
.empty {
    background-color: white;
    border: none;
    border-right: solid #c0c0c0 1px;
}
.resultlabel {
    text-align: right;
    font-size: 1pt;
    color: white;
    background-color: black;
    padding-right: 1em;
}
.playername {
    font-size:    7pt;
    text-align:   left;
    padding-left: 0.5em;
    font-weight:  bold;
    color:        #b81d13;
}
.link {
    font-size: 9pt;
    font-weight: normal;
}
.tooltip {
    display: none;
}
td:hover + .tooltip {
    display:inline;
}
table.availability tr.mainrow:hover td {
    filter: brightness(0.85);
}
table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}
table.availability tr:nth-of-type(5n) td {    
        border-bottom: 1px solid black;
}
td, th {
    border-bottom: solid #c0c0c0 1px;
    border-right: solid #c0c0c0 1px;
    background-color: #f0f0f0;
    font-size:   10pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 12em;
}
th {
    width:      100px;
    font-size:  9pt;
    color:      black;
    font-weight: normal;
    background-color: #dddbb0;
    vertical-align:top;
}
th.bring, th.line {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
th.special {
    background-color: #fffdd0;
}
th.line {
    width:       23px;
    margin-left: 125px;
}
th.bring {
    width:            100px;
    background-color: #c4c075;
}
td.bring {
    font-size:        10pt;
    background-color: #ffffff;
    padding-left: 1em;
}
h1, h2 {
    font-size:   12pt;
}
#location {
    font-size:14pt;
}
th.info {
    width: 150px;
    min-width:      150px;
    font-weight:normal;
    vertical-align: middle;
    background-color: #c4c075;
}
.index {
    font-size:   10pt;
    text-align:  center;
    border: solid 1px #dddbb0;
}
td.bring span:last-child {
    float: right;
}
td.bring {
    text-align: center;
}
.lineup {
    background-color: white;
    font-size: 9pt !important;
}
td.playername {
    white-space: normal;

}
.confirmed1:hover,.confirmed0:hover, .confirmedNone:hover {
    text-decoration: underline;
}
.location {
    font-size: 7pt;
}
.grid {
    text-align: center;
}
.away, .ok, .other {
    font-size:   10pt;
    text-align:  center;
}
.away {
    background-color: #ff4c00;
    color: darkred;
    background: -webkit-linear-gradient(#f0f0f0, #b81d13, #b81d13, #b81d13, #f0f0f0);
}
.ok {
    color: darkgreen;
    background-color: #00ae68;
    background: -webkit-linear-gradient(#f0f0f0, #437C17, #437C17, #437C17, #f0f0f0);
}
.other {
    color: #b07000;
    background-color:#ffae40;
    font-weight:bold;
    background: -webkit-linear-gradient(#f0f0f0, #ffbe00, #ffbe00, #ffbe00, #f0f0f0);
}
.confirmed1 {
    #background-image:url('check.png');
    #background-repeat:no-repeat;
    cursor:pointer;
    color: green;
    font-weight:normal;
}
.confirmed0, .confirmedNone {
    cursor:pointer;
}
#menu, #confirm {
    display:none;
    position:absolute;
    left:0px;
    top:0px;
    border: double 1px black;
    background-color:white;
    padding:10px;
}
.addr {display:none}
.dir  {display:none}
.awaymatch {
    font-weight:bold;
    cursor:pointer;
    color:#B00000;
}
#my_popup {
    display:none;
}
