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