/* --------------------------------------------------------------- Announcements */ .lp-announcements { margin-right: 0; .announcement-item { position: relative; border-width: 0; background-color: #fff; &.announcement-new { .announcement-title { /*font-size: 30px; padding: 5px 0;*/ } .announcement-pubdate { color: inherit; /*font-size: 13px;*/ } } .announcement-title { font-size: 22px; font-weight: 200; margin: 7px 0 5px !important; text-transform: uppercase; } .announcement-pubdate { font-size: 11px; line-height: 22px; margin: 0; opacity: 0.6; padding: 0; text-transform: none; } } } #announcements-container { h2 { color: #ddd; float: none; font-size: 22px; font-weight: 100; letter-spacing: 3px; margin: 10px 0 25px; } .dgrid { border-width: 0; .dgrid-row { border-width: 0; } .dgrid-row-odd, .dgrid-row-even { background-color: transparent; } .dgrid-row:hover { background-color: transparent; } } } #welcome-container { padding-top: 10px; h2 { font-size: 48px; font-weight: 100; margin: 10px 0 20px; small { color: inherit; display: block; font-size: 20px; font-weight: 100; opacity: 0.5; } } p { margin-bottom: 5px; } } .no-announcements { margin-left: 15px !important; }