﻿.inpuield {
    width: 65%;
    padding: 10px;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #ccc;
}

select {
    width: 120px; 
    height:55px;
    padding: 5px; 
    font-size: 26px; 
    color: #333; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    background-color: #fff; 
    appearance: none; 
    -moz-appearance: none;
    -webkit-appearance: none; 
}
