        .btn-primary {
          background-color: #636363 !important;
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191", endColorstr="#636363");
          background-image: -khtml-gradient(linear, left top, left bottom, from(#919191), to(#636363));
          background-image: -moz-linear-gradient(top, #919191, #636363);
          background-image: -ms-linear-gradient(top, #919191, #636363);
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #919191), color-stop(100%, #636363));
          background-image: -webkit-linear-gradient(top, #919191, #636363);
          background-image: -o-linear-gradient(top, #919191, #636363);
          background-image: linear-gradient(#919191, #636363);
          border-color: #636363 #636363 #636363;
          color: #fff !important;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
          -webkit-font-smoothing: antialiased;
        }

        a {
          color: #636363;
        }

        input:focus {
          border-color: #636363 !important;
          -webkit-box-shadow: inset 0 1px 1px #919191,0 0 8px #636363 !important;
          -moz-box-shadow: inset 0 1px 1px #919191,0 0 8px #636363 !important;
          box-shadow: inset 0 1px 1px #919191,0 0 8px #636363 !important;
        }

}
