.request .row {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.request .columns {
    margin-bottom: 1em;
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

.request .request-input-field {
    width: 90%;
}

.request button, .request .button {
    border: 1px solid black;
    padding: .25em;
}

.request .btn-success {
    background-color: rgb(36, 168, 35);
}

.request .btn-warning {
    background-color: rgb(180, 122, 57);
}

.request .licence-info {
    font-size: .8em;
}

.request .prettyprint {
    font-size: .9em;
}
.request .download {
    border-radius: 3px;
    border: 1px solid black;
    color: black;
}
.hidden {
    display: none;
}

@media screen and (min-width: 40rem) {
    .request .request-input-field {
        width: 100%;
    }
    .request .columns {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
    .request .medium-6 {
        width: 45%;
    }
    .request.row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}