#cns_preview {
    position: fixed;
    /*position: absolute;*/
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 99999;
}

#cns_product_list {
}

.cns_socials {
    float: left;
    display: block;
    width: 12.5em;
    white-space: nowrap;
}

.cns_fb {
}
.cns_twitter {
    position: relative;
    top: 3px;
}