#postman-how-to-send-rq-content .content figure {
    margin-left: 0;
}

#postmanSendButton {
    background-color: rgb(54, 121, 229);
    color: white;
}

#postmanSendButtonMessage {
    margin-left: 1em;
    color: rgb(54, 121, 229);
    font-weight: bold;
    display: none;
}

.card {
    height: 100%;
}

.box {
    margin-top: 1vw;
}

.column.is-two-thirds {
    flex: 4;
}

.column {
    flex: 1;
}

#\#console-style > pre {
    background-color: #2e2e2e;
    color: white;
    font-size: 20px;
    font-family: monospace;
    padding-left: 40px;
    border-radius: 0;
}
