@charset "utf-8";
#sche dd input, #sche dd select, #sche dd textarea {
  width: 80%;
}

.newslist{
	width: 80%;
	margin: 30px auto;
}
.newslist li{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #fff;
	text-align: left;
	font-size: 18px;
}

.screen-reader-response{
	font-size: 18px;
	font-weight: bold;
	margin-top:15px;
}
.screen-reader-response p, .screen-reader-response ul{
	display: block;
}
.screen-reader-response ul{
	margin: 30px 0;
}
.wpcf7-not-valid-tip, .screen-reader-response li, .wpcf7-validation-errors{ color: #FF0000; }