.butterBar {
    position: fixed;
    text-align: center;
    top: 0px;
    z-index: 800;
    right: 0;
    width: 500px;
    height: 150px;
}
.butterBar--center{
    right: 0;
    margin-left: 0px;
}
.butterBar-message {
    border-top: 1px #d8d8d8 solid;
    float: left;
    position: fixed;
    top: 18px;
    z-index: 3;
    border-radius: 5px;
    text-align: left;
    line-height: 22px;
    margin-left: -10px;
    padding-bottom: 80px;
    background-color: white;
    box-shadow: 0 3px 4px rgba(0,0,0,0.25), 0 0 5px rgba(0,0,0,0.35);
    height: auto;
    width: auto;
    color: #1e1e1e;
    padding: 20px 11px 20px 10px;
    right: 8px;
    font-size: 14px;
    text-shadow: 0px 0px 0px #3f3f3f;
}