.accordion{
height:100%;
direction:rtl;
cursor:pointer;
}
.accordion h3{
padding:5px;
text-align:center;
border-style:solid;
border-color:white;
border-width:1px;
background-color:#303030;
font-size:20px;
}
.accordion div{
overflow:auto
}