.source-color a {
  color: red;
}
.category-color a {
  color: green;
}
.tag-color a {
  color: lime;
}
.published-15 {
  background-color: #ffae42;
}
.published-30 {
  background-color: #ffbb64;
}
.published-45 {
  background-color: #ffc883;
}
.published-60 {
  background-color: #ffd6a2;
}
.published-75 {
  background-color: #ffe3c0;
}
.published-90 {
  background-color: #fff1e0;
}
.item-icon {
  height: 1em;
  vertical-align: middle;
}
.table {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.7em;
  display: table;
}
.table .table-row {
  display: table-row;
}
.table .table-row .table-cell-left {
  white-space: nowrap;
  display: table-cell;
  padding: 0.2em 0.4em 0.2em 0.3em;
}
.table .table-row .table-cell-right {
  display: table-cell;
  padding: 0.2em 0.3em 0.2em 0.4444em;
}
.table .table-row .table-cell-right:hover {
  font-size: 1.2em;
}
.table .table-row:hover {
  color: white !important;
  background-color: black;
}
.table-row:hover {
  background-color: lightcoral;
}
.log-level0 {
  background-color: red;
}
.log-level1 {
  background-color: yellow;
}
.log-level2 {
  background-color: white;
}
#login-card {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
