/* event detail
---------------------------------------------------------- */
#event-detail .main #topmedia {
  padding-top: 26px;
}

/* events
---------------------------------------------------------- */
  .main .event {
    clear: both;
    margin-bottom: 30px;
  }
  #events .main .event table.eventsummary {
    width: 100%;
  }
  #events .main .event table.eventsummary th {
    font-family: georgia, 'times new roman', times, serif;
    font-size: 1.1em;
    color: #4D4D4D;
    font-style: italic;
    text-transform: lowercase;
    padding: 5px 3px;
  }

  #events .main .event table.eventsummary td {
    font-family: georgia, 'times new roman', times, serif;
    font-size: 1.3em;
    color: #707070;
    padding: 5px 3px;
  }
  #events .main .event table.eventsummary tr.underline {
    border-bottom: 1px solid #E4E1DB;
  }
  #events .main .event table.eventsummary th.col1 {
    width: 20%;
  }
#events .main .event table.eventsummary th.col2 {
  width: 55%;
}
#events .main .event table.eventsummary th.col3 {
  width: 25%;
}
  #events .main .event .eventlink {
    font-size: 1.3em;
  }
  #events .main .event .eventdescription p {
    margin-bottom: 0.5em;
  }
  
  
/* tasting room
---------------------------------------------------------- */
  #tasting-room .main table.details {
    border-top: 1px solid #E4E1DB;
  }
  #tasting-room .main table.details tr {
    border-bottom: 1px solid #E4E1DB;
  }
  #tasting-room .shadowbutton {
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  #tasting-room  #sharemenu {
    width: 150px !important;
    clear: none;
    float: left;
    margin-left: 30px;
  }
