.c19-small {
    font-size: 0.9em;
}

/* Sidebar block switch to content area
--------------------------------------------- */
@media (min-width: 740px){
.show-mobile {
display: none;
}
}

@media (max-width: 739px){
.hide-mobile {
display: none;
}
}

#region-content .show-mobile {
padding: 2em 8%;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #ddd;
border-top: 4px solid #222;
margin-top: 2em;
font-size: 1.1em;
}

#region-content .show-mobile h2 {
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0.5em;
}

#region-content .show-mobile .block-title:after {
content: "";
display: block;
width: 2em;
margin: 0.75em 0;
border-bottom: 1px solid #ccc;
} 

/* Double Column Links */
.column-links {
-webkit-columns: 260px 2;
   -moz-columns: 260px 2;
        columns: 260px 2;
-webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.column-links p {
margin-bottom: 0;
padding: 0.25em 0;
border-bottom: 1px solid #ddd;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid; 
               break-inside: avoid;
}
