@import url("font-awesome.min.css");

img[src$="#fullwidth"] {
    width: 100%;
}

img[src$="#desktop"] {
    max-width: 100%;
}

img[src$="#graphic"] {
    width: 160px;
    margin-left: 1em;
}

.users-guide h1,
.users-guide h2,
.learning-article h1,
.learning-article h2,
.blog-post h1,
.blog-post h2
{
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: calc(80px + 1em);
    margin-top: -80px;
}

.users-guide h2,
.learning-article h2,
.blog-post h2
{
    font-weight: bold;
    font-size: 150%;
}

.blog-post pre,
.learning-article pre,
.users-guide pre {
    background-color: #EAEAEA;
    padding: 8px;
    border-radius: 8px;
}

.blog-post table,
.users-guide table {
    display: block;
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
}

.blog-post table tr,
.users-guide table tr {
    border-top: 1px solid #c6cbd1;
}

.blog-post table th,
.users-guide table th {
    font-weight: bold;
}

.blog-post table td,
.blog-post table th,
.users-guide table th,
.users-guide table td {
    border: 1px solid #dfe2e5;
    padding: 6px 12px;
}

.blog-post table tr,
.users-guide table tr {
    background-color: white;
    border-top: 1px solid #c6cbd1;
}

.blog-post table tr:nth-child(2n),
.users-guide table tr:nth-child(2n) {
    background-color: #f6f8fa;
}

.beorg-toc ul:only-child {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.blog-post {
    line-height: 170%;
}

.blog-post p {
    margin-bottom: 1.5em;
}

.blog-post p:first-child {
    margin-top: 2em;
}

.blog-post li {
    margin-bottom: 0.5em;
}

.blog-post ul {
    margin-bottom: 2em;
}

.blog-post blockquote,
.learning-article blockquote {
    border-left: 2px solid #082659;
    font-size: 90%;
    padding-left: 1em;
}
