@charset "utf-8";

/* CSS Document */

.breaks {
	width:100%; 
	color:red; 
	font-style:italic;
	font-size:.9em;
	clear:left;
	position:relative; 
	top:-.5em; 
	left:.5em;
	font-size: .8em;
}

.camp-dates .reg-open {
	text-align: center;
    padding: 2%;
    border-radius: 10px;
    width: 96%;
    background-color: #babdfb;
    margin-bottom: 1em;
	color:#1E1E1E;
}