#pagination {
        display: flex ;
        width: -moz-fit-content;
        position: relative;
        top: -205px;
        left: 450px;
        display:-ms-flexbox;
        flex-flow: row wrap;
        -ms-flex-wrap: row-wrap;
        margin: 0 0 0 10% ;
        -ms-flex-pack:justify;
        align-content:flex-start;
        -ms-flex-line-pack:start;
        margin-top: 6px;
        border-top: #F0F0F0 1px solid;
        background-color: rgba(0, 0, 0, 0.3);
        background-color: rgba(0, 0, 0, 0.3);
        z-index:10;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2aabd2+0,5bc0de+100 */
        background: #2aabd2; /* Old browsers */
        background: -moz-linear-gradient(top, #2aabd2 0%, #5bc0de 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2aabd2 0%,#5bc0de 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2aabd2 0%,#5bc0de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aabd2', endColorstr='#5bc0de',GradientType=0 ); /* IE6-9 */
        /*
        border-top: 1px solid #2aabd2;
        border-left: 1px solid #5BC0DE;
        border-bottom: 1px solid #2aabd2;
        border-right: 1px solid #5BC0DE;
        border-radius: 0px;
*/
/* 	box-shadow: 0px 6px 6px 0px #777;
	-webkit-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.48);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(15,15,15,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(15,15,15,1);
	box-shadow: 5px 5px 5px 0px rgba(15,15,15,1);
	 */
	-webkit-box-shadow: 5px 5px 5px 0px rgba(15,15,15,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(15,15,15,0.5);
	box-shadow: 5px 5px 5px 0px rgba(15,15,15,0.5);
	
}
#pagination a:hover {
        text-decoration: none;
}

#pagination-result {
        padding: 30px;
        margin-top: 70px;

        background-color: rgba(0, 0, 0, 0.3);
        color:white;
        font-size: 16px;font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
        -webkit-box-shadow: 8px 8px 8px 0px rgba(15,15,15,1);
        -moz-box-shadow: 8px 8px 8px 0px rgba(15,15,15,1);
        box-shadow: 8px 8px 8px 0px rgba(15,15,15,1);
        max-width: 1280px;
}

#pagination-result h1   {
 font-size: 1.3em;
}

#pagination-result h2   {
 font-size: 1.2em;
}

#pagination-result h3   {
 font-size: 1.1em;
}








#overlay {
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 999;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
}

#overlay div {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -32px;
        margin-left: -32px;
}

.link {
        padding: 10px 15px;
        background: transparent;
        font-weight: bold;
        border-top: #bccfd8 1px solid;
        border-top: 1px solid #2aabd2;
        border-left: 1px solid #5BC0DE;
        border-bottom: 1px solid #2aabd2;
        border-right: 1px solid #5BC0DE;
        border-radius: 0px;
        border-left: 0px;
        cursor: pointer;
        color: #ffffff;
}

.disabled {
        cursor: not-allowed;
        color: #cccccc;
        font-weight: bold;
}

.link .disabled:hover {
        cursor: not-allowed;
        color: #cccccc;
        font-weight: bold;
        border-top: 1px solid #5BC0DE;
        border-bottom: 1px solid #5BC0DE;
        border-radius: 0px;
        border-left: 3px !important;

}

.current {
        cursor: not-allowed;
        background: #bccfd8;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bc0de+1,2aabd2+100 */
        background: #5bc0de; /* Old browsers */
        background: -moz-linear-gradient(top, #5bc0de 1%, #2aabd2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #5bc0de 1%,#2aabd2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #5bc0de 1%,#2aabd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#2aabd2',GradientType=0 ); /* IE6-9 */
}

.link:hover {
        background: #bccfd8;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bc0de+1,2aabd2+100 */
        background: #5bc0de; /* Old browsers */
        background: -moz-linear-gradient(top, #31b6de 1%, #149bd2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #31b6de 1%,#149bd2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #31b6de 1%,#149bd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b6de', endColorstr='#149bd2',GradientType=0 ); /* IE6-9 */
        border-top: 1px solid #5BC0DE;
        border-left: 1px solid #5BC0DE;
        border-bottom: 1px solid #5BC0DE;
        border-right: 1px solid #2aabd2;
        border-radius: 0px;
        border-left: 0px;
}

.first {
        border-left: #bccfd8 1px solid;
}


.link.first:hover{

        border-right: 1px solid #2aabd2;
        border-left: 1px solid #5BC0DE;
}

.question {
        padding: 10px;

        background-color: rgba(255, 0, 0, 0.33);
}

.answer {
        padding-top: 10px;
}

#pagination-result  li{
        list-style: unset;
}

.dot {
        cursor: not-allowed;
        padding: 10px 15px;
        background: transparent;
        border-right: 1px solid #5BC0DE;
        border-bottom: 1px solid #2aabd2;

}

.page-content {
        padding: 20px;
        margin: 0 auto;
}

.pagination-setting {
        padding: 10px;
        margin: 5px 0px 10px;
        border: #bccfd8 1px solid;
        color: #607d8b;
}







#pagination-result table, th, td {
font-size: 15px !important; 
line-height: 26px !important; 
padding: 20px 20px 20px 20px;
-moz-tab-size:4; -o-tab-size:4; 
-webkit-tab-size:4; tab-size:4;

background-color: #959595 !important;
}


#pagination-result table {
border:none;
}


code {
	padding: 2px;
	font-size: 90%;
	color: #fff;
	background-color: #242320;
	border-radius: 0px;
}

pre {
	display: block;
	padding: 4px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	margin: 0 5px 0 5px;
	background-color: #333;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}








/*

#pagination-result tr   {
 border-bottom:1px solid white;
}
#pagination-result td   {
 border-left:1px solid white;
 border-right:1px solid white;

}


*/

