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

#dcc-content-type {
	display: inline-block;
	background-color: #e5e5e5;
}

.dcc-content-type-option {
	display: inline-block;
	text-align: center;
}
.dcc-content-type-option label {
	display: inline-block;
	padding: 10px;
	min-width: 80px;
	position: relative;
	line-height: 20px;
	background-color: #e5e5e5;
	font-weight: bold;
	border: 0;
	margin: 0;
}
.dcc-content-type-option input[type=radio] {
	display: none;
}
.dcc-content-type-option input[type=radio]:checked + label {
	color: #fff;
	background-color: #0073A6;
}
.dcc-side-field {
	display: block;
	margin: 0 0 10px 0;
}
.dcc-side-field label {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.dcc-side-field input,
.dcc-side-field select {
	display: block;
	width: 100%;
}
