.option-container{
    margin-bottom: 15px;
}
.my-header{
    background-color:#005AFF;
    min-height: 85px;
    margin-bottom: 25px;
    color: white;
    padding-top: 20px;
}
td,th{
    text-align: center;
    /*width: 150px;*/
}
.actions-btn{
    display: none;   
}
#reload{
    margin-bottom: 5%;
    text-align: right;
}
body{
    font-size: 0.9rem;
    line-height: 0.6;
}
table th{
    padding: 0.5rem !important;
}
#table-result{
    margin-bottom: 5%;
}
.logout-link{
    margin-bottom: 20px;
}
#reload > a{
    background-color:#dee2e6;
    border-color:#dee2e6;
}
#reload > button{
    height: 33px;
    padding-top: 3px;
}
@media (max-width: 768px) {
    #reload{
        text-align: center;
    }
  }
