.open .card-body > ul {
            list-style: none;
        }
.open .card-body > ul> li {
            
            border-bottom: 1px solid #eeeeee;
			padding:1.2em 0;
        }
.open .card-body>ul>li:first-child {
            border-top: 1px solid #eeeeee;
			margin-top:1em;
        }
