/*.men   table { background-color: #88FFFF; }*/
.men   table { background-color: lightblue; }
tr.men { background-color: lightblue; }
.woman table { background-color: #FF8888; }
.pairs table { background-color: #88FF88; }
.dance table { background-color: #FFFF88; }
.synchro table { background-color: #EEEEEE; }
.head  { background-color: #CC33CC; }

body {
    background-color: white !important;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
}

table tr:hover td {
    background : rgb(255, 238, 255);
    color: green;
}

table, td, th {
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    border-spacing: 0;
    line-height: 2.5ex;
}

td .wup {
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: table;
}

td .line2 {
    font-size: 8pt;
    font-style: italic;
    color: #494949;
}

th {
   border-bottom-width: 2px;
}

.officials tr th {
   background-color: black;
   color: white;
}

table.legend, table.legend * {
    border-width: 0 !important;
    border-style: none !important;
    background-color: unset !important;
}

table { border-radius: 11px; }
table th:first-child { border-radius: 10px 0 0 0 !important; }
table th:last-child  { border-radius: 0 10px 0 0 !important; }
table tr:last-child td:first-child { border-radius: 0 0 0 10px !important; }
table tr:last-child td:last-child  { border-radius: 0 0 10px 0 !important; }

@keyframes move_logo {
    0% {transform: scale(1);}
    50% {transform: scale( .8 );}
    100% {transform: scale( 1 );}
}
/*
img { animation: move_logo 3s ease-in-out infinite; }
*/

