﻿.filter-label {
    height: 30px;
    width: 70px;
    border: 1px solid lightgray;
    border-radius: 4px;
}

.view-btn {
    width: 63px;
    height: 30px;
    background-color: lightslategray;
    border: none;
    border-radius: 4px;
}

.search-input-btn {
    border-color: #1C85EE;
    background-color: #1C85EE;
    color: white;
    height: 30px;
    width: 81px;
    float: left;
    font-size: 15px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px !important;
}

.back-label:hover {
    text-decoration: underline;
}
