#ls-tour {
  min-height:400px;
}
  #ls-tour .hd h1 {
    width:328px;
    height:32px;
    background:transparent url(../images/tour-header.png) no-repeat;
  }
    #ls-tour .hd h1 span {  
      display:block;
      text-indent:-9999em;
    }
    #ls-tour .bd {
      margin:53px 0 0 45px;
    }
    #ls-tour .bd table {
    }
    #ls-tour .bd table thead tr th {
      padding:0 10px;
      text-transform:uppercase;
      text-decoration: underline;
      color:#fef59a;
      font-weight:bold;
      font-family:courier;
      font-size:16px;
    }
    #ls-tour .bd table tbody tr {
      background:transparent url('../images/dotted.png') no-repeat center bottom;
    }
    #ls-tour .bd table tbody tr td {
      padding:10px;
      font-size:14px;
    }
        #ls-tour .bd table tbody tr td.date {
          width:200px;
        }
        #ls-tour .bd table tbody tr td.venue {
          width:320px;
          text-transform:uppercase;
        }
        #ls-tour .bd table tbody tr td.more-info {
          position:relative;
          width:150px;
        }
        #ls-tour .bd table tbody tr td.venue a {
          text-decoration:none;
          color:#fff;
        }
