
/* these styles overwrites the sphinx-dl-theme styles */

.document {
    padding-top: 30px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}

div.documentwrapper {
    padding-left: 18%;
    padding-right: 18%;
}

div.headerwrapper .header {
    padding-right: 18%;
}

@media screen and (max-width: 2000px) {

    div.documentwrapper {
        padding-left: 5%;
        padding-right: 5%;
    }

    div.headerwrapper .header {
        padding-right: 5%;
    }
}

.doc-modules-list-item {
    width: 24%;
    height: 200px;
}

@media screen and (max-width: 1200px) {
    .doc-modules-list-item {
        width: 32%;
    }
}

@media screen and (max-width: 900px) {
    .doc-modules-list-item {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .doc-modules-list-item {
        width: 100%;
        height: auto;
    }
}

div.error {
    width: 50%;
    background: #fdc9e8;
    padding: 30px;
    margin: 50px auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div.error .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: NHaasGroteskDSStd95Blk, sans-serif;
}