﻿/* Put css styles for home view here */
.home-view .tsLists .list {
    margin: 5px 0;
}
.home-view .tsLists h1 {
    font-size: 1.0em;
    margin: 0;
    padding: 0.8em 3px;
    font-weight: bold;
}
.home-view .rejectedList,
.home-view .rejectedList .timesheetListItem {
    color: red !important;
}
.home-view .submittedList,
.home-view .submittedList .timesheetListItem {
    color: #EF9937 !important;
}
