/* Palette generated by Material Palette - materialpalette.com/blue/grey */
.maintoolbar .v-toolbar a {
  color: #212121;
  text-decoration: none;
  display: inline-block;
}
.maintoolbar .v-toolbar__title:not(:first-child) {
  margin-left: 10px;
}
.maintoolbar .v-toolbar__items a {
  display: flex;
  height: 36px !important;
}
.maintoolbar .v-list__tile__action img {
  width: 24px;
}
.maintoolbar .v-list__tile--active img {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}


/* Palette generated by Material Palette - materialpalette.com/blue/grey */
.v-card.padding {
  padding: 20px;
}
.tc {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}
ul,
ol {
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
.normal {
  font-weight: normal;
}
/* Overrides of Vuetify */
html {
  font-size: 18px;
}
@media only screen and (min-width: 1264px) {
  .container {
    max-width: 1020px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 5px;
  }
}
.v-footer {
  font-size: 80%;
}

/* Palette generated by Material Palette - materialpalette.com/blue/grey */
