#box-info {
	width: 50%;
	padding: 20px;
	background-color: #F5F5F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}

#box-info .dashicons { width: 30px; font-size: 18px; margin-top: -2px;}

#box-info .dashicons-no { width: 15px; }

#box-info i { width: 20px; }

#box-info table { border: none !important; }

#box-info td:nth-child(n) { width: 45% !important; }

#box-info th, #box-info td {
	vertical-align: top;
	padding: 2px 2px 4px 2px !important;
	margin: 2px !important;
	font-size: 12px !important;
	border-top: none !important;
	line-height: 16px;
}

#box-info .dashicons-star-filled {
	width: 20px;
}
