.grayShadow, .fbTopBar, .buttonBar div:last-child { /*, .buttonBar div:nth-child(2) {*/
    display: none !important;
}
.fbToolBar {
    width: 132px !important;
}

.rightShadow, .leftShadow {
    opacity: 0.15 !important;
}
.backbtn {
    opacity: 0.85;
    display: block;
    width: 200px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1000;
    text-align: center;
    border: 1px solid #b3315b;
    color: white;
    background: #99143f;
    text-decoration: none;
    margin-left: -100px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}
.backbtn:hover {
    text-decoration: none;
    border-color: #ba446a;
    background: #a22950;
}