.fixed-table-container {
    height: 415px;
    width: 595px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
    background-color: white;
    position: relative;
    padding-top: 25px;
}
.th-inner {
    position: absolute;
    top: 0;
    line-height: 25px;
    text-align: left;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    margin-left: -5px;
    font-size: 12px;
}
.fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    border-bottom: solid 1px #ccc;
}
.header-background {
    background-color: #fff;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: solid 1px #ccc;
}