

td.past {
    background: #ffffff;
}

td.present {
    background: #d3d6b2;
    border:  6px solid #a7ad66;
}

td.future {
    background: #e7cb86;
}

td.closed {
    background: #d88162;
    background-image: url(redx.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.hidden {
    display: none;
}

span.nav {
    font-size: 200%;
    color:  #3d4b53;
}

span.nav:hover {
    cursor: pointer;
    color:  #bffbff;
}

div.cancelled, span.cancelled /* , div.cancelled span */ {
    text-decoration: line-through;
}

div.bigpill {
    height: 2.5em;
    line-height: 2.5em;
}

div.bigpill2 {
    height: 2.5em;
    line-height: 1.2em;
}

div.bigpill3 {
    height: 3.5em;
    line-height: 3.5em;
}

div.smallpill {
    height: 1.2em;
    line-height: 1.2em;
}

/*
    background: #a7ad66;
    background: #a5c6d0;
    background: #3d4b53;
    background: #d88162;
    background: #e7cb86;
*/

div.events {
    background: #a7ad66;
    /*
    border: 1px solid lightgrey; 
    */
    border-radius: 8px 8px 8px 8px; 
    text-align: center; 
    display: block;
}

a.events div.events:hover {
    /*
    background: #bbc060;
    background: #ebc0b0;
    background: #d88162;
    */
    background: #e2a089;
}

div.results {
    border: 1px solid lightgrey; 
    border-radius: 8px 8px 8px 8px; 
    text-align: center; 
    display: block;
}

div.regular {
    border: 1px solid #a7ad66;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    display: block;
}

td.present div.results {
    /* background: #8c8e76; */
    background: white;
}

div.results:hover {
    /* background: #a5c6d0; */
    background: #d2e2e7;
}

a.results {
    text-decoration: none;
}

td.present div.results:hover { 
    text-decoration: none;
    /* background: white; */
    background: #d2e2e7;
}

a.results:hover {
    text-decoration: none;
    /* background: #a5c6d0; */
    background: #d2e2e7;
}


a.events {
    text-decoration: none;
}

a.events:hover {
    text-decoration: none;
    background: #d88162;
}

td.closed div.events {
    background: none;
    border: none;
    font-weight: bold;
    text-align: center; 
    display: block;
}

div.events span.expl {
    display: none;
    font-color: #000000;
}

div.events span.expl {
    font-size: 99%;
    font-color: #000000;
}

div.events:hover span.expl {
    display: block;
    /*animation-name: mildfade;
 *     border: 2px solid #c3c3c3;
 *         animation-duration: 1s;*/
    color: #000000;
    line-height: initial;
    font-weight: normal;
    border: 1px solid #444444;
    border-radius: 6px;
    position: absolute;
    margin-top: -2px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
    /*background: #a5c6d0; */
    /*background: #d88162;*/
    background: #e2a089;
    font-variant: initial;
    text-align: left;
    /*text-decoration: none;*/
}

span.tourn {
    background: #a7ad66;
    border: 2px solid #eed099;
    border-radius: 8px 8px 8px 8px; 
    text-align: center; 
}

td.closed > span.tourn {
    background:  none;
    border:  none;
}

span.tourn span.expl {
    display: none;
}

span.tourn span.expl {
    font-size: initial;
    font-color: #000000;
}

span.tourn:hover {
    background: #e2a089;
}

span.tourn:hover span.expl {
    display: block;
    /*animation-name: mildfade;
 *     border: 2px solid #c3c3c3;
 *         animation-duration: 1s;*/
    line-height: initial;
    font-weight: normal;
    border: 1px solid #3d4b53;
    border-radius: 6px;
    position: absolute;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
    color: black;
    /*background: #a5c6d0; */
    /*background: #d88162;*/
    background: #e2a089;
    font-variant: initial;
    text-align: left;
    text-decoration: none;
}





