html {
	overflow-y: scroll;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.teaser,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
}

/* Custom page footer */
footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
footer a.license{
	float: left;
	margin-right: 1rem;
}
footer p.license{
	font-size:1.2rem;
	margin: 0;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.teaser {
  margin: 30px 0 10px 0;
}
.teaser p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .teaser,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 20px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.navbar-brand {
    padding: 5px 15px;
}
#nav-buttons .fa {
    margin-right: 8px;
}
#nodes .header, #firmware .header {
	border: none;
	margin-bottom: 0px;
}
#nodes footer, #firmware footer {
	border: none;
	padding-top: 10px;
}
#grid {
	height: 80%;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
#nodes table  {
	font-size: 1.2rem;
}
#nodes table thead th, #nodes table tr td {
	white-space: nowrap;
	padding-right: 1em;
}
#nodes table tr td.uptime {
	position: relative;
	padding: 0px;
}
#nodes table tr td.uptime>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
}
#nodes table tr td.percent {
	text-align: right;
	position: relative;
}
#nodes .fixed-table-toolbar .dropdown-menu {
	min-width: 180px;
	max-height: 220px;
}