/* site-specific styles */

ul.no-bullet {
    padding-left: 0;
    list-style: none
}
ul.no-bullet > li {
    list-style: none
}
ul.no-bullet-w-indent {
    list-style: none
}
 .sect-details dl {
     display: flex;
     flex-wrap: wrap
}
 .sect-details dt {
     flex: 0 0 25%
}
 .sect-details dd {
     flex: 0 0 75%
}