.toggle-view {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top:1px solid #d8d8d8;
}
.toggle-view li {
    cursor: pointer;
    position: relative;
    width:100%;
    float:left;
    list-style: none;
    margin:0;
    padding:0;
    background:#f6f6f6;
    border:1px solid #d8d8d8;
    border-top:0
}

.toggle-view h4 {
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding:10px;
    margin: 0;
    transition:background 0.4s ease 0s;
    font-family:'pt_sans_bold';
    text-align:left
}


.toggle-view span {
    color: black;
    font-size: 16px;
    padding-top: 6px;
    position: absolute;
    right: 10px;
    top: 0;
    font-family:'pt_sans_bold';
}
.toggle-view .panel {
    background-color: white;
    display: none;
    padding: 10px;
    width:100%;
    box-sizing:border-box
}

.toggle-view .panel ul{
    border:none;
    width: 100%;
    box-sizing:border-box;
    padding-left: 30px
}
.toggle-view .panel ul li{
    background:none;
    font-size:16px;
    border:none;
    list-style: outside circle;
    margin-bottom: 8px;
    line-height: 25px
}
