@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  background: #FDFDFD;
  font-family: "Quicksand";
}

.sidebar {
  color: #FFFFFF;
  background: #FFFFFF;
  border-right: 1px SOLID rgba(128, 128, 128, 0.2);
}

.navbar,
.uk-navbar-container {
  color: #FFFFFF;
  background: #f8f8f9;
}

.fas {
  min-width: 32px;
}

.uk-logo {
  cursor: default;
}

.overview .uk-card {
  color: #393939;
  border-radius: 30px;
  background: #fafafa;
  box-shadow: -14px 14px 29px #e2e2e2, 14px -14px 29px #f4f4f4;
}

.overview .form #mailAttch {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  background-color: none;
  min-width: 50vw;
}

table tr {
  counter-increment: rowNumber;
}

table tr td:first-child::before {
  content: counter(rowNumber);
}

table tr tr:nth-child(1) {
  counter-reset: rowNumber;
}

li {
  display: inline;
}
