#comp-chart {
    margin-bottom:90px
}

#comp-chart > table {
    width: 100%;
    text-align:center;
    margin: 0 auto;
    table-layout: fixed;
}

#comp-chart .main{
    width:100%; 
    max-width: 860px; 
    margin: 0 auto;
}

#comp-chart th img {
    background-color: #f7f7f7;
}

#comp-chart th {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 0 10px;
    width: 33%;
    text-transform: uppercase;
}

#comp-chart .dropdown th {
    padding: 0;
    position: relative;
    border: 8px solid transparent;
    outline: 1px solid #ccc;
    border-bottom: 1px;
    border-top: 1px;
    background: #fff;
}

/*#comp-chart th {
    margin: 0;
    padding: 0;
    font-weight: 400;
    
}*/

#comp-chart td {
    text-align: center;
}

#comp-chart .comp-body td {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    padding: 20px 10px 0;
    white-space: initial;
    vertical-align: top;
}

#comp-chart table.comp-body {
    border-spacing: 12px 0;
    border-collapse: separate;
    table-layout: fixed;
}

#comp-chart select {
    width: 100%;
    margin: 0;
    background: none;
    border: 1px solid transparent;
    outline: none;
    box-sizing: border-box;
    /* -moz-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto; */
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1.25em;
    font-weight: bold;
    color: #444;
    padding: 0;
    line-height: 1.3;
}

#comp-chart .dropdown img {
    display:inline-block; 
    border:none;
}

#comp-chart .dropdown th:after {
    content: '\2304';
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 5px;
}

#comp-chart img {
    width: 100%;
}

#comp-chart th {
    color: #000;
    padding-top: 20px;
}

#comp-chart {
    padding: 10px;
}



#page-content #comp-chart .comp-body td,
#page-content #comp-chart th {
    color: #fff;
}

/* selects the descriptions */
#comp-chart tr:nth-child(even) td {
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#comp-chart tr td {
    background-color: transparent !important;
}

#comp-chart .comp-body tr:nth-of-type(odd) td {
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {

    /*add this class vua js*/
    #comp-chart .comp-body th.hide-mobile,
    #comp-chart .comp-body td.hide-mobile {
        display: none !important;
    }

    #comp-chart .comp-body td {
        font-size: 14px;
    }

    #comp-chart th {
        font-size: 12px;
    }
}

@media only screen and (min-width: 769px) {
    #comp-chart tr.dropdown {
        display: none !important;
    }
}

