/* 
    Document   : events_column
    Created on : Jan 8, 2012, 7:42:50 PM
    Author     : billd
    Description:
        column listing of scheduled events
*/

    .brevet_date {
      color: maroon;
      font-weight: bold;
    }
    .title {
        font-weight: bold;
        font-size: 1.3em;
    }
    .event_links  {
      margin: 0;
      padding: 0;
    }
    .event_links li {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .inline  {
      display: inline;
    }
    .inline li {
      display: inline;
    }
    li.inline:before {
      content: " | ";
    }
    li.first:before {
      content: "";
    }
    .show {
      cursor:pointer;
      padding: 3px 0 0 4px;
    }
    .label {
      padding-left: 5px;
    }
    .years {
      color: #185FAD;
    }

