.rl-hr{
    border-color: #080808;
}

.locked-table-header {
    display: none;
    position: fixed; 
    top:60px; 
    width:100%; 
    padding-right:15px;
    padding-left:15px;
    left:0px
}

.locked-table-header.lock {
    display: block;
}

@media screen and (max-width:767px) {
    .locked-table-header.lock {
        display: none;
    }
}
.rl-table .main-header > td {
    color: #82be0f;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #5F5F5F;
    line-height: 2.5;
    border-right: 1px solid white;
}

.rl-table .main-category > td:nth-child(1) {
    padding-left: 20px !important;
}

.rl-table .main-category > td {
    text-align: center;
    font-weight: 500!important;
    background-color: #e9e9e9!important;
    padding-top: 5px!important;
    padding-bottom: 5px !important;
}

.rl-table tr td:nth-child(1) {
    width: 60%;
    padding-left: 40px;
    text-align: left;
}

.rl-table tr > td {
    background-color: #ffffff;
    font-size: 1.1rem;
    font-weight: 300;
    border-bottom: 0px solid #d0d0d0;
    text-align: center;
    vertical-align: middle;
}

.rl-play-wrapper {
    top: 45%;
}

/*--- rl-feature-table ---*/
.rl-feature-table tr > td {
    font-size: 1.125rem;
    font-weight: 300;
}
.rl-feature-table .main-header th{
    color: #82be0f ;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #5F5F5F;
    line-height: 2.5;
    border-right: 1px solid white;
}
.rl-feature-table .main-category td:first-child {
    text-align: center;
    font-weight: 500;
    background-color: #e9e9e9;
    vertical-align: middle;
}


.seen-enough {
    text-align: left;
}

.seen-enough a {
    display: inline-block;
    color: #81bd0f;
    font-size: 24px;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 12px 26px;
    text-decoration: none;
    border: 2px solid #81bd0f;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.seen-enough a:hover {
    color: #ffffff;
    background: #81bd0f;
    border: 2px solid #81bd0f;
}

.rl-freedownload ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.rl-freedownload li {
    padding: 10px 0 10px 0;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 10px;
    empty-cells: show;
    border: 2px solid #ffffff;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.pure-table tr,
td,
th {
    padding: 10px !important;
}

.pure-table td,
th {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.pure-table tbody tr:nth-child(even) {
    background-color: #d0d0d0;
}

.table-odd-color {
    background-color: #ededed;
}

.pure-table-horizontal td,
th .pure-table-horizontal th {
    border-width: 1px 1px 1px 1px;
    border-bottom: 1px solid #ffffff;
}

.pure-table tr td:first-child {
    text-align: left;
}

.pure-table tr th:first-child {
    text-align: left;
}