@media only screen and (max-width: 1492px) {
    body .boxad{
        display: none !important;
    }
}

.boxad{
	position: absolute;
    border: 1px solid gray;
}

.boxad-right{
    right: 0;
}

main{
    z-index: 2;
}

.language-tabs{
    display: flex;
    justify-content: space-around;
}

.language-tabs p{
    cursor: pointer;
}

.download_buttons{
    justify-content: center;
    display: flex;
}

.download_buttons > *{
    padding: 8px 15px;
    margin: auto;
    max-width: 220px;
    width: 100%;
    text-align: center;
    color: white;
    cursor: pointer;
}

.ExploitAPI_docs table{
    width: 100%;
}

.ExploitAPI_docs table thead tr td, .doctitle{
    font-weight: 400;
}

.ExploitAPI_docs table tr{
    display: block;
    margin-bottom: 12px;
}

.ExploitAPI_docs table tr:last-of-type{
    margin-bottom: 0;
}

.ExploitAPI_docs table tbody tr td:first-of-type{
    width: 310px;
}

main a{
    color: rgb(52, 152, 219);
}

pre{
    padding-left: 20px;
}

hr{
    border: 0;
    clear: both;
    display: block;
    background-color: gray;
    height: 1px;
    margin: 12px 0;
}

.note{
    color: gray;
    font-style: italic;
}