﻿
.paginationCss {
    padding: 10px 0px 10px 0px;
    text-align: center;
    display: none;
}
.paginationCssP {
    padding: 10px 0px 10px 0px;
    text-align: center;
    display: none;
}
span > button {
    cursor: pointer;
    border: 1px solid #69a8e2;
    color: #69a8e2;
    background-color: white;
    height: 22px;
    width: 25px;
    font-size: 12px;
}

sapn {
    cursor: pointer;
    border: 1px solid #69a8e2;
    color: #62a8ed;
}

.buttonCss {
    background-color: white;
    border: 1px solid #69a8e2;
    color: #62a8ed;
    height: 22px;
    width: 40px;
    font-size: 12px;
}

.button-disbaled {
    border: 1px solid #a6c5e2;
    color: #a6c5e2;
    background-color: white;
    height: 22px;
    width: 40px;
    font-size: 12px;
}

.currentPage {
    border: 1px solid #559cde;
    background-color: #4393dc;
    color: white;
}

.currentPage:hover {
        color: white;
    }
.description-content li {
    margin-bottom:5px;
}
