.newsagg-h1-img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin: 1em .8em 0 0;
  vertical-align: middle;
}
.news-aggregator-h1 {
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	margin: .6em 0 0 0;
	vertical-align: middle;
}
#news-aggregator-settings table.custom-plugin.form-table {
	background-color: #e1e2e3;
	border: 1px solid #234567;
	width: 65%;
}
@media (max-width: 1099px) {
	#news-aggregator-settings table.custom-plugin.form-table {
		width: 80%;
	}
}
@media (max-width: 767px) {
	#news-aggregator-settings table.custom-plugin.form-table {
		width: 95%;
	}
}
#news-aggregator-settings table.custom-plugin.form-table tr:nth-child(odd) {
	background-color: #d7d8d9;
}
#news-aggregator-settings table.custom-plugin.form-table th p, table.custom-plugin.form-table td p {
	margin: .2em 0 .6em 0;
	font-size: 16px;
}
#news-aggregator-settings table.custom-plugin.form-table input, #news-aggregator-settings table.custom-plugin.form-table select, #news-aggregator-settings table.custom-plugin.form-table textarea {
	font-size: 15px;
	padding: .5em .75em;
	min-width: 100px;
}
#news-aggregator-settings table.custom-plugin.form-table select {
	height: auto;
}
#news-aggregator-settings table.custom-plugin.form-table td p {
	margin-top: 18px;
	margin-bottom: 21px;
}
#news-aggregator-settings table.custom-plugin.form-table th, table.custom-plugin.form-table td {
	padding: 0 2.5%;
}
#news-aggregator-settings table.custom-plugin.form-table th:first-child {
	padding-top: 2.5%;
}
#news-aggregator-settings table.custom-plugin.form-table tr:last-child td {
	padding-bottom: .1%;
}
#news-aggregator-settings a {
	color: #234567;
	font-size: 15px;
}
#news-aggregator-settings a:hover {
	color: #456789;
}
#news-aggregator-settings .button-primary {
  background-color: #234567;
  padding: .5em 1em;
  text-transform: uppercase;
  font-size: 15px;
}
#news-aggregator-settings .button-primary:hover {
	background-color: #456789;
}
#news-aggregator-implementation {
	width: 70%;
}
@media (max-width: 1099px) {
	#news-aggregator-implementation {
		width: 80%;
	}
}
@media (max-width: 767px) {
	#news-aggregator-implementation {
		width: 95%;
	}
}
#news-aggregator-implementation p code {
	font-size: 15px;
}
#news-aggregator-implementation h2 {
	font-size: 18px;
}
#news-aggregator-implementation h3 {
	margin-bottom: 0;
	font-size: 17px;
}
#news-aggregator-implementation h4 {
	margin-top: 7px;
	font-size: 15px;
	margin-bottom: 0;
}
#news-aggregator-implementation p {
	margin-top: 8px;
	font-size: 16px;
}
#news-aggregator-implementation .plnia-logo {
	width: 67px;
	height: auto;
	margin-left: 2px;
	vertical-align: bottom;
}
