.form-group.required .control-label:before { 
   content:"* ";
   color:red;
}

label.required:before {
      content: "* ";
   	  color:red;

}

#print-button {
	display: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
   background-color: #04a4bc !important;
} 


body {
   font-family: Arial, Helvetica, sans-serif;
}

.form-control-label {
   font-family: Arial, Helvetica, sans-serif  !important;
}
