.bootstrap-wrapper {
  /*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

}
.bootstrap-wrapper .btn-default,
.bootstrap-wrapper .btn-primary,
.bootstrap-wrapper .btn-success,
.bootstrap-wrapper .btn-info,
.bootstrap-wrapper .btn-warning,
.bootstrap-wrapper .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-wrapper .btn-default:active,
.bootstrap-wrapper .btn-primary:active,
.bootstrap-wrapper .btn-success:active,
.bootstrap-wrapper .btn-info:active,
.bootstrap-wrapper .btn-warning:active,
.bootstrap-wrapper .btn-danger:active,
.bootstrap-wrapper .btn-default.active,
.bootstrap-wrapper .btn-primary.active,
.bootstrap-wrapper .btn-success.active,
.bootstrap-wrapper .btn-info.active,
.bootstrap-wrapper .btn-warning.active,
.bootstrap-wrapper .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-wrapper .btn:active,
.bootstrap-wrapper .btn.active {
  background-image: none;
}
.bootstrap-wrapper .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.bootstrap-wrapper .btn-default:hover,
.bootstrap-wrapper .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.bootstrap-wrapper .btn-default:active,
.bootstrap-wrapper .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.bootstrap-wrapper .btn-default:disabled,
.bootstrap-wrapper .btn-default[disabled] {
  background-color: #e0e0e0;