/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 .back-h2{
	 
	 	margin-left: 4px;
	padding: 4px 8px;
	position: relative;
	top: 3px;
	text-decoration: none;
	border: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #f7f7f7;
	text-shadow: none;
	font-weight: 600;
	font-size: 13px;
	line-height: normal; /* IE8-IE11 need this for buttons */
	color: #0073aa; /* some of these controls are button elements and don't inherit from links */
	cursor: pointer;
	float:left;

 }