/* line 4, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstitle {
  padding: 20px;
  background-color: #60a13b;
  color: white;
  font-weight: 800;
  font-family: 'Helvetica';
  font-size: 15px;
}
/* line 11, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstitle p {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 15px;
}
/* line 16, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstitle p:last-of-type {
  margin-bottom: 0;
}

/* line 21, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newscontainer {
  margin: 50px 0;
}

/* line 24, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newsarrow {
  width: 170px;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #60a13b transparent transparent;
}

/* line 32, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstext1 {
  margin-top: 24px;
}
/* line 34, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstext1 p {
  font-family: "Helvetica Neue";
}

/* line 38, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstext2 {
  display: none;
}
/* line 40, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstext2 p {
  font-family: "Helvetica Neue";
}

/* line 45, /var/www/htdocs/app/assets/stylesheets/news.scss */
.more {
  margin-top: 20px;
  cursor: pointer;
}

/* line 50, /var/www/htdocs/app/assets/stylesheets/news.scss */
.topspacer {
  margin-top: 200px;
}

/* line 55, /var/www/htdocs/app/assets/stylesheets/news.scss */
label {
  font-size: 30px;
  font-weight: 800;
  padding: 40px 0 20px;
}

/* line 61, /var/www/htdocs/app/assets/stylesheets/news.scss */
.na1 {
  width: 0;
  border-width: 0 18px 25px 0;
}

/* line 66, /var/www/htdocs/app/assets/stylesheets/news.scss */
#webTicker {
  margin-top: 12px;
  font-family: 'Helvetica Neue' !important;
  font-size: 15px !important;
}

/* line 73, /var/www/htdocs/app/assets/stylesheets/news.scss */
.download {
  width: 60px;
  text-align: center;
  color: #60a13b;
  font-weight: 800;
  font-family: 'Helvetica Neue';
}
/* line 79, /var/www/htdocs/app/assets/stylesheets/news.scss */
.download img {
  width: 100%;
  margin: 20px 0 10px;
}

/* line 85, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstickercontainer {
  margin-top: 50px;
}
/* line 87, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstickercontainer #newsticker {
  background-color: #60a13b;
  padding: 16px;
  width: calc(100% - 40px);
  color: white;
  font-family: 'Helvetica Neue';
}
/* line 94, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstickercontainer #newsticker a {
  background: transparent !important;
  color: white !important;
  text-decoration: none !important;
}
/* line 102, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstickercontainer #newsticker span {
  font-size: 20px;
  font-weight: 800;
  margin-right: 20px;
}
/* line 108, /var/www/htdocs/app/assets/stylesheets/news.scss */
.newstickercontainer #newsticker hr {
  border-color: white;
  margin: 5px 0;
}

/* line 118, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination {
  margin-top: 50px;
  margin-left: auto;
  background: white;
  cursor: default;
  /* self-clearing method: */
}

/* line 124, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination a, .digg_pagination span, .digg_pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

/* line 129, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

/* line 132, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #9b9b9a;
  color: white;
  border: 1px solid #9b9b9a;
}

/* line 138, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination a {
  text-decoration: none;
  color: #000;
  border: 1px solid #333;
}

/* line 142, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination a:hover, .digg_pagination a:focus {
  color: #333333;
  border-color: #000;
}

/* line 145, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination .page_info {
  background: #9b9b9a;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 152, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination .page_info b {
  color: #000;
  background: #9b9b9a;
  padding: 0.1em 0.25em;
}

/* line 156, /var/www/htdocs/app/assets/stylesheets/news.scss */
.digg_pagination:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 162, /var/www/htdocs/app/assets/stylesheets/news.scss */
* html .digg_pagination {
  height: 1%;
}

/* line 164, /var/www/htdocs/app/assets/stylesheets/news.scss */
*:first-child + html .digg_pagination {
  overflow: hidden;
}

/* line 167, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 1em;
  cursor: default;
}

/* line 173, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination a, .apple_pagination span {
  padding: 0.2em 0.3em;
}

/* line 175, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination .disabled {
  color: #aaaaaa;
}

/* line 177, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination .current {
  font-style: normal;
  font-weight: bold;
  background-color: #bebebe;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  border-radius: 1em;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}

/* line 189, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination a {
  text-decoration: none;
  color: black;
}

/* line 192, /var/www/htdocs/app/assets/stylesheets/news.scss */
.apple_pagination a:hover, .apple_pagination a:focus {
  text-decoration: underline;
}

/* line 195, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination {
  text-align: center;
  padding: 0.3em;
  cursor: default;
}

/* line 199, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination a, .flickr_pagination span, .flickr_pagination em {
  padding: 0.2em 0.5em;
}

/* line 201, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .disabled {
  color: #aaaaaa;
}

/* line 203, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .current {
  font-style: normal;
  font-weight: bold;
  color: #ff0084;
}

/* line 207, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination a {
  border: 1px solid #dddddd;
  color: #0063dc;
  text-decoration: none;
}

/* line 211, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination a:hover, .flickr_pagination a:focus {
  border-color: #003366;
  background: #0063dc;
  color: white;
}

/* line 215, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .page_info {
  color: #aaaaaa;
  padding-top: 0.8em;
}

/* line 218, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .previous_page, .flickr_pagination .next_page {
  border-width: 2px;
}

/* line 220, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .previous_page {
  margin-right: 1em;
}

/* line 222, /var/www/htdocs/app/assets/stylesheets/news.scss */
.flickr_pagination .next_page {
  margin-left: 1em;
}
