noscript div {
    background-color: #FFCE00;
    color: #000000;
    font-size: 30px;
    text-align: center;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url('/pages/wbs3/fatso_background.gif');
    background-color: #ffffff;
    color: #ffcc00;
    font-size: 16px;
}

.main-table {
    background-color: #000000;
    width: 550px;
    border: 10px double #ffcc00;
    color: #ffcc00;
    font-family: ARIAL,HELVETICA;
    font-size: inherit;
}

.main-table td {
    padding: 10px;
}

.main-table a {
    color: #ffcc00;
}

.form-control {
    margin-bottom: 15px;
}

.btn {
    margin-top: 10px;
}

.alert {
    margin-top: 20px;
}

.btn-primary, .btn-success, .btn-danger {
    width: 50%;
}

hr {
    border: 0;
    border-top: 5px double #ffcc00;
    margin: 20px 0;
}

.spacer {
    margin-top: 10px;
}

.warning {
    background-color: #D3D3D3;
    color: #FF0000;
    font-size: 30px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
