body, table {
	font-size: 14px;
	line-height: 22px;
}

.accordion__interior button[aria-expanded="false"]:after {
	content: "";
}

.card-body {
	padding: 0;
}

    .fa-6x {
        /* display: none;
        font-size: 5em; */
    }

    .media {
        display: block!important;
    }

    .svg-inline--fa {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }

    .media-body {
        display: inline-block;
        width: 75%;
    }

    .col-3 {
        -ms-flex: 0 0 10%!important;
        flex: 0 0 10%!important;
        max-width: 10%!important;
    }

    .col-9 {
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

.table {
	page-break-inside: avoid;
	page-break-before: avoid;
}

   /* a[href]:after {
        content: " (" attr(href) ")";
      }
    
      abbr[title]:after {
        content: " (" attr(title) ")";
      }
    
      
      .ir a:after,
      a[href^="javascript:"]:after,
      a[href^="#"]:after {
        content: "";
      } */