﻿.widget-content-contact-list {

}
    .widget-content-contact-list .contact-name {
        font-size: 1.2rem;
        font-weight: bold;
        background-color: lightgrey;
        border-radius: .25rem;
    }
    .widget-content-contact-list .contact-type {
        font-weight: bold;
    }
    .widget-content-contact-list .section-container {
        padding-left: .25rem;
    }
    .widget-content-contact-list hr {
        margin-bottom: .75rem;
    }
    .widget-content-contact-list .content-contact-item p {
        margin-bottom: 0;
    }
    .widget-content-contact-list .content-contact-item a {
        display: inline-block; /* removes unnecessary clickable whitespace */
        word-break: break-word;
    }

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {

}

/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (max-width: 767px) {
}

/* md */
@media only screen and (max-width: 991px) {
}

/* lg */
@media only screen and (max-width: 1199px) {
}

/* xl */
@media only screen and (max-width: 1399px) {
}