﻿.table-live {
    border: 1px solid black;
    width: 100%;
}

    .table-live th {
        border: 1px solid black;
        text-align: center;
        background-color: #FAA500;
        color: black;
    }

    .table-live td {
        border: 1px solid black;
        text-align: center;
    }

    .table-live td:nth-child(3) {
        text-align: left;
    }

    .table-live tr:nth-child(odd) {
        background-color: darkgrey;
        color: black;
    }

    .table-live tr:hover {
        background: #FAA500 !important;
    }

.usedtext {
    font-size: 120%;
    font-weight: bold;
}