

@mixin mb2_element_header ()
{
    background-color: lighten($color_gray2,2%);
    //background-image: url([[pix:theme|svg/strip1_black8]]);
    border: solid 1px rgba(0,0,0,.01);
    @include mb2_border_radius(.15rem);
}
