table > tbody > tr > td {
    vertical-align: top;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
#your_browser > table > tbody > tr > td:last-child {
    padding: 0 !important;
}
#your_browser > table > thead > tr:first-child > th:first-child {
    width: 150px;
}
#your_browser > table > thead > tr:first-child > th:last-child {
    width: 200px;
}
#your_browser > table > thead > tr:last-child > th {
    width: 100px;
}
#your_browser > table > thead > tr > th {
    vertical-align: bottom !important;
}

#your_browser > table > thead > tr > th > hr {
    margin: 5px 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #586266 !important;
}

#your_browser > table > tbody > tr > td {
    border-bottom: 2px solid #e5eaea !important;
}
#your_browser > table > tbody > tr:last-child > td {
    border-bottom: 1px solid #e5eaea !important;
}
table table {
    width: 100%;
}
table table > tbody > tr:last-child > td {
    border-bottom-width: 0 !important;
}
table table > tbody > tr > td:first-child,
table table > tbody > tr > td:last-child {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}
table table > tbody > tr > td:last-child {
    border-bottom-width: 0px !important;
}
.pi-accordion.pi-behavior-toggle .pi-accordion-item-active .pi-accordion-title .pi-accordion-toggle:after,
.pi-accordion.pi-behavior-toggle .pi-accordion-item:not(.pi-accordion-item-active) .pi-accordion-title .pi-accordion-toggle:after {
    font-family: 'Open Sans', Arial, sans-serif;
}
.pi-accordion.pi-behavior-toggle .pi-accordion-item-active .pi-accordion-title .pi-accordion-toggle:after {
    content: 'Close...';
}
.pi-accordion.pi-behavior-toggle .pi-accordion-item:not(.pi-accordion-item-active) .pi-accordion-title .pi-accordion-toggle:after {
    content: 'More...';
}
/* ACCORDION */
div.pi-accordion {
    margin-bottom: 0;
}
table.accordion-item {
    border: none;
}
thead.pi-accordion-title a {
    display: inline !important;
    padding: 0 !important;
    text-decoration: underline !important;
}
thead.pi-accordion-title .pi-accordion-toggle {
    display: inline !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    border: none !important;
    background-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
tbody.pi-accordion-toggle:hover {
    cursor: pointer;
}
thead.pi-accordion-title th {
    border-top: none !important;
    border-bottom: none !important;
    font-weight: normal !important;
    text-align: left !important;
    color: #828c8f !important;
}
thead.pi-accordion-title th:first-child {
    border-left: none !important;
}
thead.pi-accordion-title th:last-child {
    border-right: none !important;
    text-align: right !important;
    vertical-align: top;
}
thead.pi-accordion-title th:last-child {
    padding: 10px 20px !important;
}

.fixed-width {
    width: 150px;
}
.total {
    width: 100px;
    border-left: 1px solid #e5eaea !important;
    text-align: right;
}
.border-left {
    border-left: 2px solid #e5eaea !important;
}
.border-right {
    border-right: 2px solid #e5eaea !important;
}