@charset "utf-8";

.types_table table th{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	    line-height: 1.2em;
	  
}
.types_table table td{
	  padding: 6px;
		text-align: center;
	vertical-align: middle;
	    line-height: 1.2em;
}
.wt{background-color: #fff;}
.white01 {
    color: #ffffff;
    font-weight: bolder;
	width:19%;
	background-color: #004D4D;
}
.step {
    border: 3px solid #cd3a42;
    border-radius: 50px;
    color: #cd3a42;
    line-height: 1.2em;
    padding-bottom: 19%;
    padding-top: 19%;
    text-align: center;
    width: 70%;
}
.mane{padding: 20px;
border:2px solid #1D3575}



@media (max-width: 595px) {

.types_table table th{
	  font-size: 9px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.types_table table td{
	  font-size: 9px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

}