.hide {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
}
.collapse {
        padding: 0 12px 12px 16px;
        background-color:#eee;
}
.clickable {
        background-color:#eee;
        padding-left:8px
}

p.clickable {
        font-weight: bold;
        font-size: 1.375em;
        color: #34a4a1;
}

div#page #content .clickable {
        margin-top:12px;
}
.clickable:hover{
        color:#34a4a1; /* link blue 0088cc */
        cursor:pointer;
        /* text-decoration:underline; */
        background-color:#dedede; /* ddd */
}

.clickable.active {
        color:#34a4a1; /* link blue  0088cc */
        /* text-decoration:underline; */
        background-color:#dedede; /* ddd */
}


.sign{
        margin-right:10px;
        float:right;
}

