

.wheel-section .container {
    margin-top: 15px;
}

.wheel-section .container .tab-content {
    margin-top: 10px;
}

.nav-pills.red>li.active>a,
.nav-pills.red>li.active>a:hover {
    background-color: #bf0010;
}

.nav-pills>li>a {
    border:thin solid #ffcc00;
    border-radius: 5px;
}

.wheel-section li:not(.active) a {
    font-weight: bold;
    color: white;
}

.no-winner-yet {
    height: 70vh;
}

.table>tbody>tr.no-winner-yet>td {
    vertical-align: middle;
    text-align: center;
}

.small-button.close-button, #member-detail .small-button {
    width: 50%;
}

#guest-spun .small-button {
    width: 22.5%;
}

#lucky-ticket {
    text-transform: uppercase;
}