/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
body {
    background-image: url("//www.waterfest.net/images/bg17.png");
    } 
#home_intro_container{padding-bottom:35px}
#home_intro_container .title{background-color:#fff;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px; border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:1px solid rgba(255,255,255,0.7);padding-top:5px; background-image:url(/img/texture/home_title.png);background-size:5px 5px;-webkit-background-size:5px 5px;text-shadow:1px 1px rgba(255,255,255,0.7);border-bottom:1px solid #c8c8c8}@media(-webkit-min-device-pixel-ratio:2),(-moz-min-device-pixel-ratio:2)
.icon-popup.icon-left a:before, .icon-popup.icon-right a:after, i.icon-down-open:before { content: ""; height: inherit; }
#data table {
	font: 100%/1.2 sans-serif;
  font-size: 0.75em;
}

#data table tr:nth-child(even) {
    background-color: #efefef;
}

#data table td.tool {
  font-weight: bold;
}

#data .tablesaw td {
  line-height: 1.4em;
}

#data a.ellipsis-link {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#data b.tablesaw-cell-label {
  width: 100%;
  margin: 0 0 6px 0;
}

@media screen and (max-width: 70em) {
  #data table {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 60em) {
  a.ellipsis-link {
    max-width: 310px;
  }
  #data table {
    font: 100%/1.2 sans-serif;
  }

}
}
.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.65);z-index:40;display:none;top:0;left:0}
.reveal-modal{background:#f5f5f5;visibility:hidden;display:none;top:50px;left:50%;margin-left:-260px;width:400px;position:absolute;z-index:41;padding:30px;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);}
.reveal-modal *:first-child{margin-top:0}
.reveal-modal *:last-child{margin-bottom:0}
.reveal-modal .close-reveal-modal{font-size:22px;font-size:2.2 rem;line-height:.5;position:absolute;top:8px;right:11px;color:#aaa;text-shadow:0 -1px 1px rbga(0, 0, 0, 0.6);font-weight:bold;cursor:pointer}
.reveal-modal.small{width:30%; height: 30%; margin-left:-10%}
.reveal-modal.medium{width:40%; height: 30%; margin-left:-20%}
.reveal-modal.large{width:60%;margin-left:-30%}
.reveal-modal.expand{width:90%;margin-left:-45%}
.reveal-modal .row{min-width:0}@media only screen and (max-width: 767px)
{.reveal-modal-bg{position:absolute}
.reveal-modal,.reveal-modal.small,.reveal-modal.medium,.reveal-modal.large,.reveal-modal.xlarge{width:80%;top:15px;left:50%;margin-left:-40%;padding:20px;height:auto}
 }