body {
    background-color: black;
    padding: 5px;
}
span,h5 {
    margin: 2px;
    color: #D4AF37;
}
.col-white{
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.post {
    word-wrap: break-word;
    padding: 0px;
}
.post button, .post a, .post a:hover {
    color: #D4AF37 !important;
}
.post span, a {
    text-decoration: none;
    margin-right: 4px;
}

.col-gold{
    color: #D4AF37;
    font-size: 25px;
}
.text-gold{
    color: #D4AF37;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.post span{
    color: #D4AF37;
}
.ajax-load{
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}
label.error{
    color: red;
    font-weight: normal;
}
.toast {
    background-color: #030303;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.container-fluid{
    margin-top:20px;
}
#main-home-page span:hover {
    cursor : pointer;
}
#main-home-page span:focus {
    cursor : pointer;
}
.btn-info {
    color: black !important;
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
}
.btn-info:hover {
    color: black !important;
    background-color: #c1a54b !important;
    border-color: #c1a54b !important;
}

button {
    border: medium;
    background:transparent;
    padding: 0 5px;
}

@media(max-width:500px){
    .post button, .post a, .post a:hover {
        color: gold !important;
        color: #ffd700 !important;
        width: 25px;
        line-height: 15px;
        text-align:center;
    }
}

.img_cntr{
    height: 250px;
    display: grid;
    place-items: center;
    background-color: white;
    border-bottom : 23px solid black;
    cursor: pointer;
}
.img_cntr img{
    max-width: 90%;
    max-height: 200px;
}

#end_position-error{
    font-weight: normal;
}