body{
    margin: 15px auto;
    max-width: 1280px;
}

.hidden_div{
    display: none;
}

.top_table img{
    max-width: 30px;
    border-radius: 50%;
}

#hover-img{
    position: fixed;
    max-width: 40%;
    max-height: 80%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5%;
}

#selection{
    text-align: center;
}

#selection img{
    cursor: pointer;
    max-width: 128px;
    border-radius: 50%;
    opacity: 0.3;
 }
#selection img:hover{
    opacity: 1 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

label {
    margin-bottom: 0.5rem;
}