#vtc-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;
    background:#B6EAB2;
    color:#000;
    border-radius:10px;
    padding:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    z-index:99999;
    max-width: 340px;
}
#vtc-popup img { width:70px; margin-right:10px; float:left; }
#vtc-popup p { font-size:16px; margin:0; }
