.container {
    max-width: 1600px;
}
body {
    font-size:90%!important;
}
#edit_config, #edit_user, #edit_server, #edit_profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.bg-primary {

}
.bg-success {

} 
.bg-danger {

}