.widget {
    position: fixed;
    width: 300px;
    top: 0px;
    right: -265px;
    z-index: 9999;
}
.widget-buttons {
    width: 35px;
    float: left;
    padding-top: 225px;
}
.widget-buttons a {
    outline: none;
}
.widget-content {
    float: right;
    background-color: #ffffff;
    width: 265px;
    height: 550px;
}