﻿
.event-listing {
    padding-bottom: 30px;
    padding-right: 50px;
}

.event-listing-line {
    padding: 5px 0px 5px 25px;
}

.event-listing-name {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
}

.event-listing-register {
    padding-top: 10px;
}

.event-listing-row {
}

.event-listing a,
.event-listing a:hover,
.event-listing a:visited {
	color: #fff;
}

.event-listing-label {
    font-weight:bold;
    padding-right: 5px;
    vertical-align: top;
    width: 75px;
}

.event-listing-text {
    
}

.event-listing-when {
    font-weight: bold;
}

.event-listing-location {
    font-weight: bold;
}


.field-validation-error {
    font-weight: bold;
    color: Red;
    margin-bottom: 3px;
}

.event-listing-topic-details {
    padding-top: 10px;
}

.event-listing-table td {
    padding: 5px 0px 5px 0px;
}