#tcm-flyout-expanded a, #tcm-flyout-expanded img {
    border: 0;
}
#tcm-flyout-expanded a, #tcm-flyout-expanded img {
    border: 0;
}

#tcm-flyout-expanded {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
    position: absolute;
    right: 0;
    background-color: #fff;
      width: 440px;
    height: 400px;
}

#tcm-flyout-expanded .icon-arrowdown {
    font-size: 25px;
    position: relative;
    left:319px;
    top: 20px;
}

#tcm-flyout-expanded .icon-arrowdown:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #000000 transparent transparent transparent;
}

#tcm-flyout-expanded .cvr {
    position: absolute;
    top: 60px;
    left: 15px;
    
}

#tcm-flyout-expanded .subscribe_btn_1 {
    position: absolute;
    top: 118px;
    right: 46px;
}

#tcm-flyout-expanded .btn1 {
    position: absolute;
    top: 205px;
    right: 27px;
}

#tcm-flyout-expanded .btn2 {
    position: absolute;
    top: 256px;
    right:27px;
}
