﻿/* Custom GC Styles */

/* Landing Page Text (more airy, what we usually use on programs' main page) */
.landingtext {
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}
/* Right Column Plain Text (to be used in HTML widgets, matching the font of the right widgets) */
.rightplaintext {
font-size: 93%;
line-height: 1.5em;
}

/* Right Column List (to match style of news/event widgets) 
.rightlist ul li {
font-size: 93%;
line-height: 1.5em;
border-bottom: 1px solid white;
padding-bottom: 5px;
padding-top: 5px;
}
*/