/* Service history widget */
.history .ui-btn .ui-grid-b {
    font-weight: normal !important;
}

.history .date {
    width: 15% !important;
}

.history .odometer {
    width: 15% !important;
    text-align: right !important;
    padding-right: 1em;
}

.history .details {
    width: 70% !important;
}

.history-heading {
    /*margin-top: 1em;*/
    padding-left: 2.5em;
    border-bottom: 0;
}

.history .ui-collapsible-set {
    margin-top: 0;
}

.history .alt .ui-btn,
.history .alt .ui-btn:hover {
    background-color: #fff;
}

.history table {
    width: 100%;
    display: table;
}

.history .collapsible-table {
    padding: 0;
}

.history .history-section {
    padding-left: 2.5em !important;
}

.history .lab-rts,
.history .part-number {
    padding-left: 2.5em !important;
    width: 20%;
}

.history .lab-desc,
.history .part-desc {
    width: 60%;
}

.history .lab-allowed,
.history .part-qty {
    width: 20%;
    text-align: right !important;
}

.history p {
    text-align: center;
}