html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}
main {
  padding: 8px;
  padding-top: 30px;
}
h3 {
  margin: 4px;
}
.header h3 a {
  font-size: 21px;
  padding-left: 8px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.mdl-layout__content {
  overflow-x: auto;
}
@media screen and (min-width: 800px) {
  .header h3 a {
    font-size: 28px;
  }
}
@media screen and (max-height: 500px) {
  .header h3 a {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.header .header-rhs {
  float: right;
  display: flex;
}
.header div {
  vertical-align: middle;
}
.error {
  background-color: #d50000;
}

.template {
  display: none;
}

.butter-bar-wrapper {
  position: fixed;
  top: 10px;
  width: 100%;
  text-align: center;
}

.butter-bar {
  background-color: #ffffc2;
  border-radius: 4px;
  display: inline-block;
  color: black;
  padding: 1px 8px;
  border: 1px solid #aeaeae;
}

body, table, td {
  font-family: sans-serif;
}

#profile .image {
  height: 36px;
  width: 36px;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}

.link {
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}

.clickable {
  cursor: pointer;
}

th {
  text-align: left;
}

.spinner-outstanding-requests {
  color: white;
  margin-left: -18px;
  margin-top: 5px;
  font-size: 16px;
  width: 24px;
}

.app-drawer-button svg {
  height: 35px;
  margin-top: 1px;
  margin-right: 1px;
  cursor: pointer;
}

.app-drawer {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  margin: 0px;
  padding: 0;
  z-index: 1;
}

.app-drawer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.app-drawer ul li {
  font-size: 20px;
  border-bottom: 1px solid #aaa;
  padding: 5px;
}

.app-drawer ul li:last-child {
  border-bottom: 0;
}

.app-drawer ul a {
  text-decoration: none;
  color: black;
  display: block;
}

.app-drawer ul li:hover {
  background-color: #ddd;
}
