﻿body
{
  margin:0;
}

.event
{
  width:100%;
  margin:10px;
}

.event .title
{
  width:100%;
  font-size:1.1em;
  font-weight:bold;
  background:#3333CC;
  color:#ffffff;
  padding:3px;
}

.event .location
{
  width:100%;
  font-size:1em;
  margin-left:5px;
}

.event .desc
{
  width:100%;
  font-size:1em;
  margin-left:5px;
}

.button
{
  background:#EF402F;
  width:130px;
  height:25px;
  text-align:left;
  color:#fff;
}

.button a
{
  color:#fff;
  text-decoration:none;
  padding-left:3px;
  width:100%;
  display:block;
  font-weight:bold;
  font-family:Segoe UI,Trebuchet,Arial,Sans-Serif;
  font-size:.9em;
}

.button a:hover
{
  background:#3333C5;
}
