﻿.docs .card-content h2, .docs .card-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.15em;
    color: #20607F;
}

.docs pre {
    display: block;
    padding: 25px 15px;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f0fff7;
    border: 1px solid #BAD8E5;
    border-radius: 0px;
}
