/* GENERAL WRAPPER */
.gtm-event-viewer {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* LONG MODE */
.gtm-long-title {
    margin: 0 0 4px;
}
.gtm-long-excerpt {
    margin-top: 6px;
}

/* SHORT MODE */
.gtm-short-title {
    font-weight: bold;
    margin-bottom: 2px;
}
.gtm-short-title a {
    text-decoration: none;
}
.gtm-short-text {
    font-size: 14px;
    color: #444;
}
.gtm-date-short {
    font-weight: bold;
}

/* RSS MODE */
.gtm-rss-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 6px;
}
.gtm-rss-title {
    font-weight: bold;
    margin-bottom: 2px;
}
.gtm-rss-title a {
    text-decoration: none;
}
.gtm-rss-text {
    font-size: 14px;
    color: #444;
}

/* MONTH MODE */
.gtm-month-view {
    width: 100%;
}
.gtm-month-header {
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.gtm-month-row {
    display: flex;
    margin-bottom: 6px;
}
.gtm-month-day {
    width: 33%;
    background: #d3d3d3;
    padding: 6px;
    font-size: 16px;
    text-align: center;
}
.gtm-month-title {
    width: 67%;
    padding: 6px;
}
.gtm-month-title a {
    text-decoration: none;
    font-weight: bold;
}
