/* .Zebra_Accordion dd { display: none }
.Zebra_Accordion dt { cursor: pointer } */
.polash_class::before{content:' →  ';}
.polash_class{
    background-color: #0693E3;
    color:white;
    border: 4px,solid,black;
    box-sizing: border-box;
}
.polash_class_expanded::before{content:'↓ '!important;}
.zebra_accordion301{
    background-color: red;
}