/* Minification failed. Returning unminified contents.
(27,1): run-time error CSS1019: Unexpected token, found '{'
(28,17): run-time error CSS1030: Expected identifier, found ' '
(28,18): run-time error CSS1031: Expected selector, found '18px'
(28,18): run-time error CSS1025: Expected comma or open brace, found '18px'
(29,1): run-time error CSS1019: Unexpected token, found '}'
 */
h1 {
    font-size: 18px;
    color: #c60;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 7px;
}

hr {
    display: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    color: #c60;
    margin-bottom: 14px;
    margin-top: 0;
    padding-top: 7px;
}

{
    line-height: 18px;
}

ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul li {
    list-style: disc none;
    color: #c60;
    padding-top: 3px;
}

ul li span {
    color: #333;
}

