Currently utilizing JQuery's accordion feature, I have included the below CSS code in my file to add a border around the content panel:
.ui-accordion-content {
border:1px solid;
border-color:#9db0bf;
}
Even after testing it on Chrome, Firefox, and IE, the applied border is not rendering correctly. Here is how it appears: