body {
    font-size: 15px;
    background-color: #767676;
}

/*************************************************************
    layout
*************************************************************/
#event_wrap {
    width: 800px;
    margin: 0 auto;
    padding: 0 30px 50px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 7px rgba(0,0,0,0.75);
    background-color: #fff;
}
#event_wrap .innerwrap {
    width: 100% !important;
    margin: 0 auto;
    background-color: #fff;
}

/* header */
#event_header {
    padding: 20px 0;
    border-bottom: 3px solid #29a101;
}
    #event_header h1 {
        position: static;
    }

/* event_container */
#event_container {
    padding: 30px 0;
}

/* event_footer */
#event_footer {
    border-top: 1px solid #dfdfdf;
    padding: 30px 0 0;
    line-height: 1.5;
    font-size: 13px;
    color: #767676;
    text-align: center;
}
#event_footer b {
    font-weight: 500;
    color: #29a101;
}

/*************************************************************
    detail style
*************************************************************/
#event_wrap .section {
    min-height: 300px;
}

h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#event_wrap .table th {
    font-weight: 500;
    vertical-align: middle;
    background-color: #f7f7f7;
}
#event_wrap .table td {
    vertical-align: middle;
    background-color: #fff;
}

#event_wrap .btn-area {
    margin-bottom: 10px !important;
    text-align: center !important;
}
#event_wrap .btn-area.ta-left {
    text-align: left !important;
}
#event_wrap .btn {
    float: none !important;
    margin: 0 5px;
}
#event_wrap .btn-area.ta-left .btn {
    margin: 0 5px 0 0;
}
#event_wrap .highlight {
    margin-bottom: 10px;
    color: #f33;
    text-align: center;
}

/* heading */
#event_wrap h1.sub-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
#event_wrap h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

/*
	table style
*/
.tb-layout-fixed { table-layout: fixed !important; }
.tb-layout-auto { table-layout: auto !important; }

/*
	font style
*/
.fs-12 { font-size: 12px !important; }

.well {
    border: 1px solid #e9f3fc;
    background-color: #f7fbfe;
    box-shadow: none;
}
