/** fishing report **/

.fishingReportsWrapper{
  margin-bottom: 20px;
  position: relative;
}

.fishingReportsWrapper .active{
  display: block !important;
}

.fishingReportWrapperHeader{
}

.fishingReportWrapperTitle{
  color: #3bace7;
  display: none;
  text-align: left;
  font-size: 2em;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-family: tiki;
  text-shadow: 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333, 1px 0px 3px #333;
}

#fishingReportController{
  position: absolute;
  right: 5px;
  top: 5px;
  height: 23px;
  font-weight: bold;
  font-size: 1em;
  color: #08aaea;
}

.fishingReport{
  display:none;
  text-align: justify;
  border: 1px solid #777;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}

.fishingReport img{
  box-shadow: #2px 2px 5px #212121;
  margin: 3px;
  width: 97%;
  display: block;
  clear: both;
}

.fishingReportTitle{
  font-weight: bold;
  color: #111;
  height: 25px;
  padding-left: 5px;
  display: block;
  font-size: 1.4em;
  margin: 7px 0 0 7px;
}

.fishingReport p{
  text-align: justify !important;
  margin: 7px;
}
