body.time-tracker {
    padding-bottom: 50px;
}

.t_start_label{
    width: 150px;
}

.t_end_label{
    width: 150px;
}

.borderless th, .borderless td {
    border-top: 0px solid #ddd;
}

.btn{
    margin-bottom: 10px;
}

#time-toolbar{
    position: fixed;
    bottom: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30px !important;
    text-align: center;
    padding: 15px 0 15px;
    background-color: #fff;
    -moz-box-shadow: -1px -1px 15px 3px #ccc;
    -webkit-box-shadow: -1px -1px 15px 3px #ccc;
    box-shadow: -1px -1px 15px 3px #ccc;
}

.udssl-unit{
    padding: 20px 40px;
    margin-bottom: 30px;
    line-height: 30px;
    color: inherit;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#toolbar_clock, #toolbar_duration{
    float: left;
}

#toolbar_duration{
    padding: 0 10px;
    color: #55f;
}

h3#toolbar_clock, h3#toolbar_duration{
    font-size: 20px;
    margin: 0 10px;
}
