1.fr-text-gray {
2 color: #AAA !important;
3}
4.fr-text-red {
5 color: #F44336 !important;
6}
7.fr-text-blue {
8 color: #2196F3 !important;
9}
10.fr-text-green {
11 color: #4CAF50 !important;
12}
13.fr-text-bordered {
14 border-top: solid 1px #222;
15 border-bottom: solid 1px #222;
16 padding: 10px 0;
17}
18.fr-text-spaced {
19 letter-spacing: 1px;
20}
21.fr-text-uppercase {
22 text-transform: uppercase;
23}
24
25img.fr-dib {
26 margin: 5px auto;
27 display: block;
28 float: none;
29 vertical-align: top;
30}
31img.fr-dib.fr-fil {
32 margin-left: 0;
33}
34img.fr-dib.fr-fir {
35 margin-right: 0;
36}
37img.fr-dii {
38 display: inline-block;
39 float: none;
40 vertical-align: bottom;
...
</html>