@charset "UTF-8";
/* CSS Document */
/*.navbar-default{ background-color:#000000 !important;}*/
body{background-color:#525252 !important;}
.pedingtb td, th {
    padding: 2px !important;
    padding-top: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
}


@media screen and (max-width:767px){
               body {
				   font-size:9px !important;
                } 
				
				font {
    font-size:9px !important;
	}
	
	.hidtd {
    display: none;
	}
	
	.fixtexttop {
		font-size:6px !important;
		
		}
		
	.navbar {
		font-size:14px !important;
		}
}

@media screen and (max-width: 560px) {
    /* iPhone 5 only */
	               body {
				   font-size:8px !important;
                } 
				
				font {
    font-size:8px !important;
	}
	
	.hidtd {
    display: none;
	}
	
	.fixtexttop {
		font-size:6px !important;
		
		}
		
	.sweb {
    display: none !important;
	}
	
	.sphone {
    display: block !important;
	}
	
	.navbar {
		font-size:14px !important;
		}
}

#myBtn0 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 240px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF8A1A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn0:hover {
  background-color: #555;
}

#myBtn3 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn3:hover {
  background-color: #555;
}

#myBtn2 {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #59B81A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn2:hover {
  background-color: #555;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 170px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0EA4D9;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

	.sweb {
    display: block;
	}
	
	.sphone {
    display: none;
	}