.events-invite-modal-body .rejected,
.events-modal-body .rejected{
    color: #f36a6a;
    margin-top: 15px;
}
.events-list .btn-delete{
    height: 20px !important;
    line-height: 20px !important;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 12px;
}
.events-invite-modal-body ul.hosts li{
    min-height: 55px !important;
}
.events-invite-modal-body ul.hosts li .img{
    width: 55px !important;
    height: 55px !important;
}
.events-invite-modal-body ul.hosts li .u-data .fs_12{
    width: 230px !important;
}
.events-invite-modal-body .invited-members{
    margin-top: 20px;
    font-size: 18px;
    border-bottom: solid 1px #cdc7d4;
    margin-bottom: 10px;
}
.events-comment-title{
    border-bottom: solid 1px #cdc7d4;
}
.events-comment-title:after{
    margin-top: 6px;
    margin-bottom: -1px;
    width: 70px;
    height: 3px;
    background: #4b0082;
    display: block;
    content: '';
}
.event-index-upcoming-block{
    border: solid 1px #cdc7d4;
}
.event-index-upcoming-block .ll{
    float: left;
    width: 80px;
    height: 80px;
    background: #4b0082;
    color: white;
    text-align: center;
}
.event-index-upcoming-block .rr{
    overflow: hidden;
    height: 80px;
    background: white;
}
.event-index-upcoming-block .rr .title a{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #181818;
    text-decoration: none;
}
.event-index-upcoming-block .rr .title a:hover{
    text-decoration: underline;
}
.event-index-upcoming-block .rr .desc{
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.3px;
}
.event-pp-date-area{
    width: 100%;
    border-bottom: solid 1px #f36a6a;
    border-right: solid 1px #dbdddf;
    background: white;
}
.event-pp-date-area .l{
    float: left;
    height: 80px;
    width: 80px;
    background: white;
    border: solid 1px #f36a6a;
    border-bottom: 0;
    position: relative;
}
.event-pp-date-area .l .year{
    position: absolute;
    font-size: 9px;
    right: 1px;
    top: 30px;
    color: #888888;
}
.event-pp-date-area .l .month{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #f36a6a;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.event-pp-date-area .l .day{
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    color: #181818;
    font-weight: 600;
}
.event-pp-date-area .l .hour{
    text-align: center;
    font-size: 11px;
    color: #444444;
}
.event-pp-date-area .r{
    float: left;
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    color: #181818;
    font-weight: bold;
    padding-left: 10px;
    width: 82%;
}
.event-cover-bg{
    text-align: center;
    background-image: linear-gradient(#cdc7d4, #ebecee);
}
.event-page{
    width: 100%;
    margin-top: 10px;
}
.event-page .invite-to-event{
    line-height: 25px !important;
    font-size: 14px !important;
}
.event-page-left{
    float: left;
    width: 72%;
}
.event-page-left-b{
    background: white;
    width: 100%;
    margin-bottom: 20px;
}
.event-page-left-inner{
    padding: 10px 20px 20px 20px;
}
.event-page-right{
    float: right;
    width: 26%;
}
.event-page-right-b{
    width: 100%;
    background: white;
    margin-bottom: 10px;
}
.event-page-right-inner{
    padding: 10px;
}
.event-page-right-title{
    border-bottom: solid 1px #cdc7d4;
}
.event-page-right-title:after{
    margin-top: 10px;
    margin-bottom: -1px;
    width: 70px;
    height: 3px;
    background: #4b0082;
    display: block;
    content: '';
}
.event-page-right-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.event-page-right-list ul li{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.event-page-right-list ul li:first-child{
    margin-top: 20px;
}
.event-page-right-list ul li:last-child{
    margin-bottom: 0;
}
.event-page-right-b .side-block-main{
    padding-top: 10px;
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}
.event-page-left-b .event-url a{
    color: #3498db;
    text-decoration: underline;
    font-size: 16px;
}
.event-page-left-b .event-url a:hover{
    text-decoration: none;
}
.event-page-right .btn-follow{
    height: 20px !important;
    line-height: 20px !important;
    background-position: 12px 3px;
    padding-right: 15px !important;
    margin-top: 10px !important;
}