p {
    margin-bottom: 10px;
    line-height: 30px;
}


.hide {
    display: none;
}

dt {
    font-size: 17px;
    color: #00A1E2;
    margin-bottom: 20px;
    margin-left: 26px;
    cursor: pointer;
}

/* Triangle list item */
dt:before {
    content: "";
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: 21px;
    position: relative;
}

dd {
    padding: 15px 15px 5px 15px;
    background: #FDFCFA;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 30px 0 30px;
    position: relative;
    text-indent: 2em;
}

/* Triangle in definition container */
dd:after, dd:before {
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

dd:after {
    border-color: rgba(136, 183, 213, 0);
    border-color: transparent;
    border-bottom-color: #FDFCFA;
    border-width: 15px;
    margin-left: -15px;
}

dd:before {
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-bottom-color: #F2EEE6;
    border-width: 17px;
    margin-left: -17px;
}