1/*
2Copyright 2018-2019 Rene Rivera
3Distributed under the Boost Software License, Version 1.0.
4(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5*/
6.admonitionblock .icon .title {
7	font-size: 2.5em;
8	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
9}
10.caution .icon .title {
11	color: rgba(192, 51, 0, 1);
12}
13.important .icon .title {
14	color: rgba(192, 0, 0, 1);
15}
16.note .icon .title {
17	color: rgba(26, 64, 128, 1);
18}
19.tip .icon .title {
20	color: rgba(255, 192, 0, 1);
21}
22.warning .icon .title {
23	color: rgba(192, 102, 0, 1);
24}
25p,blockquote,dt,td.content,span.alt {
26    font-size: 1.1rem
27}
28h1, h2, h3, h4, h5, h6 {
29    font-weight: bold;
30}
31h1 {
32    font-size: 2.25em;
33}
34h2 {
35    font-size: 1.5em;
36}
37h3,#toctitle,.sidebarblock>.content>.title {
38    font-size: 1.3em;
39}
40h4, h5 {
41    font-size: 1.2em;
42}
43h6 {
44    font-size: 1.1em;
45}
46