/* CSS Document */

.divcontleft {
	width: 100%;
	
	padding-top: 30px;
	
	//background:#6F6;
}
.divcontright {
	width: 100%;
	padding-top: 30px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	
	//background:#6Ff;
}
.cont100, .area100 {
	width: 98%;
	height: 1.8em;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.area100 {
	height: 60px;
}
.suppressorcontact2 {
	width:92%;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	//background:#faf;
}
.contbtn1 {
	width: 200px;
	height: 40px;
	//padding: 10px;
	background:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 20px;
	font-size: 1.1em;
	font-weight: 200;
	cursor: pointer;
}
@media screen and (min-width:800px) {
.divcontall {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	//gap: 20px 5%;
}

.divcontleft {
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
	
}
.divcontright {
	width: 70%;
}
}
