#center {
    width: 80% !important;
    margin-left: 240px;
    top: 45px;
}
#integrationDocsContainer {
    width: 100%;
    height: 100%;
}
.docs_button {
    padding: 10px;
    border: 2px solid #000;
    position: fixed;
    right: -24px;
    top: 230px;
    transform: rotate(90deg);
    width: 65px;
    text-align: center;
    background-color: #fff;
    font-size: 20px;
}
.docs_button a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    #docsFrame {
        left: -40px !important;
        top: -75px !important;
    }
    #docsFrame.fullscreen #button-close {
        left: auto !important;
        right: 20px !important;
    }
}