.price-grid-header th, #single #price-grid-table thead th {
    background: #fff;
}

#single #price-grid-table thead {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#single #price-grid-table th.flex, #single #price-grid-table td.flex {
    width: 83px !important;
    min-width: 83px !important;
}

#single #price-grid-table thead.fixed {
    position: fixed;
    top: 60px;
    width: 940px;
}

#single #price-grid-table thead th img {
    height: auto;
}

#single #price-grid-table thead.absolute {
    position: absolute;
    top: 60px;
    width: 940px;
}

#single #price-grid-table {
    width: 940px !important;
    max-width: 940px !important
}

.price-grid {
    position: relative;
}