#siteviews-box {
    position: fixed  !important;
    padding: 15px  !important;
    left: 15px  !important;
    bottom: 15px  !important;
}
#siteviews-close {
position: relative;
    top: -13px;
    right: -9px;
    line-height: 18px;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    font-family: Arial;
  /*  margin-left: 5px;*/
}
#siteviews-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}
.siteviews-textarea{
    resize: vertical;
}
.popover{
    max-width: 342px !important;
    width: 350px;
}