h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #007dbe;
    font-size: 65%;
}

h1 {
    font-size: 18px;
    color: #007dbe;
    text-transform: uppercase;
    line-height: 24px;
    margin: 20px 0 10px 0;
}

h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 6px 0 6px 0;
    color: #555555;
    text-transform: uppercase;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 11px 0 10px 0;
    color: #555555;
}

h4 {
    font-size: 14px;
    margin: 11px 0 10px 0;
    color: #555555;
    text-transform: uppercase;
}

h5 {
    font-size: 13px;
    margin: 11px 0 10px 0;
    color: #555555;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    margin-bottom: 5px;
}

p {
    /* font-size: 12px; */
    line-height: 22px;
    padding: 0 0 9px 0;
}

a {
    color: #007dbe;
}

a,
a:visited {
    text-decoration: underline;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    outline: none;
}

a:visited {
    outline: none;
}

a:hover,
a:focus {
    color: #555555;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

pre {
    background: #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

pre,
code {
    color: #000;
    font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
    overflow: hidden;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 20px;
}

q {
    quotes: "«" "»";
    font-style: italic;
}

q q {
    quotes: "„" "“";
    font-style: italic;
}

blockquote {
    font-style: italic;
    text-align: left;
    border-left: 3px solid #e0e2e3;
    padding: 0 0 0 14px;
    margin-bottom: 40px;
    color: #131313;
    font-size: 16px;
}

blockquote q {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
}

blockquote p {
    color: #131313;
    padding-bottom: 0;
}

blockquote cite {
    color: #666d71;
}

abbr {
    border-bottom: thin dashed;
    cursor: help;
    font-style: italic;
}

i {
    font-style: oblique;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 36px 0;
    border: 1px solid #ccc;
    margin-top: 22px;
}

table caption {
    font-weight: bold;
    padding: 0;
    text-align: left;
    font-weight: bold;
}

table thead tr td {
    font-weight: bold;
    background: #ccc;
}

th,
td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 4px;
}

th {
    font-size: 12px;
}

td {
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

thead,
tfoot {
    background: #ccc;
}

tr:nth-child(even) td {
    background: #ccc;
}

img {
    border: 0;
}

hr {
    background: #ccc;
    height: 1px;
}

dl {
    padding: 0 0 13px 0;
}

dt {
    font-weight: bold;
    color: #3d3e3f;
    padding: 0 0 7px 0;
}

dd {
    color: #666d71;
    font-size: 12px;
    font-style: normal;
    padding: 0 0 8px 0;
}

ul.bullet {
    padding-left: 16px;
    margin-bottom: 30px;
}

ul.bullet li {
    margin-bottom: 10px;
    line-height: 22px;
}

ol.bullet {
    padding-left: 17px;
    margin-bottom: 30px;
}

ol.bullet li {
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
    padding-left: 15px;
}

ul li {
    line-height: 24px;
    list-style-position: inside;
    list-style-image: url('../img/bullet-icon.png');
}

ol {
    margin-left: 29px;
}

ol li {
    list-style-position: outside;
    line-height: 24px;
    padding-bottom: 7px;
}
