.upcoming-events {
    margin-top: 12px;
    text-align:center;
}
.upcoming-events h3 {
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    font-weight: 400;
    color:#2f2f2f;
    margin-top: 5px;
}
.upcoming-events h4 {
    font-family: 'Open Sans', 'sans-serif';
    font-size:16px;
    font-weight:300;
    color:#2f2f2f;
}
.upcoming-events p {
    font-family: 'Open Sans', 'sans-serif';
    font-size:13px;
    font-weight:300;
    margin-top: 16px;
    line-height: 23px;
    color:#666666;
}

.upcoming-events a,
.upcoming-events a:hover,
.upcoming-events a:active,
.upcoming-events a:focus,
.upcoming-events-title > a,
.upcoming-events-title > a:hover,
.upcoming-events-title > a:active,
.upcoming-events-title > a:focus {
    text-decoration: none !important;
}

.upcoming-events a:hover h3,
.upcoming-events-title:hover h3,
.upcoming-events-title:hover h4,
.upcoming-events-statistics .users:hover,
.upcoming-events-statistics .users:hover h3,
.upcoming-events-statistics .users:hover h4 {
    cursor: pointer;
    color: #357ebd;
}

.upcoming-events-statistics .inline-title {
    display: inline-block;
    margin-bottom: 5px;
}

.upcoming-events-statistics .middle {
    margin-right: 15px;
    margin-left: 15px;
}

.upcoming-events-statistics .sub-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.event-list-buttons {
    text-align: center;
}

.event-list-buttons li {
    box-shadow: 0px 2px 0px 0px #179abf;
    background: #1fcdff;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    display: inline-block;
    margin-left: -1px;
    margin-right: -1px;
}

.event-list-buttons li.first {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.event-list-buttons li.last {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.event-list-buttons li a {
    font-size: 14px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.event-list-buttons li:hover,
.event-list-buttons li.active {
    background: #2f2f2f;
    box-shadow: 0px 2px 0px 0px #000;
    cursor: pointer;
}


