﻿#raceDiv ol {
    list-style-type: decimal;
    margin-left: 24px;
    padding-right: 2px;
}

tr:hover {
    background-color: inherit;
}

.inputText {
    border: 1px solid silver; /*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    font-size: 12px; /*1.2em*/
    margin: 5px 0 6px 0;
    width: 200px;
    padding: 2px;
}

.nameBold {
    font-weight: bolder; /**/
    color: maroon !important;
}

.sendBtn {
    border: 1px solid silver; /*e2e2e2;*/
    background: #e2e2e2;
    color: blue;
    padding: 5px;
}

.disable-link {
    color: grey !important;
    font-style: italic;
    pointer-events: none;
}
.text-left {
    text-align: left;
}

.tooltip-inner {
    border: #111111 2px solid !important;
    padding: 5px 20px 5px 5px !important;
    display: block !important;
    z-index: 100 !important;
    background-color: silver !important;
    color: #111 !important;
    width: 700px !important;
    max-width: 700px !important;
    left: 1px !important;
    margin: 10px !important;
}

#showHorseInfoDiv {
    z-index: 5000;
    width: 100%;
    display: block;
    background-color: silver;
    border: solid;
    border-color: black;
    color: white;
    padding: 2px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.raceInfo {
    float: left;
    font-weight: bold;
    color: maroon !important;
    padding-left: 15px !important;
}
.showDiv {
    color: #4169E1 !important;
    font-weight: bold;
    width: 205px;
}
.watchHorses {
    float: left;
    padding-left: 30px;
    color: #4169E1 !important;
}
.showHorseInfoDiv {
    float: left;
    padding-left: 21px;
}
.horseBody {
    color: black;
    /*font-size: 9px;
    padding-right: 3px;
    */
}
.borderDotted {
    border: 2px dotted black !important;
}
.borderSolid {
    border: 2px solid black;
}
.todayInfo {
    color: #4169E1 !important;
}

