.btn-discord {
    background-color: #7289DA;
    border-color: #7289DA;
}

.btn-discord:hover {
    background-color: #677bc4;
    border-color: #677bc4;
}

h3 {
    margin-top: 1em;
}

table:not(.table-striped) > tbody > tr > td > strong {
    display: inline-block;
    margin-top: 1em;
}

img {
    max-width: 100%;
}

body#homepage table.table:not(.table-striped) {
    max-width: 400px;
    table-layout: fixed;
}

body#homepage table.table:not(.table-striped) > thead {
    display: none;
}

body#homepage h6 {
    font-weight: bold;
}

div.progress {
    border-radius: 0;
}

@media (max-width: 992px) {

    table.table-status-1 > tbody {
        border-left: 1px solid #F00;
    }

    table.table-status-2 > tbody {
        border-left: 1px solid #0055ff;
    }

    table.table-status-3 > tbody {
        border-left: 1px solid #FF0;
    }

}