.fixed-table-container { height: 300px; box-sizing: border-box; border: 1px solid #AAAAAA; margin-top: 0px;  margin-bottom: 0px; }
.fixed-table-container table { border-collapse: collapse; width: 100%; }
.fixed-table-container th { background: #444444; color: #FFFFFF; line-height: 18px; text-align: center; vertical-align: top; padding: 15px 10px 15px 10px; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; white-space: nowrap !important; }
.fixed-table-container th:first-child { text-align: left; padding: 15px 10px 15px 15px; }
.fixed-table-container td { background: #D6D6D6; padding: 5px 10px 5px 10px; text-align: right; vertical-align: top; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; white-space: nowrap !important; }
.fixed-table-container td:first-child { background: #5B5B5B; color: #FFFFFF; text-align: left; }
.fixed-table-container tr:last-child td { border-bottom: 0; }
.fixed-table-container th:last-child, .fixed-table-container td:last-child { border-right: 0; }

.fixed-table-container_auto_height { height: auto; box-sizing: border-box; border: 1px solid #AAAAAA; margin-top: 0px; margin-bottom: 0px; }
.fixed-table-container_auto_height table { border-collapse: collapse; width: 100%; }
.fixed-table-container_auto_height th { background: #444444; color: #FFFFFF; line-height: 18px; text-align: center; vertical-align: top; padding: 15px 10px 15px 10px; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; white-space: nowrap !important; }
.fixed-table-container_auto_height th:first-child { text-align: left; padding: 15px 10px 15px 15px; }
.fixed-table-container_auto_height td { background: #D6D6D6; padding: 5px 10px 5px 10px; text-align: right; vertical-align: top; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; white-space: nowrap !important; }
.fixed-table-container_auto_height td:first-child { background: #5B5B5B; color: #FFFFFF; text-align: left; }
.fixed-table-container_auto_height tr:last-child td { border-bottom: 0; }
.fixed-table-container_auto_height th:last-child, .fixed-table-container_auto_height td:last-child { border-right: 0; }