

.twocol p:First-Child { margin-top: 0; }
.twocol h3:First-Child { margin-top: 0; }

.twocol{
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-top:20px;
}

.arr::before {
  content: "▼";
}

.arr_active::before {
  content: "▲";
}

.mmftext{
    visibility:hidden;
    overflow:hidden;
    height:0px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    margin-top:-1px;
    background-color:#FFFFFF;
    padding:15px;
    padding-top:0px;
}

.mmfheader,.mmfheader_active{
    border:1px solid #000000;
    /*height:40px;*/
    overflow:hidden;
    padding-left:20px;
    cursor:pointer;
}
.mmfheader_active{
    border-bottom:none;
}

.mmfheader h1{
margin:0px;
}