/* Start custom CSS */.toggle-content{
    display:none;
}

.toggle-content.active{
    display:block;
}/* End custom CSS */