#installations {
	font-size: 0.8em;
}
#currentInstallation {
	background-color: none;
	width: 40em;
	border: none;
}
#currentInstallation tr {
	background-color: none;
}
#currentInstallation tr:nth-child(even)
	background-color: none;
}
 
.right {
	text-align: right;
}
table {
	font-size: 0.8em;
}
#installations tbody tr {
	cursor: pointer;
}
h4 { display: inline; }

.red {
	background-color: red !important;
}
.orange {
	background-color: orange !important;
}
.yellow {
	background-color: yellow !important;
}
.green {
	background-color: green !important;
}

.login-box {
  background: #fff;
  border: 1px solid #ddd;
  margin: 100px 0;
  padding: 40px 20px 0 20px;
}

.log-in-form {
	width: 100%;
	max-width: 30em;
	border: 1px solid #ddd;
	padding: 2em;
	margin: 0 auto;
	margin-top: 5em;
}

#h100percent {
	height: 100%;
}

tr td {
	height: 0.8em !important;
	margin: 0;
	padding: 0;
}

thead {
	height: 0.8em !important;
	margin: 0;
	padding: 0;
}

.bold-text {
	font-weight: bold;
}

.red-text {
	color: #f00;
}
