.container,
.container-image {
    margin: auto
}
body{
    font-family: 'Roboto', sans-serif;
}

.navbar a,
a {
    text-decoration: none
}

.col a,
.navbar a {
    display: block;
    text-align: center
}

.col a,
.container-image,
.containerheader,
.navbar a {
    text-align: center
}

body.custom-background {
    background: #f2f2f2
}

.container {
    width: 960px;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.container-logo {
    background: #000;
}

.container-isi {
    padding: 3px;
}

.container-isi p {
    margin: 4px 0 12px;
    font-size: 16px;
    line-height: 1.6;
}

.top-bar {
    background-color: #ff0000;
    padding: 4px;
    min-height: 34px;
    width: 100%;
}

.bottom-bar{
    background-color: #bbb9b9;
    color: #000;
    width: 100%;
    min-height: 34px;
}

.bottom-bar-text {
	float: left;
	padding: 6px 8px;
}

.padding-1 {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    word-wrap: break-word
}

h1 {font-size: 24px; font-size: 1.500rem;}
h2 {font-size: 22px; font-size: 1.375rem;}
h3 {font-size: 20px; font-size: 1.250rem;}
h4 {font-size: 18px; font-size: 1.125rem;}
h5 {font-size: 16px; font-size: 1.000rem;}
h6 {font-size: 14px; font-size: 0.875rem;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: inherit;
	line-height: 1.2;
}

a {
    color: #0e4d7a;
    cursor: pointer
}

.image-banner,
.image-logo {
    width: 100%
}

.image-banner-big {
    width: 100%;
    height: 150px
}

.image-banner-small {
    max-width: 100%
}

.entry-title {
    line-height: 1.5;
}

.entry-title a {
    color: #303030;
    font-weight: 540
}

blockquote {
    background-color: #ededed;
    border-left: 6px solid #687888;
    margin: 20px;
    padding: 10px 14px 2px;
    font-style: italic
}

.container-hk-prize,
.container-toto-sgp {
    max-height: 100%;
    width: 100%;
    margin: auto
}

.containerheader {
    width: 100%;
    margin: auto
}

.navbar {
    overflow: hidden;
    background: #ff0000
}

.navbar a {
    float: left;
    font-weight: 700;
    color: #f2f2f2;
    padding: 8px 10px;
    font-size: 12px;
    border-left: 1px solid #af1e1e;
    border-right: 1px solid #690000
}

.navbar a:hover {
    cursor: pointer;
    background-color: #ddd;
    color: #000
}

.col {
    float: left;
    width: 20%;
    background-color: #ffd9b3
}

.floating-1 {
    display: none;
    z-index: 10
}

.livedraw {
	background:#ff0000; width:500px; max-width:100%; margin:auto;
	overflow:hidden; border-radius:3px; border:6px solid #ff0000;
	font-size:18px;
    color:white;
}
.livedraw a {
	text-decoration:none;
}
.livedraw table {
	width:100%; text-align:center;
}
.livedraw table td, .livedraw table th {
	padding-bottom:5px; padding-left:2px; padding-right:2px; font-weight:bold;
}
.radiuslive, .livedraw .Bglive span, .livedraw .Bglive2 span {
	border-radius:10px;
}
.Bglive span, .Bglive2 span, .Bglive3 span {
	display:block; padding:7px;
}
.Bglive span {
	background:#d70000;
}
.Bglive2 span {
	background:#760504;
}
.Bglive3 span {
	background: #ECE9E6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius:3px;
	color:#d70000;
}
.bg-white {
    background-color: white!important;
}
table {
    border-collapse: collapse;
    margin: 10px auto;
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}

.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.result {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.result td{
    border: 1px solid #000;
    padding: 5px;
}
.headresult {
	color: white;
	padding: 2px;
	text-align: center;
	background-color: #7a0606;
    font-weight: bold;
}
ol, ul {
    padding-left: 1.3rem;
}
@media screen and (max-width:1000px) {
    .floating-1 {
        display: block;
        position: fixed;
        bottom: 2px;
        width: 100%;
        left: 0
    }
    .container {
        width: 100%;        
    }
    .image-banner-big {
        width: 100%;
        height: 80px
    }
    .containerheader {
        width: 100%
    }
    .navbar {
        display: flex;
        flex-direction: column
    }
    .navbar a {
        float: unset;
        text-decoration: none;
        border-left: unset;
        border-right: unset;
        border-bottom: 1px solid #690000
    }
    .col {
        float: none;
        width: 99.3%
    }
}