/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
.event_top {
  display: flex;
  flex-direction: row;
}
.event_logo {
  display: flex;
  width: 200px;
  margin-right: 10px;
}
.event_title {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.event_detail {
  display: flex;
  flex-direction: column;
  padding; 5px;
}