div {
    box-sizing: border-box;
    
}

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

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

.container2 {
   width: 65%;
   margin: auto;
      
}

.head {
   width: 100%;
   padding: 20px;
   background: black;
   border: 1px solid #0026e0;
   
}

.logo {
   display: block;
   width: 780px;
   height: 180px;
   background: url(/img/singaporepools.png) center no-repeat;
   background-size: 100% 100%;
   margin: auto;
}

a {
    color: #ffffff;
    text-decoration: none;
}

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

.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: 1px solid #0026e0;
}

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: white;
   
}

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

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

.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%;
   margin: auto;
   box-sizing: border-box;
}

.lassres table {
   width: 100%;
   border: 2px solid white;
   
}

.lassres img{
   width: 70%;
   height: auto;
   padding: 5px 0 0 0;
   
}

.out-link {
   list-style-type: square;
   color: white;
   text-align: left;
}

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


a:hover {
    color: #fc7a00;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #a8b2bc;
    font-size: 18px
}

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

#myTable th {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #0026e0, #0026e0, #0026e0, #0026e0, #0026e0);
    font-size: 18px
}

#myTable tr {
    border-bottom: 1px solid 3px
}

#myTable tr:hover {
    border-bottom: 1px solid #d25503
}

a:hover {
    color: #f48709;
}

.lassres img {
    border: 1px gold solid;
}

.headerbanner{
    text-align:center;
}
.headerbanner img {
    width:49%;
}

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

      
}

.floating-bottom {
	background: transfarant;
	bottom: 0;
	height: auto;
	left: 0;
	padding: 0px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1001;

}

.floating-bottom img {
	width: 25.5%;

}

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

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

    .lassres img{
   width: 90%;
   height: auto;
   padding: 5px 0 0 0;
   
    }
   
   
   h3 {
      font-size: 14px;
      
   }
   
   .title-footer {
      font-size: 14px;
      
   }
   
   .floating-top img {
      width: 100%;
      
      
   }

   .floating-bottom img {
   	  width:100%

   }
   
}