.scs_toolbar {
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 1px 2px #aaa;
    border-radius: 4px;
    display: inline-block;
}

/**
 * goog overrides.
 */
.goog-toolbar-button-hover, .goog-toolbar-menu-button-hover {
    cursor: pointer;
}

.goog-toolbar {
    background: #efefef;
    background-image: -moz-linear-gradient(top,#fff,#eee);
    background-image: -o-linear-gradient(top,#fff,#eee);
    background-image: -ms-linear-gradient(top,#fff,#eee);
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
}
