.survey-monkey {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #4a90ad;
    border-radius: 3px;
    bottom: 50px;
    box-shadow: 0 0 20px rgba(75, 75, 75, 0.5);
    display: block;
    height: 122px;
    padding: 30px;
    position: fixed;
    right: -600px;
    width: 405px;
    z-index: 2147483647;
}

.survey-monkey, .survey-monkey p, .survey-monkey a {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important
}

.survey-inner {
    position: relative;
}

.survey-inner p {
    color: #4e4e4e;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
}

.survey-inner p.survey-p1 {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 600;
}

.survey-inner p.survey-p2 {
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 16px;
}

.survey-inner p.survey-p3 {
    color: #4a90ad;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.survey-inner p.survey-p3 a {
    color: #4a90ad;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    outline: none;
}

.survey-inner p.survey-p3 a.survey-dismiss,
.survey-inner p.survey-p3 a.survey-dismiss-temp {
    color: #a7a9ac;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 2rem;
}

.survey-inner img#survey-icon {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    width: 54px;
}

.survey-close {
    position: absolute;
    right: -38px;
    top: -32px;
    border-radius: 17px;
    padding: 0;
    width: 26px;
    height: 26px;
    margin: 0;
}

.survey-close img {
    width: 50%;
    height: 50%;
}

@media only screen and (max-width: 641px){
    .survey-monkey {
        max-width: 300px;
        margin: 0 10px;
        padding: 20px 20px 20px 15px;
    }

    .survey-close {
        position: absolute;
        top: -18px;
        right: -23px;
    }

}