div.djschedule_slot {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
}

div#djschedule_signup {
    display: table;
    text-align: right;
    width: 99%;
}

input#djschedule_name {
    float: left;
    width: 25%;
}

input#djschedule_email {
    float: right;
    width: 70%;
}

input#djschedule_phone {
    float: left;
    width: 70%;
}

select#djschedule_carrier {
    float: right;
    width: 25%;
}

p#djschedule_pick {
    margin-top: 0em;
    margin-bottom: 0.3em;
}
