/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* Set to NONE? */

.hrblock h2.block-title {
    margin: 0 0.5em;
    padding: 0.5em 0 0.1em;
    border-bottom: 1px solid #BBBBBB;
    font-weight: normal;
}

.hrblock div.content {
    padding-top: 0.8em;
}

.dark h2.block-title {
    color: rgb(242,242,242);
}
