.card {
    border: 1px solid #4aa6b3;
    border-radius: 4px;
    margin-bottom: 4px;
}
.card-header {
    background-color: #4aa6b3;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}
.card-header section > div {
    padding: 5px 8px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}
.card-header section > div.collapsed {
    color: #ffffff;
}
.card-header section > div:not(.collapsed) {
    color: #ffffff;
    border-bottom: 0;
    font-weight: 600;
}
.card-header section > div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5px;
}
.card-header section > div .icons svg {
    width: 18px;
}
.card .card-body p {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 13px;
}
.card .card-body p:not(:last-child) {
    margin-bottom: 10px;
}
.card .card-body ul {
    margin-bottom: 0;
}
.card .card-body ul li {
    font-size: 12px;
    letter-spacing: 1px;
}
.card .card-body ul li:not(:last-child) {
    margin-bottom: 5px;
}
.card .card-body ul li a {
    color: #3b3f5c;
    font-size: 13px;
    font-weight: 600;
}
.card .card-body ul li a:hover {
    color: #1b55e2;
}
