@charset "utf-8";
/* CSS Document */
.input-group-text { 
    font-size: 0.8rem; 
    font-weight:bold;
    line-height: normal;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    text-align:right;
}

.form-group2 label {
    width: calc(100% - 205px);
    display: inline-block;
}
.form-group2 select, .form-group2 input {
    width: 200px;
    display: inline-block;
}

section.content { padding-bottom:85px}