/** Join panel **/

.startpanel h3 {
    margin-top: 0px;
}

.startpanel .slider-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.startpanel .ui-slider-horizontal {
    height: 15px;
    margin: 11px 0 !important;
}

.startpanel .ui-slider .ui-slider-handle {
    width: 28px;
    height: 28px;
}

.startpanel .ui-slider .ui-slider-range {
    background: #00bcd7;
}

/** Join modal **/

#join-modal .nbt {
    border-top: none;
}

#join-modal td {
    padding: 7px 0;
}

#join-modal .tl {
    font-size: 17px;
}

#join-modal .profit-holder {
    color: #4caf50;
}

#join-modal .amount2d-holder {
    color: #2e6da4;
}

#join-modal .unq-title {
    font-size: 15px;
    margin: 26px 15px 10px 0;
    text-transform: uppercase;
}

#join-modal .wallet-holder {
    background: #4caf50;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

td {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



