
.box .header{
    border-bottom: 2px solid #ccc;
    padding: 2px 0px;
    min-height: 32px;
    line-height: 32px;
    display: flex;
}
.box .header a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 100%;
}

.body-toggle {
    display:none;
    padding: 5px 5px 5px 15px;
    text-align: justify;
}

.sub-body-toggle{
    display:none;
    padding: 5px 3px 5px 15px;
    text-align: justify;
}
div.body-toggle.toggle-show{display: block !important;}
.button .span{
    position: absolute;
    right: 18px;
    line-height: 100%;
}
.sub-button .sub-span{
    right: 18px;
    line-height: 100%;
    float: right;
    margin-top: 10px;
}

.button .positive .bar{
    background: red;
    width: 20px;
    height: 2px;
}

.button .negative .bar{
    background: red;
    width: 20px;
    height: 2px;
}

.button .positive{
    background: url(/img/more.png) no-repeat right center ;
    padding: 12px;
    background-size: 20px;
    margin-top: 5px ;
}

.button .negative {
    background: url(/img/less.png) no-repeat right center !important;
    padding: 12px;
    background-size: 20px !important;
    margin-top: 5px ;
}




.box .sub-header{
    border-bottom: 1px solid #ccc;
    padding: 2px 0px;
    min-height: 32px;
    line-height: 32px;
    display: flex;
}
.box .sub-header a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width:100%;
}
.box .sub-header a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width:100%;
}
.box .sub-header a span.title,
.box .sub-header a >div{
    width: calc(100% - 25px);
    float: left
}

.sub-button .positive:before {
    content : " + ";
    font-size: 20px;
    color: #666;
}

.sub-button .negative:before {
    content : ' - ';
    font-size: 20px;
    color: #666;
}

p{padding: 0px; margin: 0px}
.red{color: red}
.bold{font-weight: bold}

.c-mt-4 {
    margin-top: 4px;
}
