@charset "UTF-8";

.mod-text a {
    color: #FFC300;
    white-space: nowrap;
}

.mod-text a:before {
    display: inline-block;
    width: 1.1em;
    font-family: "FontAwesome";
    text-align: center;
    content: "\f101";
}

.mod-text a:hover {
    text-decoration: underline;
}

.mod-text p {
    text-align: justify;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
}


.mod-text ol,
.mod-text ul {
    text-align: justify;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3em;
}

.mod-text h1,
.mod-text h2,
.mod-text h3,
.mod-text h4,
.mod-text h5,
.mod-text h6 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}