body.preview-mode{
    margin-top:60px;
}

#preview-bar{
    border-top:1px solid #0d539a;
    width:100%;
    position:fixed;
    bottom:0px;
    background-color:#3399ff;
    color: white;
    text-align: left;
    padding:10px;
}
#preview-bar .preview-title{
    font-size:26px;
}
#preview-bar .preview-btn{
    border:1px solid #0d539a;
    background-color: white;
    color:#0d539a;
    padding:10px;
    border-radius: 5px;
    float:right;
}