body * {
  display: flex;
  font-family: Tahoma, arial;
  font-size: 14px;
  flex-wrap: wrap;
}

h3 {
  font-size: 16px;
}

.block {
  line-height: 1.5rem;
}

.label {
  width: 250px;
}

.value {
  width: 100px;
}

input:not([type='checkbox']) {
  width: 60px;
}

input.percentage {
  width: 30px;
}

.column {
  flex-direction: column;
  padding: 1rem;
}

.income {
  background: #ebf9ff;
}

.costs {
  background: #fff1f3;
}

.info {
  color: #888;
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0;
  }

  #app {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .break {
    flex-basis: 100%;
    height: 0;
  }
}
