* {
    font-family: Arial, Helvetica, sans-serif;
}

ul.buttons {
    list-style: none;
    margin-top: 40px;
}

.buttons > li {
    display: inline-block;
    padding-right: 10px;
}

.content-header {
    padding: 20px;
}

.alert-info {
    background-color: #3c8dbc!important;
}

.filters {
    background-color: #c6dceb;
    min-height: 500px;
}

.col-small {
    max-width: 100px;
}

.col-middle {
    max-width: 150px;
}

.col-large {
    min-width: 350px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

table {
    font-size: x-small;
}
