/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#psc-table .spin {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
#psc-table .loading {
    text-align: center;
}
.psc-table-wrapper {
    overflow: auto;
}
.psc-table {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    border: 1px solid darkgrey;
}
.psc-table td, .psc-table th {
    padding: 5px 4px;
    vertical-align: middle;
    text-align: center;
}
.psc-table th {
    padding: 7px 4px;
    font-size:0.875rem;
}
.psc-table tr:nth-child {
    border-bottom: 1px solid #dcdcdc;
}
.psc-table tr:not(.psc_head):nth-child(2n) {
    background-color: #f6f6f6;
}

tr.psc_head {
    background: #668da3;
    color: white;
}
th.psc_date {
    text-align: left;
}
td.psc_index {
    word-wrap: unset;
    white-space: nowrap;
    text-align: left;
}
td.psc_index span.psc_code-bet {
    display: inline-block;
    margin: 0;
    padding: 2px;
    background: white;
    color: #668da3;
    border: 1px solid darkgrey;
}

td.psc_index span.psc_handicap {
    margin-left: 4px;
    color: #666666;
}
td.psc_time {

}
td.psc_match {
    text-align:  left;
}
td.psc_index, td.psc_empty {
    border-left: 1px solid #dcdcdc;
}
td.psc_cote {

}
