.toplevel_page_rn_pbwp_menu_page {
	letter-spacing: -0.5px;
}

div.rn-pbwp-dash {
	background-color: white;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin: 20px;
}

div.rn-pbwp-dash:hover {
	border: 1px solid #aaa;
	box-shadow: 3px 3px 3px #ddd;
}

div.rn-pbwp-dash.error {
	color: red;
	font-weight: bold;
}

.rn-pbwp-dash h2 {
	margin-top: 0;
	
}
.rn-pbwp-dash textarea {
	width: 100%;
	text-align: center;
}

.rn-pbwp-dash div.setting {
	margin: 20px 0;
}
.rn-pbwp-dash div.setting.inline {
	display: inline-block;
	margin-right: 20px;
}


.rn-pbwp-dash label {
	font-weight: bold;
}

.rn-pbwp-dash progress:before {
  content: attr(title);
  font-size: 0.8em;
  vertical-align: 0;
  
  /*Position text over the progress bar */
	position: relative;
	top: -4px;
	left: 78px;
}

#rn_pbwp_admin_settings_form .particle-density-setting {
	width: 180px;
}

