/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2020 | 20:05:17 */
/* Dodaj swój kod CSS tutaj.
                     
Na przykład:
.przyklad {
    color: red;
}

Sprawdź poniższą stronę, jeśli chcesz poszerzyć swoją wiedzę nt. CSS:
http://www.w3schools.com/css/css_syntax.asp

Koniec komentarza */ 

.kalkulator{
      display: flex;
    flex-direction: column;
    align-items: center;
}

.kalkulator_e {
  padding:10px;
}

.kalkulator_e  label{
 min-width:120px;
}
.kalkulator_e input{
  margin-left:20px;
  border-bottom:1px solid #b47e7c;
}
button.wyliczKAL{
    padding:10px;
   padding-left:15px;
   padding-right:15px;
}
button.wyliczKAL:hover{
  background:#85615f
}

.leftColumnKAL .elementor-widget-container{
  min-height:400px;
}
.kalkulatorOUTDIV{
  display:flex;
  flex-direction:column;
  text-align:center;
   text-align:center;
  font-size:19px;
}
.kalkulatorOUTDIV span{
 padding:10px
}
#aktywnosc{
  width:200px;
}


@media (max-width: 500px) {
  .kalkulator_e {
  text-align:center;
}

}

