.automatpng {
    max-width: 1050px;
    width: 100%;
}

.automatpng p {
    max-width: 1050px;
    width: 100%;
}

.automatpng img {
    max-width: 1050px;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background-color: rgba(255,255,255,.05);
}

div.docs-section h2 {
    font-size: 2rem;
}

h4.api_method {
    padding-top: 15px;
}

h6.api_method_header {
    color: #ccc;
    font-weight: 100;
    margin-bottom: 0px;
}

div.docs-section p code {
    font-size: 1.1em;
    padding-left: 2px;
    padding-right: 2px;
    color: #B792CC;
}

div.docs-section h3 {
    margin-top: -60px;
    padding-top: 60px;
}