/* This is a workaround for .media:first-child of bootstrap_limitless.css will not work because of picasso tags. */
.media-list>.media:first-of-type{
margin-top:0;
}
/* This is a workaround for .dropdown-content-header:not([class*=bg-])+.dropdown-content-body of bootstrap_limitless.css will not work because of picasso tags. */