html, body {
    min-height: 100vh;
}

body {
    background: #2a2a2a;
}

h1 {
    color: #00ff8b;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding: 13px 25px;
    border-radius: 6px;
    background: #252525;
    color: #fcb828;
}

ul li > b {
    margin-left: 5px;
}

table td,
table th {
    background: transparent !important;
    border: 0 !important;
    color: #eee !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
table tr > * {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
table tr > *:first-child {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 20px !important;
}
table td {
    height: 1px;
    min-height: 1px;
    font-size: 14px;
}
table th {
    font-weight: normal;
    font-size: 16px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 110%;
}
table td > div {
    padding: 10px 20px !important;
    background: #252525 !important;
    height: 100%;
}
table tr:nth-child td > div {
    background: #202020 !important;
}
table tr > *:first-child div {
    border-radius: 6px;
    font-weight: bold;
    font-size: larger;
}
table tr > *:first-child > div,
table tr > *:first-child > div a {
    color: #fcb828 !important;
}
table tr > *:first-child > div a {
    text-decoration: none;
}
table tr > *:first-child > div.inactive span {
    text-decoration: line-through;
    color: #E8C683 !important;
}
table tr > *:nth-child(2) > div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
table tr > *:last-child > div {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.btn.btn-primary {
    background-color: #479FF7;
}

@media screen and (min-width: 1024px) {
    .container-fluid {
        max-width: 90%;
    }
}
