.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#spreadSponsorTable > tbody > tr > td {
    height: 69px !important;
}

.spreads-table > thead > tr > th:first-child {
    font-size: 13px !important;
    width: 350px;
}

#spreadSponsorTable > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spreads-table > thead > tr > th {
    padding: 8px 6px 8px 6px;
    font-weight: 500 !important;
    font-size: 11px !important;
}

.spreads-table > thead > tr > th:not(:first-child) {
    text-decoration: underline !important;
}

.spreads-table > tbody > tr > td, .spreads-table > thead > tr > td {
    font-size: 12px !important;
    padding: 8px 6px 8px 6px !important;
}

.spreads-table {
    table-layout: fixed !important;
    border-collapse: initial;
    border: 1px solid #E8ECF1 !important;
}

.spreads-table > thead > tr > th {
    border-bottom: none;
}

.spreads-table > tbody > tr > td:not(:last-child), .spreads-table > thead > tr > th:not(:last-child) {
    border-right: 1px solid #E8ECF1 !important;
}

.spreads-table > tbody > tr > td:first-child {
    font-size: 13px !important;
}

.spreads-table > tbody > tr > td, .spreads-table > thead > tr > td {
    height: 46px;
}

.spreads-table > tbody > tr > td > div, .spreads-table > thead > tr > td > div {
    align-items: center;
}

.spreads-table > tbody > tr > td > :first-child > div, .spreads-table > thead > tr > td > :first-child > div {
    align-self: center;
}

.brokerPopover:hover {
    color: #666666;
}

#spreads-controls {
    justify-content: space-between;
}

#imgPortlet, #quotes-trade-direction {
    border: 1px solid #E0E0E0;
}

#quotes-trade-direction > div {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.broker-img-name-ol-container {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: normal !important;
}

.broker-img-name-ol-container > :first-child > img {
    min-width: 89px !important;
}

#spreadsTbody > tr:hover > td > div > .broker-img-name-ol-container {
    max-width: 240px;
}

.select2-container--open > span {
    border-radius: 0 0 3px 3px !important;
    border: none !important;
}

.select2-container--open > span > .select2-results > ul > li {
    padding-left: 14px;
}

#spreadActions  > .select2-container--bootstrap > .selection > .select2-selection--single {
    height: 33px !important;
    text-align: left;
    font-size: 13px !important;
    padding: 5px 22px 5px 11px !important;
    line-height: 1.42857 !important;
    border-radius: 3px !important;
    border-color:#ccc
}

.select2-results__option {
    font-size: 13px !important;
}

@media screen and (max-width: 480px) {

    #commissions-brokers-filter {
        width: 100%;
        justify-content: end;
    }

    .spreads-table > thead > tr > th:first-child {
        width: 330px;
    }
}

@media screen and (max-width: 575px) {
    #quotes-trade-direction > div {
        flex-direction: column;
        justify-content: center;
    }

    .broker-img-name-ol-container > :nth-child(2) {
        max-width: 88px !important;
    }
}

@media screen and (max-width: 1199px) {
    #spreads-controls {
        justify-content: end;
    }

    #commissions-brokers-filter, #spreads-heading {
        padding-left: 10px;
        padding-right: 10px;
    }

    .spreads-table > thead > tr > th:not(:first-child) {
        width: 71px;
    }
}
