.main{
	background-color: White;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.small{
	font-weight: normal;
	font-size: 10px;
}
.small_red{
	font-weight: bold;
	font-size: 10px;
	color: Red;
}
.bigger{
	font-size: 14px;
}
.legend_bg{
	background-color: White;
}
.legend_app{
	background-color: #FF9900;
	border: 1px solid #61340F;
	text-align: center;
	color: White;
	font-weight: bold;
}
.legend_int{
	background-color: Yellow;
	border: 1px solid #B8B900;
	text-align: center;
	color: #682B0E;
	font-weight: bold;

}
.legend_accepted{
	background-color: #008001;
	border: 1px solid Black;
	text-align: center;
	color: White;
	font-weight: bold;

}
.legend_waitlist{
	background-color: #D2F3D7;
	border: 1px solid Black;
	text-align: center;
	color: Green;
	font-weight: bold;
}
.legend_rej{
	background-color: Red;
	border: 1px solid Black;
	text-align: center;
	color: White;
	font-weight: bold;

}

.legend_with{
	background-color: #80B0B4;
	border: 1px solid Black;
	text-align: center;
	color: White;
	font-weight: bold;

}

.legend_attending{
	background-color: Blue;
	border: 1px solid #00017D;
	text-align: center;
	color: White;
	font-weight: bold;

}
.comments_box{
	border: 1px solid #682B0E;
	background-color: #EBEBEB;
	padding: 4px 4px;
}

.table_spliter{
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.attending{
	background-color: #EAEBFF;
	padding-left: 6px;
	border: 1px solid #000DE6;
	text-align: center;
}
.bot_nav{
	font-size: 12px;
}
.cycle_change{
	padding-bottom: 6px;
}
