#update_profile label {
    margin: 0;
    font-weight: 600;
}

#update_profile input, #profile_country_code, #profile_version_control {
    display: block;
    width: 100%;
    height: 34px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

#update_profile_button {
    margin: 10px 0;
    width: 100%;
}

.update_desc {
    margin: -10px 0 10px 0;
    font-style: italic;
}