
/*
@import 'SiteTheme.css'

$separator-color: #333;
*/

.project-container-single {
	min-width: 480px;
	width: 100%;
	/* This is a guess at other things that might be present.
	   Flex would be better. */
	height: calc(100% - 40px);
}

#laboratory-list-container {
	margin: 8px;
	height: calc(100% - 16px);
	overflow: auto;
}

/*
.project-frame {
	margin: 8px;
	padding: 32px;
	border-width: 2px;
	border-radius: 32px;
	border-style: solid;
	border-color: #666;
	min-height: calc(100% - 84px);
	width: calc(100% - 84px);
	overflow: hidden;
}
*/


.project {
	width: 100%;
	height: 100%;
}

.project-title {
	padding: 0;
	margin: 0;
	/* float: left; */
	height: 40px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.project-desc {
	padding: 8px;
}

.main-content {
	height: calc(100% - 40px);
	width: 100%;
}

.project h2 {
	margin: 0;
	padding: 0;
}

.project table {
	border-collapse: separate;
	border: solid #333 1px;
	border-radius: 16px;
	border-spacing: 0;
}

.project td, th {
	border-left: solid #333 1px;
	border-top: solid #333 1px;
	padding: 8px;
}

.project tr:first-child td {
	border-top: none;
}

.project td:first-child, th:first-child {
	border-left: none;
}

.project-swap-panel {
	position: relative;
	height: calc(100% - 40px);
}
