﻿
/* Set width on the form input elements since they're 100% wide by default */
input.form-control,
select.form-control,
textarea.form-control {
    max-width: none;
    width: 100%;
}
