body {
    background: linear-gradient(45deg, #003333, #001a1a);
    background-size: cover;
}
.no-responsive {
    min-width: 1200px;
}
.counter_box {
    width: 470px;
    height: 240px;
    font-family: 'Alumni Sans Collegiate One', sans-serif;
    border-radius: 10px;
}
.counter_box h3 {
    position: absolute;
    left: -6px;
    font-size: 72px;
    color: #d4af37;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 3px;
}
.counter_box p {
    position: absolute;
    bottom: 40px;
    left: 120px;
    font-size: 60px;
    color: #d4af37;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 3px;
}
.carousel-inner .carousel-item {
    width: 1200px;
    height: 350px;
}
.carousel-item {
    border: 3px solid #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}
.carousel-item img {
    padding: 0 2px;
}
.nav-link {
    text-transform: uppercase;
}
.nav-item {
    background: linear-gradient(#004d4d, #002222);
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    box-shadow: 2px 2px 4px #000;
}
.small_info {
    height: 230px;
    border: 2px solid #004d4d;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(#004d4d, #001a1a);
    text-shadow: 1px 1px 3px #000;
    margin-top: 2px;
}
.last_draw .table {
    border: 1px solid #fff;
}
.last_draw thead {
    background-color: #004d4d;
    text-shadow: 1px 1px 3px #000;
}
.last_draw tbody {
    background-color: #0a1f1f;
}
.last_draw td {
    padding: 5px;
    border: 1px solid #fff;
}
.about_box {
    background: linear-gradient(#004d4d, #001f1f);
    border: 1px solid #fff;
    border-radius: 10px;
}
.dataTables_info,
.dataTables_paginate {
    color: #fff !important;
}
.content {
    margin-top: 180px;
    margin-bottom: 30px;
    background-color: #e3e3e3;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #555;
}
.info_box {
    padding: 15px 25px;
}
.logo img {
    width: 80px;
    height: 80px;
}
.header_info {
    background-color: #003333;
    color: #fff;
}
.prize_info,
.conso_info,
.starter_info {
    background-color: #001f1f;
}
.prize_info .col-8 span {
    background-color: #004d4d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.prize_info .col-4 span {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.starter_info .col-12 span,
.conso_info .col-12 span {
    background-color: #004d4d;
    color: #fff;
    padding: 5px 0;
    display: block;
    border-radius: 5px;
    font-weight: bold;
}
.starter_info .col-4 span,
.conso_info .col-4 span {
    background-color: #fff;
    color: #000;
    margin: 5px 0;
    padding: 2px 0;
    border-radius: 5px;
    font-weight: bold;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #004d4d;
    color: #fff;
}
.dropdown-menu li {
    display: inline-block;
}
