.label-inputs{

  padding: 12px 12px 12px 0;
  display: inline-block;
  font size:20px;
  font-weight: none;
  margin-top: 12px;
  text-align: right;


}

#inputs {
  float: left;
  width: 50%;
  border-right:0px solid white;

  margin-left: 0px;


}



#outputs {
  float: right;
  width: 40%;
    border-left:1px solid white;
    padding-left:30px;


    /*border-radius: 15px;*/


}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  #inputs,#outputs {
    width: 100%;
    margin-top: 0;
    border-left:0px solid white;

      margin-left: 0px; /*For left column */



  }



  

 


}