.navbar {
	border-radius : 0px;
}

.cf-navbar {
	margin-top : 6px;
	width      : 98.5%;
}

.navbar li {
	margin-bottom : 0px;
}

.container {
	width : 100%;
}

.cf-btn {
	border-radius : 0px;
	margin        : 8px;
}

.panel {
	border-radius : 0px;
}

.cf-panel {
	margin-bottom : 9px;
}

.cf-panel .panel-heading {
	border-bottom : 0px solid transparent;
}

.panel-heading {
	border-top-right-radius : 0px;
	border-top-left-radius  : 0px;
}

.panel-default > .panel-heading {
	background-color : #eeeeee;
}

.btn {
	border-radius : 0px;
}

.cf-delete {
	color : red !important;
}

.cf-modal-delete .modal-header {
	background-color : #a94442;
	color            : #fff;
}

.cf-modal-delete .modal-footer {
	padding    : 8px 14px 8px;
	margin-top : 0px;
	border-top : 0px solid #e5e5e5;
	text-align : left;
}

.cf-modal-delete .modal-footer .btn-danger {
	background-color : #a94442;
	border-color     : #a94442;
}

.cf-name-textillate {
	cursor : pointer;
}

.cf-name-textillate:hover {
	color : #265726;
}

.form-control {
	border-radius : 0px;
}

.chosen-container {
	width : 152px !important;
}

.chosen-container-single .chosen-single {
	height : inherit;
}

.chosen-container-single .chosen-single {
	border-radius : 0px;
}

.cf-row {
	margin-right : -9px;
	margin-left  : -30px;
}

.cf-show-lines {
	background-color : #242424;
	color            : #eee;
	border-radius    : 0px;
}

.modal-content {
	border-radius : 0px;
}

.modal-dialog {
	margin : 50px auto;
}

.cf-panel-body-add-text {
	padding-top : 17px;
	border-top  : 1px solid #a5a5a5;
	margin      : 17px 0 0;
}

.cf-quarter-wide {
	width : 25%;
}

.cf-half-wide {
	width : 50%;
}

#wpbody-content {
	overflow : inherit !important;
}

#gritter-notice-wrapper {
	top : 91px;
}