/* You can delete those if you want. I just found them very helpful */
* {
	box-sizing: border-box;
}
.m {
	/* Don't cut off dropdowns! */
	overflow: initial;
}
.m.adapter-container,
.m.adapter-container > div.App {
	/* Fix layout/scrolling issues with tabs */
	height: 100%;
	width: 100%;
	position: relative;
}
.m .select-wrapper + label {
	/* The positioning for dropdown labels is messed up */
	transform: none !important;
}

label > i[title] {
	/* Display the help cursor for the tooltip icons and fix their positioning */
	cursor: help;
	margin-left: 0.25em;
}

.dropdown-content {
	/* Don't wrap text in dropdowns */
	white-space: nowrap;
}
.roomTable table {
	height: auto;
}
.roomTable thead {
	height: 60px;
}
.roomTable thead th:first-child {
	width: 40px;
}
.roomTable tbody tr {
	height: 60px;
}
.roomTable tbody tr td:first-child {
	width: 40px;
}
.roomTable tbody tr th {
	width: 100%;
}
/* Add your styles here */
