.t_title {
  font-size: 1.5em;
  padding-bottom: 20px;
}
h4.t_title {
  font-size: 1.0em;
  font-weight: lighter;
  padding-bottom: 20px;
}
.t_subtitle {
  padding-bottom: 15px;
}
.t_value {
  font-size: 2.5em;
}
.t_value_inc {
  font-size: 1.2em;
}
.t_detail {
  font-weight: lighter;
  line-height: 1.2em;
}
h3.t_detail {
  font-weight: lighter;
  font-size: 1.2em;
  line-height: 1.4em;
}
.t_detail_previous {
  color: #999999;
  font-weight: lighter;
  line-height: 1.4em;
}
.t_detail a {
  text-decoration: none;
  color: #0135ad;
  cursor: pointer;
}
.t_detail a:hover {
  text-decoration: none;
  color: #dddddd;
  cursor: pointer;
}
.subscribe-btn {
  border: 1px solid;
  width: 138px;
  text-align: center;
  height: 54px;
  background-color: #0135AD;
  color: white !important;
}
.subscribe-btn:hover {
  opacity: 0.7;
  transition: opacity 200ms linear;
}