
body, .lato {
  font-family: 'Lato', sans-serif;
}

h1 {
  color: #888888;
}

a {
  text-decoration: none;
  color: #b23e78;
}


#footer {
  position: fixed;
  width: calc( 100% - 32px);
  bottom: 0;
  left: 0;
  background: #4dc187;
  color: #ffffff;
}

.white {
  color: #ffffff;
}

.tab {
  display: grid;
  margin: 4px;
  grid-template-columns: 40px 1fr;
}

.tabmc {
  display: grid;
  margin: 4px;
  grid-template-columns: 160px 1fr;
}

.mbutton.selected {
  background: #ffaa00aa;
}

.mbutton {
  margin: 4px;
  width: 80px;
}

.v-middle {
  display: flex;
  flex-direction: column;
  justify-content:center;
}

.logo {
  width: 84px;
}

.logos {
  max-height: 84px;
  max-width: calc(100% - 100px);
  margin: 20px;
}


.kkks-div {
  padding: 8px 16px;
  margin: 0px;
}

.content {
  padding: 8px;
  max-width: 1000px;
}

.icons {
  height: 32px;
}

.mentry {
  padding: 8px;
  background: #eeeeee;
  border-radius: 4px;
}

#st:hover {
  background: #4dc187aa;
  color: #000000;
}

#ka:hover {
  background: #ff0000aa;
  color: #000000;
}

#kt:hover {
  background: #f49521aa;
  color: #000000;
}

#s1:hover {
  background: #d71f37aa;
  color: #000000;
}

#s2:hover {
  background: #f49521aa;
  color: #000000;
}

#s3:hover {
  background: #f2d114aa;
  color: #000000;
}

#s4:hover {
  background: #81c244aa;
  color: #000000;
}

#s5:hover {
  background: #06aae7aa;
  color: #000000;
}

#s6:hover {
  background: #5972c6aa;
  color: #000000;
}

#s7:hover {
  background: #592e64aa;
  color: #000000;
}

@media (max-width: 480px) {
  .mbutton {
    display: none
  }
  .tabmc {
    grid-template-columns: 60px 1fr;
  }
}

.icon {
  height: 32px;
}
.icontxt {
  height: 24px;
}
