/*!
 * Customised CSS
*/
body {
    font-family: Arial;
    font-size: 14px;
    
    /* background: url(background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    */
}

.table-borderless th,
.table-borderless td {
    border: none !important;
}

.cblStyle tr td {
	height: 30px !important;
	vertical-align: middle;
}

.full {
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
}