.pagination{justify-content: center;}
.checkResult{max-width: 200px;padding-left: 10px;}

select.form-control{max-width: 200px}
select.form-control:not([size]):not([multiple]){height: calc(2rem + 2px);}

.searchBox{display:flex;justify-content: flex-end;margin:30px 0 20px}
.searchBox select, .searchBox input{height:35px;border:1px solid #e3e3e3;padding:5px;}
.searchBox input[type="button"]{background-color: #117239bb;color:#fff;width:60px;text-align: center;}
/*.searchBox select{width:80px}*/
.searchBox select{border-right: 0}