@charset "UTF-8";
/* CSS Document */



#comments .a-container input:checked + label:after {
    border-top: 8px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #222;
    border-left: 6px solid transparent;
    top: 0px;
}
#comments .a-container label:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: 5px;
    top: 8px;
}
#comments .a-content {
    padding: 0px 10px;
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-align: justify;
    /*background: #F5F5F5;*/
    /*display: none;*/
    display: block;
}

#comments .a-content hr {
    display: none;
}

#comments .a-container input:checked ~ .a-content {
    display: block;
}

#comments input[type=checkbox] {
    display: none;
}

#comments .a-container input:checked + label, .a-container label:hover {
    /*background-color: #ddd;*/
    color: #222;
}

#comments ul {
    list-style: none;
    margin-left: -40px;
}
#comments .a-content p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    color: #EB773B;
}
