.dynatable-per-page{
    display: none;
}

.form-control.search-form{
    position: absolute;
    right: 25px;
    width: auto;
    top: 0;
}

.table th{
    text-transform: uppercase;
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    font-size: 0.7rem;
    border: 1px solid #dee2e6;
    /* text-align: center; */
}
/* 
.table th:first-child{
    text-align: left;
    width: 20%;
}
.table th:nth-child(2){
    text-align: left;
    width: 20%;
} */

.table td{
    text-align: left;
}


.dynatable-pagination-links {
    float: right;
  }
  
  .dynatable-record-count {
    display: block;
    padding: 5px 0;
  }
  
  .dynatable-pagination-links span,
  .dynatable-pagination-links li {
    display: inline-block;
  }

 .county .card{
    width: 150px;
    margin: 1px;
    float: left;

}


.county .card>.card-body{
    padding: 10px;
    font-size: 0.8rem;
    background:#fff;
    color:#007bff;
    transition: backgroundcolor color 0.5s ease;
}

.county .card>.card-body:hover{
    background: #77b3f3;
    color:#fff;
}

.county path{
    stroke: #fff;
    fill: #004085;
    transition: fill 0.3s ease;
}

.county path:hover{
    fill: #77b3f3;
}