.jumbotron {
	margin-bottom:0rem;
}

.clickable-rows {
	cursor:pointer;
}

#circuits-left {
  position:absolute;
  top:-100px;
  left:10%;
}

#circuits-right {
  position:absolute;
  transform: rotate(180deg);
  overflow:hidden;
  right:10%;
  top:100px;
  clip: rect(100px,195px,307px,0px);
}

.full-height {
  height: 100%;
}


.nav-item a {
  transition: background-color 0.2s ease-in-out;

}

.nav-item a:hover {
  background-color:#c5af7d;
}

.project-item {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.project-item:hover {
  background-color: #c5af7d;
  color: white;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  line-height: 60px;
}

.inline-block {
	display: inline-block;
}

tr.startweek td {
	border-top:2pt solid black;
}

tr.optional td {
	background-color: #f8f8f8;
}

tr.in_past td {
	background-color: #e8e8f8;
	/*display: none;*/
	/*visibility: hidden;*/
}

tr.toggle_old td {
	background-color: #d8d8f8;
}
