
.form-element {
    padding: 1px;
}
.form-element > label {
    font-size: 0.8em;
    line-height: 0.8em;
    font-weight: 900;
    font-style: italic;
    color: rgba(100,100,100,0.8);
}
form  > .search-submit {
    padding-top: 1.6em;
    justify-content: flex-end;
}
form  > .search-submit > * {
    flex-basis: 10%;
}
form  > .search-submit > .btn-primary {
    flex-grow: 7;
}
form  > .search-submit > .btn-danger {
    flex-grow: 3;
}

form label {
    line-height: 30px;
    margin: 3px 0px;
}

input, select, textarea {
    transition: border-bottom .1s ease;
    font-size: 1.1em;
    display: block;
    width: 100%;
    height: 30px;
    margin: 3px 0px;
    padding: 5px 10px;
    outline: 0;
    /*background-color: rgba(200,200,200,0.15);*/
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    /*height: 1.875em;*/
}

input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
    border-bottom-width: 1px;
    border-bottom-color: #757575;
}

input.inline {
    display: inline-block;
    width: auto;
}

/* records_per_page */