body {
  background-color: #DDD;
    
}
#wsct_main {
    font-family: b zar;
    font-size: 20px;
    float: right;
    text-align: center;
    width: 96%;
    height: 90%;
    padding: 20px;
    border: 1px solid black;
	background: #EEF;
}
.description{
    float: right;
     padding: 20px;
    text-align: right;
    width: 100%;
}
#div1, #div2,#div3,#div4 {
    float: left;
    width: 18%;
    height: 90%;
    margin-left: 5%;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
    border-radius: 5px;
}

#t1,#t2,#t3,#t4 {
    float: left;
    width: 18%;
    height: 90%;
    margin-left: 5%;
    border: 1px solid black;
	overflow-y:auto;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
}

#header_vis {
    float: left;
    width: 90%;
    height: 18%;
    margin-top: 1px;
	overflow-y:auto;
	 text-align: center;
	background-repeat:no-repeat;
}
#header_res {
    float: left;
    width: 95%;
    height: 13%;
    margin-top: 10px;

    border: 1px solid black;
	overflow-y:auto;
	 text-align: center;
	background-repeat:no-repeat;
}
#res1, #res2,#res3,#res4 {
    float: left;
    width: 12%;
    height: 90%;

    border: 1px solid black;
	overflow-y:auto;
	margin-left: 2%;
	background-repeat:no-repeat;
	  background-color: #FFF;
}
#column1 {
        float: left;
    width: 7%;
    height: 85%;

    border: 1px solid black;
	overflow-y:auto;
	margin: 1%;
	background-repeat:no-repeat;
	  background-color: #FFF;
}
#column1 img{
    float: left;
    width: 55%;
    height: 4%;
}
#res1 img{
    width:40%;
    height:20px;
}
#res3 img{
    width:40%;
    height:20px;
}
#testandresult{
    float: left;
    width: 90%;
    height: 30%;
    margin-top: 1px;
	overflow-y:auto;
	 text-align: center;
	background-repeat:no-repeat;
}
#t5 {
     font-size: 16px;
    text-align: center;
    margin-left:40%;
    width: 17%;
    height: 80%;
    border: 1px solid black;
	
}
#al {
    font-size: 16px;
float:left;
    margin-left:20%;
    width: 17%;
    height: 80%;
    border: 1px solid black;
    	background-size: contain;
	background-position: center;
	 text-align: center;
	 	background-repeat:no-repeat;
}

#intro {
    float: left;
    width: 100%;
    height: 30%;
    margin: 1px;

    text-align: center;
}
#test {
position: relative;
    float: left;
    width: 100%;
    height: 30%;
    margin: 1px;
  
}


  .big-blue {
    width: 200px;
    height: 200px;
   background-color: #00f;
  }