

 .primary-btn {
    margin-top: 40px;
}

 .tab-content .table {
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
 .tab-content .table thead {
    background-color: #dc3545;
    color: #fff;
    font-size: 20px;
}
 .tab-content .table thead tr th {
    padding: 20px;
    border: 0;
}
 .tab-content .table tbody {
    background: #fff;
}
 .tab-content .table tbody tr.inner-box {
    border-bottom: 1px solid #dee2e6;
}
 .tab-content .table tbody tr th {
    border: 0;
    padding: 30px 20px;
    vertical-align: middle;
}
 .tab-content .table tbody tr th .event-date {
    color: #252525;
    text-align: center;
}
 .tab-content .table tbody tr th .event-date span {
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
}
 .tab-content .table tbody tr td {
    padding: 30px 20px;
    vertical-align: middle;
}
 .tab-content .table tbody tr td .r-no span {
    color: #252525;
}
 .tab-content .table tbody tr td .event-wrap h3 {
    font-size: 20px;
    line-height: 20px;
    color: #cf057c;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .tab-content .table tbody tr td .event-wrap h3:hover {
    cursor: pointer;
    color: #cf057c;
}
 .tab-content .table tbody tr td .event-wrap .categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
}
 .tab-content .table tbody tr td .event-wrap .categories a {
    color: #252525;
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .tab-content .table tbody tr td .event-wrap .categories a:before {
    content: "\f07b";
    font-family: fontawesome;
    padding-right: 5px;
}
 .tab-content .table tbody tr td .event-wrap .time span {
    color: #252525;
}
 .tab-content .table tbody tr td .event-wrap .organizers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0;
}
 .tab-content .table tbody tr td .event-wrap .organizers a {
    color: #4125dd;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
 .tab-content .table tbody tr td .event-wrap .organizers a:hover {
    color: #cf057c;
}
 .tab-content .table tbody tr td .event-wrap .organizers a:before {
    content: "\f007";
    font-family: fontawesome;
    padding-right: 5px;
}
 .tab-content .table tbody tr td .primary-btn {
    margin-top: 0;
    text-align: center;
}
 .tab-content .table tbody tr td .event-img img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}