/* CSS Document */

/* Compact the form layout */
label {
    display: inline;
    font-weight: bold;
}

label.radioCheck, label.checkboxCheck {
    display: inline;
    font-weight: normal;
}

/* from events.css */
span.mandatory {
    color: #dc2d27;
    font-weight: 800;
}

.valid {
	color: #000;	
	
}

ul.breadcrumbs + h1 {
    display: none;
}
