﻿.event_container
{
    width: 618px;
    height: auto;
    float: left;
    border: solid 1px #000000;
    background-color: #5b7c9a;
    padding: 10px;
}

.event_container a:link
{
    color: #ffffff;
}

.event_details
{
    width: 618px;
    height: auto;
    float: left;
}

.event_bookings
{
    width: 616px;
    height: auto;
    float: left;
    border: solid 1px #000000;
    border-top: none;
    margin-top: 20px;
}

.event_no_bookings
{
    padding: 5px;
    width: 606px;
    height: auto;
    float: left;
    border-top: solid 1px #000000;
}