.momo_price_alert,
.momo_volume_alert,
.momo_vwap_alerts,
.momo_watchlist_alert {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.momo_price_alert table,
.momo_volume_alert table,
.momo_vwap_alerts table,
.momo_watchlist_alert table {
    border-collapse: separate;
    background: #ffffff;
    border-radius: 6px;
    margin: 10px auto;
    box-shadow: 0px 0px 0.8px rgba(0, 0, 0, 0.13), 0px 2px 10px rgba(0, 0, 0, 0.08);
    border:#D1D1D1;
}

.momo_price_alert thead,
.momo_volume_alert thead,
.momo_vwap_alerts thead,
.momo_watchlist_alert thead {
    border-radius: 6px;
}

.momo_price_alert thead th,
.momo_volume_alert thead th,
.momo_vwap_alerts thead th,
.momo_watchlist_alert thead th {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px;


    &:first-child {
        border-top-left-radius: 5px;
    }

    &:last-child {
        border-top-right-radius: 5px;
    }
}

.momo_price_alert tbody tr td,
.momo_volume_alert tbody tr td,
.momo_vwap_alerts tbody tr td,
.momo_watchlist_alert tbody tr td {
    font-family: "Inter", Sans-Serif;
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #000000;

}

.momo_price_alert tbody tr:nth-child(2n),
.momo_volume_alert tbody tr:nth-child(2n),
.momo_vwap_alerts tbody tr:nth-child(2n),
.momo_watchlist_alert tbody tr:nth-child(2nd) {
    background: #f0f3f5;
}

.momo_price_alert tbody tr:last-child td,
.momo_volume_alert tbody tr:last-child td,
.momo_vwap_alerts tbody tr:last-child td,
.momo_watchlist_alert tbody tr:last-child td {
    border-bottom: none;

    &:first-child {
        border-bottom-left-radius: 6px;
    }

    &:last-child {
        border-bottom-right-radius: 6px;
    }
}

.momo_price_alert tbody:hover>tr td,
.momo_volume_alert tbody:hover>tr td,
.momo_vwap_alerts tbody:hover>tr td,
.momo_watchlist_alert tbody:hover>tr td {
    opacity: 0.5;
    color: transparent;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

.momo_price_alert tbody:hover>tr:hover td,
.momo_volume_alert tbody:hover>tr:hover td,
.momo_vwap_alerts tbody:hover>tr:hover td,
.momo_watchlist_alert tbody:hover>tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    opacity: 1.0;
}