/*===========================================
Past Events
===========================================*/
#pageHeader .pageTitle{
    font-size:30px;
}
/*-------------------------------------------
Event Detail
-------------------------------------------*/
.eventDetail{
    border-collapse:collapse;
}
    .eventDetail thead th{
        padding:10px;
        background-color:#cbf1ff;
        text-align:left;
        color:#111;
        font-weight:400;
    }
        .eventDetail thead th strong{
            
        }
        .eventDetail thead th p{
            margin:0;
            float:right;
            text-align:right;
            font-size:16px;
        }
    .eventDetail tbody th, .eventDetail tbody td{
        padding:5px;
        border-bottom:1px solid #ddd;
    }
    .eventDetail tbody th{
        width:15%;
        background-color:#f5f5f5;
        border-color:#ddd;
        color:#111;
        font-size:16px;
    }
    .eventDetail tbody td{
        vertical-align:middle;
        line-height:1.2;
        font-size:16px;
    }
    .eventDetail tbody td:nth-child(2){
        width:90px;
        padding-right:20px;
    }
        .eventDetail tbody td figure{
            margin:0;
            width:90px;
            overflow:hidden;
        }
            .eventDetail tbody td figure img{
                width:100%;
            }
        .eventDetail tbody td strong{
            color:#333;
        }
        .eventDetail tbody td em{
            color:#666;
        }