body {
  font-family: LatoLight;
}

.logo {
  font-family: roboto_condensedbold;
  text-align: center;
  font-size: 32px;
  margin: 20px;
  text-align: center;
}

.figures-field{
  display: inline-block;
}

.figure-image{
  max-height: 120px;
  max-width: 120px;
}

.figure-label{
  font-family: roboto_condensedlight;
  font-size: 16px;
  text-align: center;
}
.figure-label-series{
  font-family: roboto_condensedlight;
  font-size: 12px;
  text-align: center;
}

.figure-box-enabled {
  width: 155px;
  text-align: center;
}

.figure-box-distable{
  text-align: center;
  width: 155px;
  opacity: 0.5;
  -webkit-transition:.5s;
  ansition:.5s;
}

.figure-box-distable:hover {
  opacity: 1;
}

.hidden-button {
  position: relative;
  opacity: 1;
  float: right;
  margin-bottom: -35px;
  margin-left: 100px
}

.hidden-button:hover {
  position: relative;
  opacity: 1.0;
}

.big-checkbox {
  width: 30px;
  height: 30px;
  top: -12px;
  left: 5px;
}
.series-label {
  font-size: 32px;
  display: flex;
  margin: 15px;
}
