@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #ffffff;
}

a {
	color: #000000;
}
a:hover{
	color: #E51A4B;
	text-decoration: none;
}
.page-link {
    color: #6c757d;
    background-color: #ffffff;
}
.active>.page-link, .page-link.active {
    color: #ffffff;
    background-color: #E51A4B;
    border-color: #E51A4B;
}

@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px) {

}   

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 425px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {

}