body, html {  
  font-family: 'Roboto', sans-serif;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

a {
  text-decoration: none;  
}

.mutant-content {
  height: 100%;
}

.svg-icon {
  width: 14px;
  height: 14px;
}

.h-95 {
  height: 95%;
}

.h-90 {
  height: 90%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

select {
  height: 38px;
}