.accordion{cursor:pointer;background-color:var(--color-background-header);border:1px solid #e3e3ea;box-shadow:0 2px 3px 0 rgba(9,17,30,.1);padding:10px;transition:.4s;margin-bottom:10px;margin-left:13px;margin-right:17px}.active,.accordion:hover{background:var(--background-current-link)}.active{margin-bottom:0}.panel{margin-left:13px;margin-right:17px;padding-left:10px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}@media(max-width: 500px){.accordion,.panel{margin-left:0;margin-right:0}}th{color:#565e71;font-weight:normal;padding-right:20px}
