.chrome_controls_wrapper {
    background-color: #fff;
    padding-top: 4px;
    position: relative;
    z-index: 1000;
}
.chrome_controls.hide, .chrome_controls.show {
    display: block;
    height: auto;
    width: auto;
}
.chrome_controls {
    display: none;
    margin: 0 auto;
    min-height: 16px;
    width: 948px !important;
    text-align: left;
}
.chrome_controls.hide .chrome_show, .chrome_controls.show .chrome_hide {
    display: none;
}
.chrome_controls a {
    color: #8294aa;
    font-size: 11px;
    text-decoration: none;
}
.chrome_controls.hide .chrome_hide, .chrome_controls.show .chrome_show {
    display: inline;
}