﻿div.timepickerDay {
    width:90px;
    float:left;
}

input.timepicker {
    width:75px;
}

/* ----- Store Hours ----- */

table.hoursTable thead {
    color:inherit;
}

table.hoursTable th {
    text-align:left;
    font-weight:bold;
    color:inherit;
}



table.hoursTable td {
    width:80px;
}


table.hoursTable td.day {
    width:20px;
    font-weight:bold;
}

div.textEditor, div.commands {
    float:left;
    clear:both;
}