﻿@charset "UTF-8";

.met_pager a {
    border-radius: 20px !important;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 15px;
    padding: 0;
    background-color: #e6e6e6;
    color: #000;
    float: left;
}
.met_pager span {
    border-radius: 20px !important;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 15px;
    padding: 0;
    background-color: #e6e6e6;
    color: #000;
    float: left;
}
.pagination li a {
    border-radius: 20px !important;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-left: 15px;
    padding: 0;
    background-color: #e6e6e6;
    color: #000
}

.pagination > .active > a {
    background-color: #ff5a00;
    border-color: #ff5a00;
}
.met_pager .current {
    background-color: #ff5a00;
    border-color: #ff5a00;
    color:#fff
}
.page-title-content {
    font-size: 15px;
}
