/* YOUR CUSTOM STYLES */


.info-wrapper {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 2rem;
}

.float-left {
    float: left;
}

ul .ul-disc {
    display: block;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

li .ul-disc {
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 500;
}

h6, .h6 {
    color: blueviolet;
    text-decoration: underline;
}

h5, .h5 {
    color: blueviolet;
    font-style: italic;
}

dd {
    padding-left: 40px;
}