/* Example CSS file */ 

section.section-grey label {
    color: rgb(168, 168, 168);
}

section.section-grey input {
    color: rgb(168, 168, 168);
}

section.section-grey .form-group {
    margin-bottom: 70px;
}


section.section-grey .styledselect {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}