/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    /*background: url(../img/bodybg.png) repeat;*/
    background: #FFFF00;
}

.timing-head {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background: url(../img/timerbg.png) repeat;
	background: #00b317;
    padding: 2px 0;
	color: #FBCF3D;
	text-transform: uppercase;
}

.timing-head span {
    font-size: 20px;
	color: #84B8FB;
}

.search-form {
	text-align: center;
	padding: 10px 0;
}



table.table, table.table th { text-align: center; font-size: 22px; text-transform: uppercase; color: #fff; }

table.table td { font-weight: 700; }

input#datepicker {
    font-weight: 700;
}

footer { text-align: center; font-weight: 700; }

.padding-top-bottom {
	padding: 40px 0;	
}

.btn {
    background: #840000;
    color: #fff;
}

.btn:hover {
    background: #fff;
    color: #E5A802;
}

.draw-table .row {
	margin-bottom: 10px;	
}

#draw-table {
    position: relative;
    width: 100%;
    float: left;
}

#draw-table input[type="submit"] {
    position: fixed;
    left: 45%;
    top: 0;
}
button.jscolor {
    border: 0;
    padding: 20px;
}
table.table tr td {
    font-size: 30px;
	vertical-align: middle;
}

table.date_table tbody {
    border: 1px solid #000;
    padding: 5px;
}
table.date_table {
    border-collapse: inherit;
	border-spacing: 2px;
}
div#current-date, div#remaining-time {
    display: inline-block;
}

div#code1,div#code2,div#code3,div#code4 {
    display: inline-block;
    font-family: serif!important;
}
table.table tr td {
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
}
.myHeader {
	position: absolute;
width:200px;
height:50px;
background: url('lcoation/of/the/image.jpg') top left no-repeat;
text-indent:-9999px;
}

body {
    margin: 8px;
    min-height: 1000px;
    font-family: serif!important;
}

center {
    margin: inherit !important;
}

div {
    display: inline;
}

img {
    margin-top: -10px;
}

@media all and (max-width: 800px) {
    div {
        display: block;
    }
}
}