﻿
.dataTables_paginate {
    text-align: center !important;
}

    .dataTables_paginate .paginate_button {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #f1f1f1;
        border-radius: 3px;
        margin-left: 3px;
        color: #ffffff;
    }

        .dataTables_paginate .paginate_button:hover {
            background: #1b76c4 !important;
            color: #FFF !important;
        }

        .dataTables_paginate .paginate_button.current {
            background-color: #1b76c4 !important;
            color: #FFF !important;
            border: none !important;
        }
        
        .dataTables_paginate .paginate_button.next, .dataTables_paginate .paginate_button.previous {
            width: 60px !important;
        }
        .pagination ul li.current a {
            color: #ffffff !important;
        }
.name_specification p {
    font-size: inherit;
    line-height: inherit;
    margin-top:10px;
}