/**
* Extra large button extensions. Extends `.btn`.
*/
/*
.btn-xl {
  padding: 18px 28px;
  font-size: 22px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}*/
body {  padding-top: 60px; }

.btn-xl,
.btn-group-xl > .btn {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 40px 28px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
