﻿/*******************************************************************************************
CSS Framework based on SMACSS
Theme rules are similar to state rules in that they describe
how modules or layouts might look. Most sites don’t require a layer
of theming but it is good to be aware of it.
*******************************************************************************************/

.background-light {
    background-color:#e9e9e9;
    border: solid 1px #c8cac9;
    padding:8px;
}

.primary-title {
    font-size:24px;
    color:gray;
    padding-bottom:10px;
}
.secondary-title {
    font-size: 16px;
    color:gray;
}
