
.table{
    margin-bottom: 0px;
}

table{
    color: #334;
}

table tr th{
    width: 150px;
}

input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
input[type='file'],
textarea,
select {
    width: 100%;
    font-size: 16px;
}

.form-control{
    font-size: 16px;
}