body {
    background-color: #f4f4f4 !important;
}

.no-border {
    border: none !important;
}

.bg-primary {
    background-color: #005286 !important;
}

.bg-light {
    background-color: #e0e1e2 !important;
}

.text-primary {
    color: #005286 !important;
}

.font-weight-bold {
    font-family: 'Roboto Mono', monospace !important;
}

.bg-info {
    background-color: #1b7dd7 !important;
}

.nav-link {
    font-weight: bold;
    font-size: 0.8rem;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.widget {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #FFF;
    border-bottom: 5px solid #bbb;
    font-size: 0.7rem;
    border-radius: 2px;
}

.widget a, .widget .header {
    display: block;
    padding: 5px 15px;
    color: #444;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.widget li:last-child > a {
    border-bottom: none;
}

.widget .header {
    background-color: #e7e7e7;
    border-radius: 2px 2px 0 0;
    border: 1px solid #ddd;
    font-weight: 600;
    text-align: center;
    font-size: 0.8rem;
}

.widget a:hover {
    text-decoration: none;
    background-color: #bbb;
}

.sidebar, .sidebar a {
    font-size: 0.8rem!important;
}

.result {
    border: 2px solid #005286;
    border-radius: 4px;
    background-color: #fff;
}

.result .result-header {
    background-color: #005286;
    padding: 5px 15px;
}

.result .result-body {
    padding: 10px;
    background-color: #FFF;
}

.winning-number {
    background-color: #e0e1e2;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}

#footer a {
    color: #FFF;
    font-size: 0.75rem;
}