
.collapsible .collapsed {
    margin-left: 16px;
}


.collapsible .hidden{
    display: none;
}


.collapsible h1, .collapsible h2, .collapsible h3, .collapsible h4, .collapsible h5, .collapsible h6 {
    padding-left: 16px;
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/tabloid-chic/images/triangle_down.png);
}


.collapsible h5.closed {
    background-image: url(/wp-content/themes/tabloid-chic/images/triangle_right.png);
}