        .gwatop {
		    display: block; 
			clear: both; 
			background: #444; 
			margin: 20px 20px 20px 0; 
			position: relative;
		}
		
		.topwa {
		    padding: 0;
		}
		
		.gwaleft {
		    width: 70%; 
			float: left; 
			background: #fdfdfd;
		}
		
		.gwahead {
		    background: #1ebea5; 
			padding: 20px; 
			color: #fff; 
			font-size: 22px; 
			line-height: 30px;
		}
		
		.betable {
		    padding: 20px;
		}
		
		.tablet {
		    width: 100%; 
			margin:20px 0; 
			background: #fdfdfd; 
			border-top: 1px solid #f7f7f7;
		}
		
		.tablet td {
		    border-bottom: 1px solid #eee;
		    vertical-align: top;
		}
		
		.tabspan {
		    margin: 8px 0;
		}
		
		.quarter {
		    width: 33.33%;
			float: left;
		}
		
		
		
		
		

		.war {
		    width: 30%;
		    float: right;
		}
		
		.warb {
		    background: #333;
		    color: #fff;
		    padding: 20px;
		    font-size: 22px;
		    line-height: 30px;
		    text-align: center;
		}
		
		.hndp {
		    position: relative;
		    width: 250px;
		    margin: 30px auto;
		    height: 400px;
		    border-radius: 14px;
		    background: #333;
		    border: 7px solid #555;
		}
		
		.toph {
		    width: 80px;
		    margin: 0 auto;
		    border-radius: 0 0 30px 30px;
		    height: 20px;
		    background: #555;
		    position: relative;
		}
		
		.cam {
		    position: absolute;
		    width: 10px;
		    height: 10px;
		    border-radius: 10px;
		    background: #333;
		    left: 12px;
		    top: 2px;
		}
		
		.vol {
		    position: absolute;
		    width: 40px;
		    height: 10px;
		    border-radius: 10px;
		    background: #333;
		    right: 12px;
		    top: 2px;
		}
		
		.wai {
		    position: absolute;
		    bottom: 50px;
		    right: 15px;
		    background: #40c252;
		    padding: 0 15px 0 0;
		    height: 40px;
		    color: #fff;
		    font: 22px/40px 'Open Sans';
		    border-radius: 4px;
		    border-radius: 40px;
		}
		
		.waout .wai {
		    position: fixed;
			bottom: 15px;
			left: 15px;
			right: auto;
			z-index: 10000;
		}
		
		.wai img {
		    float: left;
			margin-left: -3px;
		}
		
		.wai .fab {
		    margin: -5px 5px 0 -7px;
		    border-radius: 40px;
		    text-align: center;
		    font-size: 44px;
		    line-height: 50px;
		    width: 50px;
		    height: 50px;
		    float: left;
		}
		
		.waiweb {
		    display: inline-block;
			color: #fff !important;
		}
		
		.waimob {
		    display: none;
			color: #fff !important;
		}
		
		.wai .cht {
		    display: inline-block;
		    text-transform: uppercase;
		    height: 40px;
		    font: italic 800 22px/40px 'Open Sans';
		    letter-spacing: -1px;
		}
		
		.btm {
		    position: absolute;
		    height: 40px;
		    background: #3d3d3d;
		    left: 0;
		    bottom: 0;
		    right: 0;
		    border-radius: 0 0 6px 6px;
		}
		
		.ktk {
		    position: absolute;
		    bottom: 11px;
		    left: 50px;
		    height: 14px;
		    width: 14px;
		    background: #555;
		}
		
		.tri {
		    position: absolute;
		    bottom: 11px;
		    right: 50px;
		    height: 14px;
		    width: 14px;
		    background: #555;
		}
		
		.bul {
		    position: absolute;
		    bottom: 11px;
		    right: 50%;
		    margin: 0 -7px 0 0;
		    border-radius: 10px;
		    height: 14px;
		    width: 14px;
		    background: #555;
		}
		
		.cop {
		    position: absolute;
		    left: 70%;
		    bottom: 0;
		    padding: 15px 20px;
		    color: #ddd;
		}
		
		.cop a {
		    color: #1ebea5;
		    text-decoration: none;
		    font-weight: bold;
		}
		
		
		@media screen and (max-width:800px) {
		.waiweb {
		    display: none;
		}
		
		.waimob {
		    display: inline-block;
		}
		}