    div {
	box-sizing: border-box;
	
}

.box-color {
	border:1px solid #F2F2F2;
	height: 30px;
	width: 1%;
	text-align: center;
	font-size:24px;
	font-weight:bold;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box-value {
	background: linear-gradient(to bottom, #c6c6c6 0%,#cccccc 50%,#f9f9f9 100%);
	width: 1%;
	border:1px solid #F2F2F2;
	text-align: center;
	height: 35px;
	font-size:24px;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

body {
	
	background: black;
	font-family: 'Oswald', sans-serif;
}

.space {
	width: 100%;
	height: 50px;
}

.container2 {
	width: 65%;
	margin: auto;
		
}

.head {
	width: 100%;
	padding: 20px;
	background: black;
	box-shadow: 0 0 10px 2px #33ff00;
	color: white;
	
}

a {
  color: #ff0202;
  text-decoration: none;
  background-color: transparent;
  }

.logo {
	display: block;
	width: 450px;
	height: 180px;
	background: url("../img/logo.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}


.menu {
	display: block;
	width: 100%;
	box-shadow: 0 0 10px 2px #33ff00;
	text-align: center;
	background: linear-gradient(182deg, #028314, #33ff00);
	outline-style: auto;
}

.menu a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.menu a:hover {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

.content {
	width: 100%;
	box-shadow: 0 0 10px 2px #33ff00;
	color: white;
}


h1, h2, h3 {
	text-align: center;
	
}

h3 {
	font-family: arial;
	margin: 40px 0px;
	color: white;
	font-size: 28px;
}

.title-head {
	font-size: 24px;
	text-decoration: none;
	color: #33ff00;
	
}

.title-footer {
	font-size: 28px;
	text-decoration: none;
	color: #33ff00;
}

.content p {
	text-align: left;
	font-size: 16px;
	color: white;
	margin: 10px;
}

.iklan {
	width: 100%;
	box-shadow: 0 0 10px 2px #33ff00;
}

.iklan img {
	width: 100%;
}

.t1 {
	width: 40%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t2 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

.t3 {
	width: 30%;
	padding: 5px 0px 5px 10px;
	border: 1px solid #989898;
	background: white;
	font-size: 16px;
}

a:hover {
    color: #2d5b8f;
}

.livedraw {
	width: 80%;
}

.linkkeluar {
      width: 80%;
      text-align: center;
      margin: auto;
   }

   .linkkeluar a{
      display: block;
    font-size: 16px;
    border: 1px solid green;
    border-radius: 10px;
    font-weight: bold;
   }
   
   .out-link {
      line-height: 48px;
   }
   
   .out-link a {
      text-decoration:none;
      color:#fff;
   }

   .out-link a:hover {
      color: green;
   }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.macau {
    background: linear-gradient(182deg, #028314, #33ff00);
}

.entry-ld-container {
    width: 70%;
    text-align: center;
    margin: auto;
    border: 8px solid #EBEBEB;
    padding: 2.5px;
    border-radius: .25rem;

}

.entry-ld-container .entry-ld-table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    border-spacing: 0;
}

.entry-ld-container .entry-ld-table thead {
    border: 1px solid #EBEBEB;
}

.entry-ld-container .entry-ld-table .entry-ld-image {
    width: 100%;
    padding-top: 5px;
}

.entry-ld-container .entry-ld-table .entry-ld-image img {
    width: 65px;
    vertical-align: bottom;
}

.entry-ld-container .entry-ld-table .entry-ld-title {
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: top;
    letter-spacing: 1px;
	background: linear-gradient(182deg, #028314, #33ff00);
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.fz-20 {
    font-size: 20px;
}

.fz-16 {
    font-size: 16px;
}

.fz-15 {
    font-size: 15px;
}

.entry-ld-container .entry-ld-table .entry-ld-brand {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;

}

.entry-ld-container .entry-ld-table .entry-ld-brand img {
    margin: 10px auto;
    width: 550px;
}

.entry-ld-container .entry-ld-table .entry-ld-blink {
    text-align: center;
    border: 1px solid #EBEBEB;
    padding: 10px 0;
    letter-spacing: 1px;
    color: #141414;
}

.entry-ld-container .entry-ld-table .entry-ld-blink .blink {
    background-color: #EBEBEB;
    color: #FF0000;
    padding: 2px 6px;
    margin-right: 2.5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.entry-ld-container .entry-ld-table .entry-ld-blink .blink a {
    color: #FF0000;
}

.entry-ld-container .entry-ld-table .entry-ld-blink span {
    line-height: 1.8;
    font-size: 16px;
}

.entry-ld-container .entry-ld-table .entry-ld-body {
    background-color: #141414;
    /* border: 1px solid #EBEBEB; */
}

.entry-ld-container .entry-ld-table .entry-ld-body a {
    text-decoration: none;
    color: #FFFFFF;
}

.entry-ld-container .entry-ld-table td {
    width: 15%;
    border: 1px solid #EBEBEB;
    /* padding: 10px 0; */
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    height: 50px;
}

.entry-ld-container .entry-ld-table .entry-ld-body tr:nth-child(1) {
    height: 65px;
}

.fz-26 {
    font-size: 26px;
}

.entry-ld-container .entry-ld-table .entry-ld-subtitle {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px 0;
    border: 1px solid #EBEBEB;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 15px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #a8b2bc;
background-color: #ffffff;
    font-size: 18px
}

#myTable td,#myTable th {
    text-align: center;
    padding: 3px 0 3px 0;
    border: 2px solid #444;
    font-size: 16px;
    color: #000000
}

#myTable th {
    color: #000000;
    background-color: #ffffff;
    font-size: 15px
}

#myTable tr {
    border-bottom: 1px solid 3px
}

#myTable tr:hover {
    border-bottom: 1px solid #d25503
}
#myTable tr:nth-child(1) td:nth-child(1) {
  background: linear-gradient(182deg, #028314, #33ff00);
}
#myTable tr:nth-child(2) td:nth-child(1n) {
  background: linear-gradient(182deg, #028314, #33ff00);
}
#myTable tr:nth-child(1) td:nth-child(2) {
  background: linear-gradient(182deg, #028314, #33ff00);
}
#myTable tr:nth-child(1) td:nth-child(3) {
  background: linear-gradient(182deg, #028314, #33ff00);
}

@media only screen and (max-device-width: 1000px) {
	.container2 {
		width: 100%;
		
		
	}

	.logo {
	width: 200px;	
	height: 80px;
	margin: auto;
	}
	
	.menu a {
		display: block;
		font-size: 16px;
		border: 1px solid rgb(38, 0, 255);
	}
	
	
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}

    #myTable td,#myTable th {
        text-align: center;
        padding: 3px 0 3px 0;
        border: 2px solid #444;
        font-size: 13px;
        color: #000000
    }
    
    #myTable {
    width: 100%;
    }
    
    .entry-ld-container {
    width: 100%;
    }

}