.socialproof-message {
    position: fixed;
    left: 10px;
    bottom: 10px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
    font-size: 15px;
    color: black;
    font-weight: normal;
    background-color: white;
    z-index: 9999999999999;
}

.socialproof-icon {
    background-size: cover;
    background: url(../img/bell.png) no-repeat center center;
    width: 80px;
    height: 80px;
    float: left;
    margin: 0;
    padding: 0;
}

.socialproof-content {
    /*width: 320px;*/
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: auto;
    max-height: 80%;
    min-height: 60%;
    display: flex;
    align-items: center; /* align vertical */
    background: #fff;
    padding-top: 10px
}

.socialproof-content span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.socialproof-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../img/close.png);
    font-size: 0;
    cursor: pointer;
}

.socialproof-submessage {
    width: auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: auto;
    max-height:20%;
    bottom:0px;
    display: flex;
    background: #fff;
    padding-left: 20px;
    position: relative;
    font-size:11px;
}

@media only screen and (max-width: 600px) {
    .socialproof-message {
        left: 0;
        top: 0;
        height: 80px;
        -webkit-box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 37px -5px rgba(0, 0, 0, 0.6);
        width: 100%;
    }

}

