.numIn
{ 
    text-align:right; 
}

/*#buttons
{
position:absolute;
bottom:0;
}*/

.settingsElem {
 display:inline-block;
   /*color:red;*/
}

form  { display: table;      }
.settingsElem     { display: table-row;  }
label { display: table-cell; }
input { display: table-cell; }
