/* CSS Document */

section#GIRLS .sectionInner h2 {
	border: #FF745D 3px solid !important;
}

section#BOYS .sectionInner h2 {
	border: #60C0C1 3px solid !important;
}
section#BOYS .sectionInner a.btn {
	border: #60C0C1 3px solid !important;
}
section#BOYS .sectionInner a.btn:before {
	border-top: #60C0C1 3px solid !important;
}
section#GIRLS .sectionInner a.btn {
	border: #FF745D 3px solid !important;
}
section#GIRLS .sectionInner a.btn:before {
	border-top: #FF745D 3px solid !important;
}