body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.logo {
  width: 32px;
  height: 32px;
}

ul > li {
  list-style-type: none;
}

form {
  width: 100%;
  text-align: left;
}
form .form-group {
  margin-right: auto;
}

form.form-login {
  max-width: 350px;
  margin: 0 auto;
}

.form-center {
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
}

table td, table th {
  padding-left: 5px;
  padding-right: 5px;
}
table.rating td:not(:last-child), table.rating th:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
table.rating tr:not(:first-child):nth-child(odd) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.rating tr:not(:first-child):nth-child(even) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mini-btn {
  flex: 0 !important;
}

.icon-btn {
  width: 42px !important;
}

.overflow {
  overflow-x: auto;
}

[v-cloak] {
  display: none;
}
