﻿.event
{
    padding: 5px;
    font-size: 110%;
}

.event-title
{
    font-size: 130%;
    font-weight: bold;
}

.event-date
{
}

.event-location
{
}

.event-type
{
}

.event-contact
{
}

.event-options
{
    float: right;
    background-color: #EAEEF6;
    padding: 5px 15px;
}

.event-detail-steps
{
    clear: both;
}

.event a
{
    color: #365CC1 !important;
}

.event a:hover
{
    text-decoration: underline !important;
}

.option
{
    padding-bottom: 10px;
}

.option-control 
{
    padding-right: 5px;
}

.option-name
{
    font-weight: bold;
    font-size: larger;
}

.option-description
{
    font-style: italic;
    padding-left: 20px;
}
