.reg {
  stroke-width: 2;
  transition: stroke-width 0.5s ease;
}

.active {
  stroke-width: 10;
  transition: stroke-width 0.5s ease;
}

.pos {
  position: absolute;
  right: 50px;
  top: 100px;
  width: 250px;
  padding: 1em;
  text-align: right;
  border: 1px solid #9B9B9B;
}

.vue-blue {
  background-color: #33495E;
  height: 3em;
  vertical-align: top;
}