body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background: #ffffff;
  color: #112233;
}

table.layout {
  width: 100%;
  border-collapse: collapse;
  height: 100vh;
}

td {
  vertical-align: top;
}

.topbar {
  background: #0b3a42;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 8px 10px;
  height: 140px;
  vertical-align: middle;
}

.topbar small {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 5px;
}

.logo {
  background: #ffffff;
  border-right: 1px solid #0b3a42;
  border-bottom: 1px solid #0b3a42;
  width: 190px;
  padding: 2px 4px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.logo img {
  display: block;
  width: 125px;
  height: auto;
  margin: 0 auto 1px auto;
}

.logo .mark {
  font-weight: bold;
  color: #0b3a42;
  font-size: 14px;
  line-height: 1.1;
}

.logo .tagline {
  font-size: 11px;
  color: #0b3a42;
  line-height: 1.1;
}

.sidebar {
  background: #0b3a42;
  width: 190px;
  border-right: 1px solid #0b3a42;
}

.sidebar a {
  color: #e8f0f0;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  border-bottom: 1px solid #0e4d57;
}

.sidebar a.active {
  color: #ffffff;
  font-weight: bold;
}

.content {
  padding: 16px 22px;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #0b3a42;
  margin: 0 0 8px 0;
}

.subhead {
  font-size: 14px;
  font-weight: bold;
  color: #0b3a42;
  margin: 12px 0 6px 0;
}

.info {
  border-collapse: collapse;
}

.info td {
  padding: 2px 10px 2px 0;
  font-size: 14px;
}

.label {
  font-weight: bold;
  color: #0b3a42;
  width: 180px;
}

.status-running {
  color: #006600;
  font-weight: bold;
}

.status-idle {
  color: #990000;
  font-weight: bold;
}

.actions {
  margin-top: 12px;
}

.actions form {
  display: inline;
  margin-right: 8px;
}

.btn {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  padding: 2px 8px;
}

.flash {
  border: 1px solid #9aa3aa;
  padding: 6px 8px;
  margin-top: 10px;
  font-size: 12px;
  background: #f5f5f5;
}

.flash.ok {
  border-color: #66aa66;
  color: #006600;
}

.flash.error {
  border-color: #aa6666;
  color: #660000;
}

.meta {
  font-size: 12px;
  color: #445566;
  margin-top: 6px;
}

hr {
  border: 0;
  border-top: 1px solid #0b3a42;
  margin: 12px 0;
}
