.alert-block {
    font-size: 16px;
}
.alert-block:before {
    font-size: 28px;
}

.help-sidebar .icon.icon-close {
    font-size: 16px;
}

.help-sidebar h2 {
    font-size: 25px;
}

.container h2 {
    font-size: 25px;
}

.container h3 {
    margin-top: 0;
}

.help-sidebar .panel-default>.panel-heading+.panel-collapse .panel-body {
    font-size: 15px;;
}

.container .accordion .panel-title {
    font-size: 16px;
    font-weight: 100;
    color: #FFF;
}

.container .help-sidebar h2 {
    font-size: 23px;
    font-weight: 100;
    color: #FFF;
}

.panel-validation-summary:before {
    font-size: 24px;
}

.container .panel-validation-summary h4 {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

fieldset legend {
    font-size: 15px;
}

.input-group-addon {
    font-size: 20px;
}

.btn .icon-print:before {
    font-size: 20px;
}

.table-panel h3 {
    font-size: 17px;
}

.table-panel .table thead tr td,
.table-panel .table thead tr th,
.table-panel tbody tr td {
    font-size: 17px;
}

.btn.btn-list {
    font-size: 15px;
}

.table-panel-header button {
    font-size: 16px;
}

:not(.btn-check) + .btn:active {
    border-color: #04545D;
    background-color: #04545D;
}

@media (max-width: 767px) {
    .table-panel-header button {
        height: unset;
    }
}