body, html {
    height: 100%;
}

* {
    box-sizing: border-box;
}

.jumbotron-default {
    background-image: url('../images/56172_b.jpg');
}

.jumbotron-minecraft {
    background-image: url('../images/1496170632_zzcwbje_b.png');
}

.jumbotron-rehost {
    background-image: url('../images/RehostPanelDark.png');
}

.jumbotron-collect {
    background-image: url('../images/collectpanelfront.png');
}

.jumbotron-link {
    background-image: url('../images/link_homepage.png');
    color: #5b7ba1;
}

.jumbotron-ark {
    background-image: url('../images/ark_survival_evolved_01_1920x1080.webp');
    color: #5b7ba1;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea {
    max-width: 280px;
}

.card-form-auto-sm {
    min-width: 300px;
    max-width: 400px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.card-form-auto-md {
    min-width: 450px;
    max-width: 800px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.card-form-auto-lg {
    min-width: 550px;
    max-width: 1000px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.table-diberie {
}

    .table-diberie tbody tr {
        color: #b2e3ff !important;
        cursor: default;
    }

        .table-diberie tbody tr:hover {
            background-color: #444b62 !important;
        }

.centeredTable table {
    vertical-align: middle;
    text-align: center;
}

    .centeredTable table tr {
        vertical-align: middle;
        text-align: center;
    }

        .centeredTable table tr td {
            vertical-align: middle;
            text-align: center;
        }
