ul.leftTeaser {
  margin-left: 0;
}
.leftTeaser li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.leftTeaser img {
  float: left;
  padding: 10px;
}
.leftTeaser H3 {
  margin-top: 0;
}
.leftTeaser p {
}

#goFishAK {
  width: 220px;
  float: right;
}

#upcomingEvents {
  width: 220px;
  float: right;
}
ul.upcomingEvents {
  margin-left: 10px;
}
ul.upcomingEvents li {
  margin-bottom: 10px;
}
ul.upcomingEvents li:nth-child(odd) {background-color: beige;}


#weFishAK {
  width: 220px;
  float: left;
}

#quickLinks {
  width: 220px;
  float: left;
}

#WFAKhighlights {
  border-top: none;
  margin-top: 0;
}

/*Events list is limited to five, unless we click*/
.overLimit {
  display: none;
}
#seeAllEvents {
  list-style-type: circle;
  padding-left: 0;
  margin-left: 0;
  text-decoration: underline;
}

/*GOFISHAK*/
  #wefishak_header {width: 200px; height: 70px; } 
  #goFishAK_header {width: 200px; height: 89px; margin-top: 0;}
  /* CSS for adding an image header - makes it accessible by displaying text if the image is not loaded */
  #wefishak_header span, #goFishAK_header span { 
    display: block; 
    position: relative; 
    z-index: 1; 
  } 
  #wefishak_header span { 
    width: 200px; 
    height: 70px; 
    background: url(/static/fishing/images/sport/WeFishAK/wefishak_graphic_200x70.gif) no-repeat; 
    margin-bottom: -65px; 
  }
  #goFishAK_header span { 
    width: 200px; 
    height: 89px; 
    background: url(/static/maps/sf/gofishak/resources/images/gofishak.gif) no-repeat;
    margin-bottom: -75px; 
  }

  /* Style H2 tags like H1 tags - for accessibility with that H1 look */
  .temph1 {
    margin: 0;
    padding: 0;
    width: auto;
    color: #00007c;
    text-align: left;
    font-family: 'Times New Roman',Arial,Helvetica,Verdana,sans-serif;
    font-style: normal;
    font-size: 1.6em;
    font-weight: normal;
    line-height: .9em;
  }

  #goFishAK_header { content: url(/static/fishing/images/sport/WeFishAK/gofishak.gif), contents; }

  /*#goFishAK_header { width:200px; height:89px; background-image:url(/static/fishing/images/sport/WeFishAK/gofishak.gif); background-repeat:no-repeat; }
  h1#goFishAK_header { text-indent: -100em; }*/

  iframe {
   height:960px;
  }
  @media screen and (max-width:450px) {
   iframe {
    height:500px;
   } 
  }
  #outdated-browser-warning {
   display: none;
  }
  .browser_is_lte_ie8 #outdated-browser-warning {
   display: block;
  }
  .browser_is_lte_ie8 iframe#arcgis-story-map {
   display: none;
  }

/*REELTIMES*/
  .newsLetter p {
    font-family: book antiqua,palatino;
    font-size: medium;
  }
  .newsLetter li {
    font-family: book antiqua, palatino;
    color: black;
    font-size: medium;
  }
  .newsLetter H2,H3 {
    font-variant-caps: small-caps;
  }
  .newsLetter A {
    font-weight: bold;
  }
  #lineChart, #lineChart tr, #lineChart th, #lineChart td {
    border-collapse: collapse;
    border: none;
    padding: 3px 5px 3px 5px;
  }
  #lineChart th a {
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
  }
  /*Order of the rules below matters....*/
  #lineChart th {background-color: #9cc;}
  #lineChart tr:nth-child(even) {background-color: beige;}
  #lineChart tr:nth-child(odd) {background-color: lightgrey;}
  