.myBtn {
    position: relative;
}

.myBtn .wish-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 5px 10px;
    border-top: 4px solid #FFD700;
}

.myBtn .wish-container > div > div:first-child {
    max-height: 16px;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.myBtn .wish-container > div > div:last-child {
    font-size: 9px;
    text-align: right;
    color: #555555;
}

.myBtn .wish-container:hover {
    cursor: pointer;
}

.modal-wish-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px 15px;
    border-top: 6px solid #FFD700;
}

.modal-wish-container > div > div:first-child {
    font-size: 18px;
}

.modal-wish-container > div > div:last-child {
    font-size: 14px;
    text-align: right;
    color: #555555;
}