/* CSS Document */
body {
margin-bottom:15px;
font-family: "Oswald", sans-serif;
font-weight:400;
}

.container {max-width:1000px;}

.navbar {border-width:0 0 2px;}
.navbar-brand {padding-top:10px;}
.navbar-nav > .active > a {border-bottom:3px solid #399;}
.navbar .container {border-bottom:3px solid #e03934;}

.brtop {border-top:3px solid #134579;margin-top:-3px;padding-top:15px;}

.lastoto, .toboxs {
width:120px;
margin:5px;
border-radius:10px;
border:3px solid #08abdc;
}
.totop, .tobott {font-size:14px;}
.totop {
color:#134579;
border-radius:8px 8px 0 0;
}
.tocont {
color:#134579;
font-size:36px;
padding:15px;
}
.tobott {
background-color:#e03934;
color:#fff;
border-radius:0 0 8px 8px;
}
.lastoto {border:3px solid #134579;}

#draw-result {text-align:center;}
.table {border:1px solid #08abdc;}
.table > thead > tr > th {background-color:#e03934;text-align:center;color:#fff;}
.table > tbody > tr > td {border-bottom:1px solid #08abdc;color:#134579;}
.rowsm {font-size:19px;}

.bg-page, .bg-page:hover {background-color:#399;color:#fff;}

#lotcount {
font-size:22px;
}

#copy-text {text-align:center;color:#333;font-size:12px;}
#copy-text .container {padding-top:15px;padding-bottom:15px;}