/* CSS Document */
body {
margin-bottom:15px;
font-family: "Roboto", sans-serif;
}

.container {max-width:1010px;}

.navbar {border:0;}
.navbar-brand {padding-top:10px;}
.navbar-nav > .active > a {border-bottom:3px double #000;}

#top-home, #draw-result {
background:#fff url("../image/bg-taiwantoto.jpg") no-repeat center top;
background-size:cover;
}

#top-result {
background-color:#fff;
border:1px solid #aaaaaa;
border-radius:10px;
margin-top:65px;
box-shadow: 10px 10px 5px #aaaaaa;
}
#tghsl,.boxspan2 {font-size:19px;font-weight:bold;margin-top:20px;}
.boxspan2 {display:inline-block;background-color:#3c3;color:#fff;text-align:center;width:64px;height:64px;border:2px solid #fff;border-radius:50%;font-size:40px;margin-bottom:30px;}
#cdown {background-color:#fff;border:1px solid #aaaaaa;border-radius:10px;font-size:24px;}

#draw, #draw-result {text-align:center;margin-top:10px;}
.table {border:1px solid #ccc;}
.table > thead > tr > th {text-align:center;font-weight:bold;}
.table > tbody > tr > td {border-bottom:1px solid #ccc;}
.rowsm {font-size:18px;}

span.boxspan {display:inline-block;background-color:#3c3;color:#fff;text-align:center;width:40px;height:40px;border:2px solid #fff;border-radius:50%;font-weight:bold;font-size:24px;}

.bg-page, .bg-page:hover {background-color:#3c3;color:#fff;}

#copy-text {text-align:center;color:#333;font-size:12px;}
#copy-text .container {padding-top:15px;padding-bottom:15px;}

@media (max-width: 900px) {
    #top-result {margin-top:20px;}
}

@media (max-width: 767px) {
    #top-result {margin-top:3px;}
}

@media (max-width: 640px) {
    #top-home .col-sm-6 {width:100%;}
}