﻿.trading-style-five .table-outer tbody td {
    font-size: 25px;
    font-weight: 600;
}

.trading-style-five .table-outer thead td {
    font-size: 20px;
    text-transform: none;
    line-height: 25px;
    color: #b49d67;
}
.trading-style-five .tab-btns li {
    font-size: 24px;
    font-weight: 600;
}


.trading-style-five .table-outer .trading-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.trading-table th,
.trading-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
}

.trading-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 15px;
}

.trading-table tr:nth-child(even) {
    background-color: #fdfdfd;
}

.trading-table tr:hover {
    background-color: #f1f1f1;
}

.table-outer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .trading-table th,
    .trading-table td {
        padding: 6px 8px;
        font-size: 12px;
    }

    .trading-style-five .table-outer tbody td {
        font-size: 15px;
    }

    .trading-style-five .tabs-content {
        padding: 8px 5px;
    }

    .trading-style-five .table-outer thead td {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .trading-table {
        min-width: 400px;
    }

        .trading-table th,
        .trading-table td {
            padding: 5px 6px;
            font-size: 11px;
        }
}
