﻿
.text-collapsible { }

.text-collapsible-title {
    background-color: #f6f6f6;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px;
}

.text-collapsible-title span { border-bottom: none; }

.text-collapsible-content {
    background-color: #f6f6f6;
    border-bottom: none;
    padding: 5px 5px 5px 1.6em;
}

.text-collapsible-readclose {
    color: #999;
    font-size: 80%;
    font-weight: normal;
}

.text-collapsible-title.text-collapsible-collapsed {
    background-color: transparent;
    font-weight: 400;
    margin-bottom: 12px;
}

.text-collapsible-title.text-collapsible-collapsed span { border-bottom: 1px dotted #999; }

.text-collapsible-title.text-collapsible-collapsed span.glyphicon { border-bottom: none; }
