.widget { @include typecsset-font-size(15px); @include typecsset-space(padding-top,0.75); @include typecsset-space(padding-bottom,1.5); border-top: 4px solid $color_border; margin-top: 0; .widget-title, .widgettitle { @include typecsset-font-size(16px); @include typecsset-space(margin-bottom,0.5); color: $color__darknavy; letter-spacing: 2px; font-family: $font__main; font-weight: 600; text-transform: uppercase; } a, a:visited { color: $color__light-blue; border-bottom: 0; } a:hover, a:focus, a:active { color: $color__link-hover; } /* Make sure select elements fit in widgets. */ select { max-width: 100%; } ul, ol { padding-left: 0; margin-bottom: 0; li { border-top: 1px solid $color_border; padding: .49219em 0; } } ul { list-style-type: circle; list-style-position: inside; } }