.container {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    background: white;
    margin-left: 3px;
}

.header {
    background-color: #2c3e50;
    color: white;
    padding: 3px 4px;
    font-weight: bold;
    font-size: 14px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 14px;
    text-align: right;
}

.table th:first-child {
    text-align: left;
}

.table td {
    padding: 6px 8px;
    font-size: 13px;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.table td:first-child {
    text-align: left;
}

.backRow {
    background-color: #e3f2fd;
}

.layRow {
    background-color: #ffe0ec;
}

.noBets {
    padding: 1rem;
    text-align: center;
    color: #888;
    border: 1px solid #eee;
}