.dark {
	background-color: #AEBDB5;
	border-top-color: #AEBDB5;
	border-right-color: #AEBDB5;
	border-bottom-color: #AEBDB5;
	border-left-color: #AEBDB5;
}
.light {
	background-color: #C8CEC4;
	border-top-color: #C8CEC4;
	border-right-color: #C8CEC4;
	border-bottom-color: #C8CEC4;
	border-left-color: #C8CEC4;
}
