
body {
        font-family: Montserrat, sans-serif;
        font-size: 0.9rem;
        line-height: 1.25rem;
        margin: 0px;padding: 0px;
        overflow-y: hidden;
}


* {
outline: none;
}

#table_body td {
padding: 10px;
}

#table_body th {
        font-weight: 400;
        text-align: center;
        padding: 10px;
}


#table_body {border-radius: 5px;width: 100%;height: auto !important;border-spacing: 4px;-webkit-border-horizontal-spacing: 0px;line-height: 1.4em;color: #0c1a43;text-align: right;}

#table_body tr:nth-child(odd) {
background-color: #F4F4F4;
}

#table_body tr:nth-child(even) {
background-color: #EBEBEB;
}

/*#table_body thead td {
cursor: pointer;
}

#table_body thead td:hover {
text-decoration: underline;
}*/



#table_body tr:first-child {
/* background-color: #0C1A43; */
background-color: rgba(0, 0, 0, 0);
color: #5871B5;
text-align: right;
/* font-weight: 700; */
/* line-height: 2em; */
}

#table_body tr:first-child td::after {
border-right: 1px solid white;
}

#table_body td {
padding-left: 0.2rem;
padding-right: 1.5rem;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}

.show-more-btn {
padding: 10px 20px;
background-color: #5871B5;
color: white;
margin-top: 24px;
border-radius: 5px;
display: inline-block;
font-size: 14px;
position: relative;
padding-top: .75rem;
padding-bottom: .75rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}

.show-more-btn::after {
content: '\002B';
font-size: 29px;
color: white;
display: inline-block;
padding: 0px 14px;
width: 47px;
height: 45px;
border-radius: 4px;
background-color: #0C1A43;
position: absolute;
top: 0px;
right: -42px;

}

.country-flag {
width: 20px;
height: 20px;
background-position: center;
background-size: cover;
border-radius: 200px;
display: inline-block;
margin-right: 10px;
vertical-align: sub;
}

.tick:before {
content: '\2713';
display: inline-block;
font-family: system-ui;
font-weight: 600;
height: 1em;
width: 1em;
/* background-image: url(/image/thumb/tick.svg); */
background-size: contain;
background-repeat: no-repeat;
margin-right: 0.5em;
transform: scaleX(1.2);
}

.tick:before
{
color: #5871b5;
font-weight: 800;
font-size: 1.2em;
}

.price-positive {
        display: block;
        width: 100%;
        padding: 5px 10px;
        background-color: #28a745;
        color: white;
        border-radius: 3px;
        white-space: nowrap;
}

.price-negative {
        display: block;
        width: 100%;
        padding: 5px 10px;
        background-color: #D83B3B;
        color: white;
        border-radius: 3px;
        white-space: nowrap;
}

.arrow {
font-size: 0.7em;
margin-left: 3px;
position: relative;
bottom: 2px;
height: 12px;
width: 12px;
display: inline-block;
}

.change-negative {
color: #D83B3B;
}

@media (max-width: 700px)
{
        body {
        font-size: 15px;
        }
        #table_body td {
        /*padding-left: 0.6rem;
        padding-right: 0.3rem;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;*/
        }
        .price-positive {
                /* width: calc(100% - 6px); */
                padding: 2px 3px;
        }

        .price-negative {
                /*width: calc(100% - 6px);*/
                padding: 2px 3px;

        }
}