
/* general style sheet overrides */

body {
    background-color: #dff6df;
}
#mw-page-base {
    background-image: linear-gradient( #ffffff 50%, #dff6df 100%);
}
.mw-wiki-logo {
    margin-top: -30px;
}

#mw-panel .portal h3 {
    font-size: 12pt;
    font-weight: bold;
}

/* styles for the Meetup events */

.event-block {
    display: table;
    margin-bottom: 1em;
}

.event-cal,
.event-info {
    display: table-cell;
    vertical-align: top;
}

.event-cal {
    padding-top: 6px;
}

.event-date {
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    white-space: nowrap !important;
    font-size: 10pt;
    line-height: 1.6;
    padding-top: 4px;
}
.event-name h3 {
    color: #006600;
    margin: 0;
    padding: 0;
}
.event-name h3 a {
    color: #006600;
    text-decoration: none;
}

.event-short-descr {
    line-height: 1.2;
}
.event-short-descr a.more {
    color: #006600;
    text-decoration: none;
}

.event-cal-page {
    width: 60px;
    margin: 0 10px 0 0;
}
.event-cal-month {
    border: solid #006600 1px;
    border-radius: 5px 5px 0 0;
    background-color: #006600;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 11pt;
    padding: 2px 0;
}

.event-cal-daynum {
    border: solid #006600 1px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    font-size: 20pt;
    padding: 4px 0;
}

.event-cal-time {
    border: solid #006600 2px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 0.8em 0;
}
