.aba-icon:before {
	font-family: "dashicons";
	color: #23282d;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-size: 30px;
	margin-right:10px;
	vertical-align: top;
}
.aba-icon, .aba-icon h2 {
	float:left;
	margin-right:15px;
}

.aba-settings-wrapper {
	width:100%;
	display:table;
}
.aba-settings-body {
	display:table-cell;
	width:100%;
}
.aba-donate-wrapper {
	display: table-cell;
	width:250px;
    height: 500px;
    vertical-align: top;
	padding-left:25px;
}
.aba-donate-body {
	background:white;
	width:250px;
	border:1px gray solid;
}
.aba-donate-body, .aba-donate-body img {
	display:block;
	padding:7px;
}

textarea#aba_notice_text  {
	width:100%;
	height:75px;
}