@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 480px) {

.pimg1 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 90%;
	
}

.p30sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 90%;
}
.p50sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 90%;
}
.p50right {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: right;
	height: auto;
	width: 90%;
}
.div50left {
	margin: 5px;
	display: block;
	float: left;
	height: auto;
	width: 95%;
}
.pimg100 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 99%;
	}
}	

@media only screen and (min-width: 481px) and (max-width: 768px) {
.pimg1 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 45%;
}
.p30sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 45%;
}
.p50sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 45%;
}
.p50right {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: right;
	height: auto;
	width: 45%;
}
.div50left {
	margin: 5px;
	display: block;
	float: left;
	height: auto;
	width: 47%;
}
.pimg100 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 99%;
	
}
}
	

@media only screen and (min-width: 769px) {
.pimg1 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 30%;
}

.p30sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 30%;
}
.p50sol {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: left;
	height: auto;
	width: 45%;
}
.p50right {
	border-radius: 20px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: block;
	float: right;
	height: auto;
	width: 45%;
}
.div50left {
	margin: 5px;
	display: block;
	float: left;
	height: auto;
	width: 47%;

}
.pimg100 {
	border-radius: 20px;
	margin: 10px;
	float: left;
	height: auto;
	width: 99%;
	
}
}