#flashMessage {
  background: #3a90cb;
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  padding: 10px 20px;
  text-align: left; }

.mail {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #0e72b5;
  padding: 3px;
  border-radius: 4px;
  font-size: 12px; }

.page_title {
  font-family: 'HelveticaLTPro-Black';
  font-size: 16px;
}

a, a > * {
  color: #1b6ca2;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease; }
