.noticeme-red {
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #820000;
  background: -moz-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -webkit-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -o-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -ms-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: linear-gradient(0, #820000 10%, #c80214 90%);
}
.noticeme-red h4 {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-red h4 .fa {
  color: white;
  float: left;
  text-shadow: 0 2px 5px black;
}
.noticeme-red p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-red .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-red a.btn {
  height: auto;
  color: #c80000;
}
a.noticeme-red {
  color: white;
  padding-right: 1em;
  padding-left: 1em;
  margin-left: 1em;
}
a.noticeme-red:hover {
  color: white;
  font-size: larger;
  -webkit-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
}
a.noticeme-red:active {
  color: white;
}
.noticeme-big {
  padding: 30px;
  padding-bottom: 40px;
  font-size: larger;
}
.noticeme-green {
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: black;
  background: #1b9958;
  background: -moz-linear-gradient(270deg, #00895f 10%, #0a9369 90%);
  background: -webkit-linear-gradient(270deg, #00895f 10%, #0a9369 90%);
  background: -o-linear-gradient(270deg, #00895f 10%, #0a9369 90%);
  background: -ms-linear-gradient(270deg, #00895f 10%, #0a9369 90%);
  background: linear-gradient(0deg, #00895f 10%, #149d73 90%);
  /*.tall{
		background: rgb(27, 153, 88);
		background: -moz-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -webkit-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -o-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -ms-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: linear-gradient(0deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
	}*/

}
.noticeme-green h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-green h4 .fa {
  color: white;
  float: left;
  text-shadow: 0px 2px 5px black;
}
.noticeme-green p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-green .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-green a.btn {
  height: auto;
  color: gb(40, 220, 120);
}
.noticeme-blue {
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #1b5c99;
  background: -moz-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -webkit-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -o-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -ms-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: linear-gradient(0deg, #1b5c99 10%, #2d8ce6 90%);
}
.noticeme-blue h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-blue h4 .fa {
  color: white;
  float: left;
  text-shadow: 0px 2px 5px black;
}
.noticeme-blue p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-blue .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-blue a.btn {
  height: auto;
  color: gb(40, 220, 120);
}
