div {
	box-sizing: border-box;
}


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

.space {
	width: 100%;
	height: 150px;
}

.container {
	width: 70%;
	margin: auto;
		
}

.head {
	width: 100%;
	padding: 15px;
	background: black;
	border: 2px solid #ff6600;
}

.logo {
	display: block;
	width: 550px;
	height: 200px;
	background: url("../img/Data-Sdy.png") center no-repeat;
	background-size: 100% 100%;
	margin: auto;
}

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

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

.banner1 img {
	display: inline-block;
	width: 728px;
}
.floating-top {
	background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
	background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
	width: 32%;
}
.floating-bottom img {
	width: 32%;
}
.headerbanner{
text-align:center;
}
.headerbanner img {
	width:49.5%;
}

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

.menu {
	display: block;
	width: 100%;
	text-align: center;
	background-image: linear-gradient(to left, #ff4000, #ff6600);
}

.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 #ff6600;
}

h1, h2 {
    text-align: center;
}

h3 {
	font-family: 'Oswald', sans-serif;
	color: white;
	text-align: center;
	font-size: 22px;
	margin: 10px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	color: white;
	text-align: left;
	font-size: 20px;
	margin: 10px;
}

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

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

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

.genericon  {color:white;}
a {color:white;}
a:hover {color:#ffffff;}

#dtTable {
	border: 2px solid #fff;
	width: 100%;
	font-size: 15px;
  }
  
  #dtTable th, #dtTable td {
	text-align: center;
	background: #000;
	padding: 3px 0px 3px 0px;
	border: 2px solid #fff;
	font-size:15px;
	color:#fff;
  }
  
  #dtTable th {
	color:#fff;
	background-image: linear-gradient(to bottom, #f48709, #ff6600);
	font-size:16px;
    font-weight: bold;
  }
  
#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #fff;
    font-size: 15px
}

#myTable td,#myTable th {
    text-align: center;
    background: #000;
    padding: 3px 0 3px 0;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
}

#myTable th {
    color: #fff;
    background-image: linear-gradient(to bottom, #f48709, #ff6600);
    font-size: 16px;
}

#myTable tr {
    border-bottom: 2px solid #fff;
}

#myTable tr:hover {
    border-bottom: 2px solid #fff;
}

.lassres {
	width: 85%;
	margin: auto;
}

.lassres table {
	width: 100%;
	
}

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

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

@media only screen and (max-device-width: 1000px) {
	
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
  .container {
		width: 100%;
		
		
	}
	
	.logo {
	width: 280px;	
	height: 80px;
	margin: auto;
	}
	
	.menu a {
		display: block;
		font-size: 16px;
		border: 1px solid white;
	}
	
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
    }

    .lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #3a3a3a;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

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

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}
@media only screen and (max-device-width: 768px) {
	
  .floating-top img {
width:100%
}
.floating-bottom img {
width:100%
}
  .headerbanner img{
  width:100%;
  }
	
	.banner1 {
		display: block;
		
	}
	
	.banner1 img {
		display: block;
		width: 100%;
	}
	
	.lassres {
	width: 100%;
	margin: auto;
	
    }

    .lassres tableresult {
	width: 100%;
	padding: 0 0 0 0;
	border: 1px solid white;	
    }

    .lassres img {
    width: 100%;
    height: auto;
    padding: 1px 0 0 0;
    }
	
	
	.banner2 {
		display: block;
		
	}
	
	.banner2 img {
		display: block;
		width: 100%;
	}
	
	.banner {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background: #3a3a3a;
}

.banner img {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 5px;
}
.banner-float {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 1px;
	z-index: 9999;
}

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

	.banner-top {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}

	.banner-top img {
		width: 100%;
		
	}
	

}
@media only screen and (max-device-width: 550px) {
	.logo {
	width: 205px;
    margin: auto;        
	} 
  .banner1 img {
		display: inline-block;
		width: 100%;
	}
}  
.banner1 {
		display: block;
		text-align:center;
	}
	
.banner img {
		display: block;
		width: 100%;
		margin: 0px;
	}
	.banner-float {
		width: 100%;
		
	}
	
	.banner-float img {
		width: 100%;
		
	}
        @media screen and (max-width:700px){.popup{width:85%}
}