
.converter{
	width:100%;
	float:left;
	padding-top: 15px
}

.converter h2{
	margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #26160E;
     padding-bottom: 5px;
}

.converter .column{
  float:left;
  width:50%;
  padding: 25px 15px;
  padding-bottom: 0;
  box-sizing:border-box;
}

.converter input{
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 10px;
  background: #E5E5E5;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 13px;
  color: #404040;
  margin-top: 8px;
  margin-bottom: 12px;
  width: 100%;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline:none;

}

.converter label{
  font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
}

@media screen and (max-width: 650px){
  .converter .column{
       width:100%;
  }

  .converter  .column:first-child{
       padding-top: 0px;
  }
}