

.subscribe-page input[type="submit"] {
  background-color: #ffc800;
  font-size:18px;
  line-height:52px;
  margin:0 4% 15px 0;
  padding:0 15px;
  width:45%;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  transition-duration: 0.4s;
  cursor: pointer;
  float:right;
}

.subscribe-page input[type="submit"]:hover {
  background-color: #005a9c;
  color: white;
}

.change-positive { color: green;}
.change-negative { color: red;}
.change-neutral { color: #3c4146;}