/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


hr.beca_divider {
	margin: 3em 0 2em 0;
}

.checkbox-container {
	margin-bottom: 5px;
}

.checkbox-container input {
	margin-top: 1px;
}

h3 {
	margin-bottom: 0;
}

h4 {
	font-weight: 400;
	margin-top: 5px;
}

h4.post-type-name {
	margin-bottom: 5px;
}

.post-type-groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.post-type-group {
	-ms-flex-preferred-size: 25%;
	    flex-basis: 25%;
	margin-bottom: 30px;
}

.post-type-group hr {
	margin-left: 0;
	max-width: 70%;
	text-align: left;
}