body { font-family:"Gill Sans MT","Gill Sans",GillSans,Arial,Helvetica,sans-serif; }


.blue-button {
  background-color: hsl(221, 74%, 40%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f59d4", endColorstr="#1a4ab1");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1f59d4), to(#1a4ab1));
  background-image: -moz-linear-gradient(top, #1f59d4, #1a4ab1);
  background-image: -ms-linear-gradient(top, #1f59d4, #1a4ab1);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f59d4), color-stop(100%, #1a4ab1));
  background-image: -webkit-linear-gradient(top, #1f59d4, #1a4ab1);
  background-image: -o-linear-gradient(top, #1f59d4, #1a4ab1);
  background-image: linear-gradient(#1f59d4, #1a4ab1);
  border-color: #1a4ab1 #1a4ab1 hsl(221, 74%, 38%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}

.yellow-button {
  background-color: hsl(50, 100%, 45%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd819", endColorstr="#e5bf00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffd819), to(#e5bf00));
  background-image: -moz-linear-gradient(top, #ffd819, #e5bf00);
  background-image: -ms-linear-gradient(top, #ffd819, #e5bf00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd819), color-stop(100%, #e5bf00));
  background-image: -webkit-linear-gradient(top, #ffd819, #e5bf00);
  background-image: -o-linear-gradient(top, #ffd819, #e5bf00);
  background-image: linear-gradient(#ffd819, #e5bf00);
  border-color: #e5bf00 #e5bf00 hsl(50, 100%, 42.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.16);
  -webkit-font-smoothing: antialiased;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
