/*------------- RESET CSS -----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------- ROOT -----------------*/

body {
	width: 100%;
	height: 100%;
	background: url(../img/Background-Hawaii-Lotteries.jpg) center no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: 'Shrikhand', cursive;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.base {
	position: relative;
	display: block;
	width: 50%;
	background:rgba(0,0,0,0.8);
	margin: auto;
	top: 5px;
	padding: 15px;
	
}

.container {
	display: inline-block;
	width: 100%;
	
}

.top-session {
	display: table;
	width: 100%;
	
}

.logo {
	display: table-cell;
	width: 540px;
	height: 170px;
	background: url(../img/Logo-Hawaii-Lotteries.png) left no-repeat;
	background-size: 70%;
	
}

.date {
	display: table-cell;
	width: 35%;
	text-align: center;
	vertical-align: top;
	
}

#date2 {
	color: white;
	width: 95%;
	background-color: #ea9c0f;
	margin: auto;
	padding: 5px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.minimenu {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.menubtn {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	
}


.result {
    display: block;
    background: url(../img/Button-Result.png) center no-repeat;
    width: 120px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}

.livedraw {
    display: block;
    background: url(../img/Button-Live-Draw.png) center no-repeat;
    width: 120px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}

#responsecontainer {
	width: 100%;
	height: 890px;
	margin-top: 10px;
	background: rgba(236,236,236,1);
background: -moz-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=0 );
padding: 0px 10px 0px 10px;
box-sizing: border-box;
text-align: center;
}

.datelive {
    width: 45%;   
    text-align: center;
    float: left;
    background: #ea9c0f;
    color: white;
    padding: 10px 0px 10px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
}

.period {
 width: 25%;   
    text-align: center;
    float: right;
    background: #ea9c0f;
    color: white;
    padding: 10px 0px 10px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.liveresult {
width: 100%;
height: 40%;
background: url(../img/First-Price.png) center no-repeat;
background-size: 645px 236px;
display: inline-block;
    text-align: center;
    font-size: 26px;
    color: gold;
    margin: 50px 0px 0px 0px;
    box-sizing: border-box;
    padding: 155px 0px 0px 0px;
    
}

.liveresult span {
    display: inline-block;
    width: 50px;
    height: 50px;
        padding: 12px;
    color: white;
    background: #b20f0f;
    border-radius: 200px;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

.liveresult p {
    margin: 25px 0px 0px 0px;
    color: white;
    font-size: 14px;
}

.tabress {
    width: 100%;   
    padding: 40px 15px 0px 15px;
    box-sizing: border-box;
    
}


.tabress table {
    width: 100%;
    font-family: arial;
}


.head1 {
    width: 10%;
    background-color: #e9a011;
    color: white;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
}

.head2 {
    width: 40%;
    background-color: #e9a011;
    color: white;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
}

.head3 {
    width: 50%;
    background-color: #e9a011;
    color: white;
    padding: 5px;
    text-align: center;
    border: 1px solid black;
}

.first {
    color: gold;
    position: absolute;
    font-size: 52px;
    left: 40%;
    top: 25%;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;

}

.first img {
    width: 45px;
    height: 45px;
}



sup {
    top: -.3em;
    left: .2em;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}


.foot {
    width: 100%;   
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background: white;
    
}


.foot img {
    margin: 0px 10px 0px 10px;
    width: 65px;
    
}


.clock {
    width: 100%;
    background: #555555;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}

.clock p {
    padding: 5px 0px;
}

.mclock {
    display: inline-block;
 width: 100px; 
 height: 35px;
background: url(../img/clock.png) center left no-repeat;
padding: 5px 5px 0px 40px;
margin: auto;
text-align: left;
}


.howto {
    width: 100%;    
    display: block;
    font-family: arial;
    margin: 45px 0px 0px 0px;
}

.how {
    float: left;
    width: 30%;
    height: 280px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px #555555 solid;
    border-radius: 5px;
    margin: 5px 8px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


.how h2 {
    font-size: 18px;
    margin: 15px 0px;
    font-weight: bold;
}

.how p {
    font-size: 14px;
    line-height: 1,8em;
    
}