/* General site styles */

table {
  font-size: 12px;
}

/* Sets the width of the site */
@media (min-width: 960px) {    
.container{
  width:960px;
}
}

/* Sets the style for the page */
.page-container {
  max-width: 960px;
  background-color: #cfcfcf;
}

h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
}


/* Sets the color of the Text Banner */
.csc-frame-invisible {
  background-color: #3b3b3b;
  padding: 1px 15px 1px;
}
.csc-frame-invisible h1, 
.csc-frame-invisible h2, 
.csc-frame-invisible h3, 
.csc-frame-invisible h4, 
.csc-frame-invisible h5 {
  color: #e6e6e6;
}

/* Sets the style for the footer */
#cfc-footer {
  font-size: 12px;
  padding-bottom: 1px;
  color: #cfcfcf;
}


/* Sets the table properties for the dark border table */
.table-condensed-rte > thead > tr > th, .table-condensed-rte > tbody > tr > th, .table-condensed-rte > tfoot > tr > th, .table-condensed-rte > thead > tr > td, .table-condensed-rte > tbody > tr > td, .table-condensed-rte > tfoot > tr > td, .table-bordered-rte > thead > tr > th, .table-bordered-rte > tbody > tr > th, .table-bordered-rte > tfoot > tr > th, .table-bordered-rte > thead > tr > td, .table-bordered-rte > tbody > tr > td, .table-bordered-rte > tfoot > tr > td, .table-bordered-dark-rte > thead > tr > th, .table-bordered-dark-rte > tbody > tr > th, .table-bordered-dark-rte > tfoot > tr > th, .table-bordered-dark-rte > thead > tr > td, .table-bordered-dark-rte > tbody > tr > td, .table-bordered-dark-rte > tfoot > tr > td, .table-striped-rte > thead > tr > th, .table-striped-rte > tbody > tr > th, .table-striped-rte > tfoot > tr > th, .table-striped-rte > thead > tr > td, .table-striped-rte > tbody > tr > td, .table-striped-rte > tfoot > tr > td, .table-hover-rte > thead > tr > th, .table-hover-rte > tbody > tr > th, .table-hover-rte > tfoot > tr > th, .table-hover-rte > thead > tr > td, .table-hover-rte > tbody > tr > td, .table-hover-rte > tfoot > tr > td, .table-none-rte > thead > tr > th, .table-none-rte > tbody > tr > th, .table-none-rte > tfoot > tr > th, .table-none-rte > thead > tr > td, .table-none-rte > tbody > tr > td, .table-none-rte > tfoot > tr > td, .contenttable > thead > tr > th, .contenttable > tbody > tr > th, .contenttable > tfoot > tr > th, .contenttable > thead > tr > td, .contenttable > tbody > tr > td, .contenttable > tfoot > tr > td {
  padding: 1px 10px;
  
}
