/* Red #b82025 * */

a, a:visited, .intro-text span  { 
    color: #b82025;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active { 
  border: 1px solid #a01b20; 
  background: #b82025; 
}
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {    
    background: #a91e22; /* Old browsers */
    background: #a91e22 -moz-linear-gradient(top, rgba(0,0,0,.15), rgba(0,0,0,.15) 0% 100%); /* FF3.6+ */
    background: #a91e22 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.15)), color-stop(100%,rgba(0,0,0,.15))); /* Chrome,Safari4+ */
    background: #a91e22 -webkit-linear-gradient(top, rgba(0,0,0,.15) 0%,rgba(0,0,0,.15) 100%); /* Chrome10+,Safari5.1+ */
    background: #a91e22 -o-linear-gradient(top, rgba(0,0,0,.15) 0%,rgba(0,0,0,.15) 100%); /* Opera11.10+ */
    background: #a91e22 -ms-linear-gradient(top, rgba(0,0,0,.15) 0%,rgba(0,0,0,.15) 100%); /* IE10+ */
    background: #a91e22 linear-gradient(top, rgba(0,0,0,.15) 0%,rgba(0,0,0,.15) 100%); /* W3C */
    border: 1px solid #96171b;      
  }
.button.solid,
button.solid,
input[type="submit"].solid,
input[type="reset"].solid,
input[type="button"].solid,
.percentage span.overlay {
  background: #b82025; 
} 
  .button.solid:hover,
  button.solid:hover,
  input[type="submit"].solid:hover,
  input[type="reset"].solid:hover,
  input[type="button"].solid:hover{
    background: #a91e22;   
  }
  