/*global-----------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 22px;
    color: #333;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 25px 45px 25px;
}

h1,
h2 {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #561666;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 20px 0;
}

h1 {

    margin: 20px 0;
}

h2 {
    padding-top: 5px;
    font-size: 18px;
    color: #561666;

}

.header-wrapper {
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
    padding: 0 25px 0 25px;

}

.header {
    text-align: left;
    display: block;
    height: 60px;

    max-width: 960px;
    margin: 10px auto 0;
}

.header img {
    height: 55px;
}


/*content-------------------*/



.ol-fma {
    list-style-type: decimal;
    padding-left: 15px;
    counter-reset: item;
}

.li-fma {
    display: table;
    counter-increment: item;
    padding: 7px 0;
}

li.li-fma:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.ol-fma-alpha {
    list-style-type: lower-alpha;
    padding-left: 15px;
    counter-reset: list;

}

.li-fma-alpha {
    display: table;
    counter-increment: list;
    padding: 0;
}

.li-fma-alpha:before {
    content: "("counter(list, lower-alpha) ")";
    display: table-cell;
    padding-right: 0.6em;
}

.ol-fma-roman {
    list-style-type: lower-roman;
    padding-left: 15px;
    counter-reset: list;
}

.li-fma-roman {
    display: table;
    counter-increment: list;
    padding: 0;
}

.li-fma-roman:before {
    content: "("counter(list, lower-roman) ")";
    display: table-cell;
    padding-right: 0.6em;
}

.li-fma p {
    padding: 10px 0;
}

h2.fma-pp {
    padding-top: 15px;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #561666;
    letter-spacing: 1px;
    margin: 20px 0;
}

.ul-fmapp {
    list-style-type: disc;
    padding-left: 32px;
}
