/*Place your CSS code here*/

.btn.btn-primary{
	background:#f57c00!important;
	border-color:#f57c00!important;
}
.btn.btn-success{
	background:#f57c00!important;
	border-color:#f57c00!important;
}
.progress .progress-bar.progress-bar-success {
    background-color: #f57c00;
}

.ef-unit-tree .ef-unit-link.passed, .ef-unit-tree .ef-unit-link.passed:hover, .ef-unit-tree .ef-unit-link.passed:link, .ef-unit-tree .ef-unit-link.passed:active, .ef-unit-tree .ef-unit-link.passed:visited {
color:#f57c00!important;
}

.label-ef-completed {
    background-color: #f57c00;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
