/*=============================*/























#searchresultsarea {
    margin-left: px;
    font-family: 'Arial';
    color:#212529!important;
}

#searchresultsnumber {
    font-size: 0.8rem;
    color: gray;
}

.searchresult h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: #003a66;
    margin-bottom: 0px;
    margin-top: -7px;
}

.searchresult a {
    font-size: 14px;
    line-height: 14px;
    color: #0d6efd;
    margin-bottom: 0px;
}

.searchresult button {
    font-size: 10px;
    line-height: 14px;
    color: #0d6efd;
    margin-bottom: 0px;
    padding: 0px;
    border-width: 0px;
    background-color: white;
}
.searchresult p {
    width: 100%;
    font-size: 13px;
    margin-top: 0px;
    color: #004689
}


.myPagination{
	float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none;
}

span#myPagination button {
    border: 0px !important;
    position: relative;
    /* display: block; */
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    padding: 5px 10px;
    margin: 3px 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}