@font-face {
  font-family: swissBlack;
  src: url(../fonts/swis721-blkcn-bt.otf);
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
}

.app {
  display: flex;
  height: 100%;
  font-family: swissBlack;
}

.app .toolarea {
  width: 14rem;
  display: inline-block;
  background-color: #f0f0f0;
}

.app .toolarea .toolitem {
  margin-bottom: 1rem;
}

.app .toolarea .btn-download {
  display: block;
  width: 10rem;
  max-width: 10rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: swissBlack;
  font-size: 1.2rem;
  border: 0px;
  background-color: #003264;
  color: white;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 0.25rem;
}

.app .toolarea .btn-download:hover {
  background-color: #0096fa;
}

.app .svgarea {
  height: auto;
  width: 100%;
}

.app .input-color {
  width: 4rem;
}

.app label {
  font-family: Arial, sans-serif;
}

.app .checkbox-resize-text {
  width: 1.4rem;
  height: 1.4rem;
  float: left;
}

.app .checkbox-label {
  position: relative;
  top: 0.25rem;
}
