

/* Start:/info/documents/style.css?1739284214553*/
.docs-accordion {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}

.docs-accordion-header {
    background-color: #f7f7f7;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
}
.docs-accordion-header h3 {
    margin: 0;
}

.docs-accordion-header:hover {
    background-color: #e6e6e6;
}

.docs-accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ccc;
    background-color: #fff;
}

.docs-accordion-content p {
    margin: 0;
}
/* End */
/* /info/documents/style.css?1739284214553 */
