/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* start */

div {
	box-sizing: border-box;
	
}


body {
	
	background: black;
	font-family: 'Oswald', sans-serif;
}

.space {
	width: 100%;
	height: 150px;
	padding-top: 20px;
	text-align:center;
	color: white;
}

.container1 {
	width: 65%;
	margin: auto;
	padding-top: 50px;
}

.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

.banner-float img {
	width: 728px;
	
}

.head {
	width: 100%;
	padding: 20px;
	background: black;
	border: 2px solid black;
	box-shadow: 0 0 8px 5px #128deb;
	
}

.logo {
	display: block;
	max-width: 960px;
	height: 220px;
	background: url("../img/logo-livesgp.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

.banner1 {
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
}

.banner1 img {
	display: inline-block;
	width: 49.8%;
	border: 1px gold solid;
	box-sizing: border-box;
}

.banner2 {
	width: 100%;
	display: table;
	box-sizing: border-box;
	text-align: center;
	margin-top: 20px;
}

.banner2 img {
	display: inline-block;
	width: 49.5%;
	border: 1px gold solid;
	box-sizing: border-box;
}

.menu {
	display: block;
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
    color: white;
    box-shadow: 10px 0 8px -5px #128deb, -10px 0 8px -5px #128deb;
}

.menu a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: white;
	margin: 0px;
	font-size: 18px;
}

.menu a:hover {
	color: black;
}

.content {
	width: 100%;
	border: 2px solid black;
	box-shadow: 0 0 8px 5px #128deb;
}

h1, h2, h3 {
	text-align: center;
	font-size: 24px;
	color: white;
	
}

h3 {
	font-family: arial;
	margin: 40px 0px;
	color: white;
	font-size: 28px;
}

.title-head {
	font-size: 24px;
	text-decoration: none;
	color: white;
	
}

.title-footer {
	font-size: 24px;
	text-decoration: none;
	color: white;
}

.content p {
	text-align: left;
	font-size: 16px;
	color: white;
	margin: 10px;
}

.live {
	width: 80%;
	margin: auto;
	
}

.live table {
	width: 100%;
	border-spacing: 0px;
	
}

.tanggal {
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
color: white;
font-size: 20px;
padding: 10px 0px;
box-sizing: border-box;
border: 1px solid #EBEBEB;
}

.prize {
    width: 12.5%;
	text-align: center;
	background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
	color: white;
	font-size: 20px;
	padding: 10px 0px;
	border: 1px solid #EBEBEB;
}

.prizenum {
    width: 12.5%;
	background: transparent;
	font-size: 20px;
	border: 1px solid #EBEBEB;
	text-align: center;
	padding: 10px 0px;
	vertical-align: middle;
	color: white;
}

.tanggal1 {
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
	color: white;
	font-size: 20px;
	padding: 10px 0;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
}

.prize1 {
	width: 100%; 
	text-align: center;
	background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
	color: white;
	font-size: 20px;
	padding: 10px 0;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}

.prizenum1 {
	width: 16.66%;
	text-align: center;
	color: white;
	background: transparent;
	font-size: 20px;
	vertical-align: middle;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	padding: 10px 0;
}


.prizenum img {
	width: 100px;
	height: 26px;
}

.othernum {
	width: 50%;
	height: 40px;
	text-align: center;
	background: white;
	font-size: 18px;
	vertical-align: middle;
	border: 1px solid #989898;
	
}

.othernum img {
	
	width: 100px;
	height: 26px;
	
}

.iklan {
	width: 100%;
	
}

.iklan img {
	width: 100%;
	
	
}

.col-sm-8 {
	width: 100%;
	margin: auto;
}

.col-sm-8 table {
	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;
}

.lassres {
		width: 100%;
		
	}

.kepala {
	text-align: center;
	font-size: 20px;
	background: #d7182a;
	color: white;
}

.out-link {
	list-style-type: square;
	margin:  0px 35px;
	color: white;
}

.out-link a {
	text-decoration: none;
	color: white;
}

.prizenum a{
    color:white;
    text-decoration: none;
}
.prizenum a:hover{
    color: #0365cf;
    text-decoration: none;
}

.TableKeluaran {
    background: white;
    width: 100%;
    margin: auto;
    text-align: center;
    border: 1px solid #000;
    border-spacing: 0px;
}

.KeluaranHeader {
    color: #fff;
    font-size: 20px;
    border: 1px solid #EBEBEB;
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
}

.KeluaranBody {
    color: black;
    font-size: 18px;
    border: 1px solid #EBEBEB;
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
    background-color: white;
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color:#128DEB;
}

.Keluaran_Banner_Body  {
    display: none !important;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.rest th {
    background-image: linear-gradient(to bottom, #0365cf, #006fd6, #0079de, #0683e4, #128deb);
}

table {
    width: 80%;
    border-collapse: collapse;
    background-color: #000;
    margin: 0 auto;
}


table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
    font-size: 16px;
}

table th {
  padding: 10px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  text-align: center;
}



@media only screen and (max-device-width: 1000px) {
	table {
    width: 100%;
    border-collapse: collapse;
    background-color: #000;
    margin: 0 auto;
}

table th {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
}

table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
    font-size: 12px;
}
	
}

@media only screen and (max-device-width: 1000px) {
	.container1 {
		width: 99%;
		
		
	}
	
	.logo {
	width: 200px;	
	height: 80px;
	}
	
	.menu a {
		display: block;
		font-size: 16px;
		border: 1px solid black;
	}
	
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.live {
		width: 100%;
		
	}
	
	.col-sm-8 table {
	    width: 100%;
	}
	
	.tanggal {
		font-size: 16px;
		
	}
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
		width: 100%;
		
	}
	.KeluaranHeader2 {
    font-size: 18px;
    }

    .KeluaranHeader3 {
    font-size: 18px;
    }

    .KeluaranBody3 {
    font-size: 14px;
    }

    .KeluaranBody2 {
    font-size: 14px;
    }
	
	h3 {
		font-size: 14px;
		
	}
	
	.title-footer {
		font-size: 14px;
		
	}
	
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
}