@charset "utf-8";
/* CSS Document */
.accommodation-matrix{
	font-size:9px;
	width:100%;
}
.accommodation-matrix th, .accommodation-matrix td{
	text-align:center;
	padding:3px 1px !important;
}
.accommodation-matrix td:first-child{
	text-align:left;
}
.cursor-pointer{
	cursor:pointer;
}
.cursor-not-allowed{
	cursor:not-allowed;
}
.bg-success{
	background:#8dfb5d !important;
}
.bg-warning{
	background:#FCF593 !important;
}
.bg-danger{
	background:#ff1100 !important;
}
