The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.ViperSubToolbar-wrapper {
    height: 34px;
    left: 0;
    position: fixed;
    top: 60px;
    z-index: 997;
    left: 50%;
}

.expandable {
    -moz-transition-property: margin-left, margin-right;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -webkit-transition-property: margin-left, margin-right;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    z-index: 2;
}