/*******************
Przelicznik beton plugin styles
******************/

#calc_concrete {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1.5em;
  border: 10px solid #eee !important;
}
#calc_concrete .row {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5em;
}
#calc_concrete input {
  text-align: center;
  width: 4.235801032em;
}
#calc_concrete span {
  display: flex;
  align-items: center;
}
#calc_concrete #unit {
  margin-left: 5px;
}
#calc_concrete #bags {
  margin-left: 10px;
  font-weight: bold;
}