.page-head > h1 {
  line-height: 30px;
}
.web_dialog_overlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .15;
   filter: alpha(opacity=15);
   -moz-opacity: .15;
   z-index: 101;
   display: none;
}
.web_dialog {
   display: none;
   position: fixed;
   width: 670px;
   top: 0;
   left: 50%;
   margin-left: -335px;
   /*margin-top: -250px;*/
   background-color: #ffffff;
   border: 2px solid #336699;
   z-index: 102;
   font-family: Verdana;
   font-size: 11pt;
}
.web_dialog_title {
   border-bottom: solid 2px #336699;
   background-color: #336699;
   padding: 4px;
   color: white;
   font-weight:bold;
}
.web_dialog_title a {
   color: white;
   text-decoration: none;
}
.ui-datepicker-month, .ui-datepicker-year {
   color: #000;
}

div.fair_info {
   text-align: center;
   margin-top:10px;
}

.fair-search {
    // margin-top: 25px;
}
.fair-search__body {
    max-height: 396px;
    overflow: auto;
    border-radius: 4px;
}
.fair-search__group .list-group-item {
    padding: 10px 2px;
}
.content .list-group.fair-search__group {
    width: auto;
    margin: 15px -15px -15px;
    border-radius: 5px;
}
.content .list-group.fair-search__group a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding-left: 15px;
}
.content .list-group.fair-search__group a:hover {
    background-color: rgb(0, 89, 170);
    color: #fff;
}
.content .list-group.fair-search__group a:last-child {
    border-bottom: none;
}
.content {
  line-height: 26px;
}