.container {
  width: 600px;
  margin: 0 auto;
  height: 375px; }

h1 {
  font-family: Roboto;
  font-size: 18px;
  color: #666; }

table {
  border-top: 3px solid #1155CC;
  width: 100%;
  border-collapse: collapse; }
  table tr {
    border-bottom: 1px solid #cdcdcd; }
    table tr .add-event {
      background-color: #1155CC; }
      table tr .add-event a {
        color: #fff; }
        table tr .add-event a:hover {
          background-color: #0b3885; }
      table tr .add-event i {
        color: #fff !important; }
    table tr td {
      width: 20%;
      text-align: center;
      font-family: Roboto Slab;
      font-weight: 300;
      padding: 0px; }
      table tr td a {
        text-decoration: none;
        color: #000;
        display: block;
        -transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        padding: 25px 0px;
        font-size: 16px;
        line-height: 20px;
        border: 0px; }
        table tr td a:hover {
          background-color: #dcdcdc; }
        table tr td a i {
          display: block !important;
          text-align: center;
          font-size: 36px !important;
          color: #1155CC;
          padding: 8px 0px; }
        table tr td a:hover {
          cursor: pointer; }
