#green_channel {
    width: 380px;
}

#green_channel  #green_channel_reward {
    background-color: #c50fdf;
}

.reward{
    height: 10vw;
    border: 1.5px dashed #955757;
    margin: 0 10px 0 10px;
    z-index: 99;
}
   
   .popup {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popupimg {
    width: 450px;
    background-color: #f3f8f8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 100%;
    /*margin-left: -80px;*/
}

/* Popup arrow */
.popup .popupimg::after {
    /*content: "";*/
    position: absolute;
    top: 100%;
    left: 11%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
