@charset "UTF-8";
/* CSS Document */

table.dataTable tbody td {
font-size:.8em;
}
.cpweb_Wrapper {
max-width:90%;
}
.page-content{
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}

.page-content table th, .page-content table.table-hover th {
background-color: rgb(21,137,198);
color: #FFFFFF;
border: 0px solid #000;
padding: 7px;
font-size: .9em;
}


.page-content a:link, .page-content a:visited {
text-decoration: none;
color: rgb(21,137,198);
}
