.col{
	width: 100%;
}
.col img{
	width: 100%;
}

.half{
	width: 50%;
	float: left;
	
	background-color: #000;
}
.half img{
	width: auto;
	height: 100px;
	margin-left: 150px;
}
fieldset{
	margin: 10px 20px;
	color: #E68400;
}
legend{
	font-size: 25px;
}
h3{
	font-weight: 500;
}
/*table{
	background-color: #000;
	color: #E68400;
	height: 300px;
	border: none;
	margin-left: 90px;
	font-size: 20px;
}

.bo{
	border-bottom: 1px solid #fff;
}*/

@media screen and (max-width : 860px){
	.col{
		width: 100%;
	}
	.col img{
		width: 100%;

	}

	.half{
		width: 100%;
		display: contents;
	}
	.half img{
	width: auto;
}
	
}