
.symbol-td .symbol-column {
    align-items: center;
    min-height: 60px;
}

.symbol-td .symbol-column .symbol-img-holder{
    margin-top: 0px !important;
    min-height: 40px;
    min-width: 40px;
}

.s-code-desc {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
}

.s-desc {
    font-size: 10pt;
    color: var(--symbol-secondary-color);
    font-weight: 400;
    overflow: hidden;
    max-height: 30px;
    max-width: 250px;
}

.s-table tr {
    min-height: 65px;
    height: auto !important;
}

.trf {
    width: 250px;
}
@media screen and (max-width: 1300px) {
    .s-desc{
        display:none;
    }

    .trf {
        width: 80px;
    }
}