/* override css definitions so our sites work properly */

/* bootstrap sets this to display: block; which makes these elements create a line-break after... */
/*
.checkbox, .radio {
	display: inline; 
}

* {
    box-sizing: content-box;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: inherit;
}

.form-control {
	height: 20px;
}
*/

a {
	color: #3498db !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}