.news-items {
    -webkit-padding-start: 0px !important;
    margin: 1em 0 0 0 !important;
}

.upcoming-items {
    -webkit-padding-start: 0px !important;
    margin: 1em 0 0 0 !important;
}

.upcoming-items li {
    display: block;
    padding: 0 .5em 0 .8em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC;
}

.news-items li {
    display: block;
    padding: 0 .8em 0 .8em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC;
}

.news-item-row {
    display: flex;
}

.news-item-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.50) !important;
    text-align: center;
}

.news-edit-icon {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    color: rgba(0, 0, 0, 0.50) !important;
    padding-right: 10px;
    cursor: default;
}

.news-item-icon > i {
    font-size:40px;
    max-width: 40px;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #666369 !important;
}

.news-item-date {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: left;
}

.upcoming-item-date {
    margin-bottom: 0;
    color: #777;
    font-size: smaller;
    text-decoration: underline;
    margin-bottom: 4px !important
}

.news-item-day {
    display: block;
    margin-bottom: -.35em;
    font-size: 30px;
    color: #888;
    margin-left: -1px;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
    font-size: smaller;
}

.news-item-month {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #888;
}

#recentNewsSliderContainer .news-item-actions,
#upcomingEventsSliderContainer .news-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

#recentNewsUpdatePanel .materialize-textarea {
    min-height: 5em;
}

#recentNewsUpdatePanel .center {
    min-height: 4em;
}

#recentNewsSliderContainer .row,
#upcomingEventsSliderContainer .row {
    margin-bottom: 0px;
}