body {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
}
.label-colors {
	clear: both;
	display: block;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.colors .form-control {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.switch_preview {
	float: right;cursor:pointer;font-size: 12px;line-height: 25px;
}
.referers_manager {
	float: right !important;
}
.referers_manager a {
	margin-right: 0 !important;
	margin-left: 2px !important;
	border: 1px solid #ddd !important;
    background-color: #F8F8F8 !important;
}
tr.referers {
	display: none;
}
#event_options {
	display: none;
}
@media (min-width: 768px) {
	.tab-content>.tab-pane {
		min-height: 350px;
	}
}
