﻿.time_entry-view .infoHeader {
    font-size: 0.8em;
    overflow: auto;
    line-height: 1.5em;
    padding: 5px;
    border-bottom: 3px double #aaa;
}
.time_entry-view .infoHeader div {
    float: right;
    width: 40%;
    text-align: right;
}
.time_entry-view .infoHeader div:nth-child(2n+1) {
    float: left;
    width: 60%;
    text-align: left;
}
.time_entry-view .buttonBar {
    padding: 3px 2px;
}
.time_entry-view .dx-field-value {
    white-space: normal;
}

.time_entry-view .dx-button {
    float: left !important;
}

#deleteButtonContainer{
	margin-left: 10px;
}