.col.grid-example {
  border: 15px solid #eee;
  margin: 7px 0;
  text-align: center;
  line-height: 180px;
  font-size: 28px;
  background-color: tomato;
  color: white;
  padding: 0; }
  .col.grid-example span {
    font-weight: 200;
    line-height: 50px; }
  
  .jqplot-table-legend { width: auto; }
  
  td.mini {
      font-size: 0.5em;
  }
  
        
 table thead {display: table-header-group;}
 
/* div.dataTables_wrapper {
        width: 150%;
    }
 
    div.FixedHeader_Cloned.fixedLeft tbody td {
        border-right: 1px solid black;
    }
 
    div.FixedHeader_Cloned.fixedRight tbody td {
        border-left: 1px solid black;
    }*/

.pgend {
    page-break-after: always;
}

#printheader{
/*    height: 150px;*/
    background-color: #ffffff;
/*    -moz-box-shadow: 0 2px 4px #999;
    -webkit-box-shadow: 0 2px 4px #999;
    box-shadow: 0 2px 4px #999;*/
    border-bottom: solid 1px;
    width: 900px;
    z-index: 9999;
    top: 0;
    margin: auto;
    position: relative;
    /*padding-top: 10px;*/
    text-align: center;
}

#printtitle {
    padding: 10px;
    width: 570px;
    margin-left: 200px;
    margin-top: -110px;
}

.schoolName {
    font-size: 22px;
    font-weight: bolder;
    /*padding-bottom: 10px;*/
}

.subtitle {
    font-size: 12px;
    font-weight: bold;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.logoholder{
    float: left;
    background: #333;
    margin-left: 0px;
    margin-right: 30px;
    margin-top: -10px;
}
#printlogo{
    background: #FFF;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: -10px;
    width: 200px;
}

.printmain{
    width: 900px;
    margin: auto;
    /*margin-top: 5px;*/
}

.heading {
    width: auto;
    display: table;
    margin-top: 10px;
    font-size: 14px;
    margin-left: 20px;
}

.heading td {
    padding-bottom: 5px;
    padding-top: 3px;
}

.rst {
    width: 100%;
    display: table;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 20px;
}

.rst th {
    padding-bottom: 5px;
    padding-top: 5px;
}

.sign {
   position:relative;
   left:0px;
   bottom:0px;
   /*height:30px;*/
   width:20%;
   /*background:#999;*/
   /*margin-bottom: -200px;*/
   margin-top: 50px;
   margin-right: 25px;
}

.rst td,
.display td
{
    padding-bottom: 2px;
    padding-top: 2px;
}

@media print {
    @page {
        margin: 0.5cm;
    }
}

.rst,  .rst tr, .rst th, .rst td{
    font-size: 12px;
    /*border: 1px solid black;*/
}

.display td:nth-child(4),
.display td:nth-child(5),
.display td:nth-child(6),
.display th:nth-child(4),
.display th:nth-child(5),
.display th:nth-child(6),
.rst th:nth-child(2),
.rst td:nth-child(2),
.display td .cent
{

 text-align:center !important;
}

table.dataTable tbody td {
    padding: 3px 10px;
}

table.rst tbody td {
    padding: 2px 10px;
}

table.rst thead th {
    padding: 2px 10px;
}

#mfooter {
    /*color: #fff;*/
    /*background: #000;*/
    width: 20%;
    position: absolute;
    float: right;
    margin-right: 25px;
    bottom: 30px;  
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
    float: right;
    margin-right: 25px;
   height:60px;
}

#divFooter {
    width: 20%;
    position: fixed;
    float: right;
    margin-right: 25px;
    bottom: 0;
}

.gd {
    font-size: 12px;
    float: right;
    width: 15%;
    padding: 0;
    border: solid 1px;
    /*border:1 !important;*/
    margin-right: 20px;
    display: table;
}

.gd td, .gd th {
    border: solid 1px;
    padding: 2px;
    text-align:center !important;
}