<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-radius: 4px;
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  border-radius: 4px;
}
.btn:active,
.btn.active {
  border-radius: 4px;
}
.btn-default {
  border-radius: 4px;
}
.btn-default:hover,
.btn-default:focus {
  border-radius: 4px;
}
.btn-default:active,
.btn-default.active {
  border-radius: 4px;
}
.btn-default:disabled,
.btn-default[disabled] {
  border-radius: 4px;
}
.btn-primary {
  border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus {
  border-radius: 4px;
}
.btn-primary:active,
.btn-primary.active {
  border-radius: 4px;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  border-radius: 4px;
}
.btn-success {
  border-radius: 4px;
}
.btn-success:hover,
.btn-success:focus {
  border-radius: 4px;
}
.btn-success:active,
.btn-success.active {
  border-radius: 4px;
}
.btn-success:disabled,
.btn-success[disabled] {
  border-radius: 4px;
}
.btn-info {
  border-radius: 4px;
}
.btn-info:hover,
.btn-info:focus {
  border-radius: 4px;
}
.btn-info:active,
.btn-info.active {
  border-radius: 4px;
}
.btn-info:disabled,
.btn-info[disabled] {
  border-radius: 4px;
}
.btn-warning {
  border-radius: 4px;
}
.btn-warning:hover,
.btn-warning:focus {
  border-radius: 4px;
}
.btn-warning:active,
.btn-warning.active {
  border-radius: 4px;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  border-radius: 4px;
}
.btn-danger {
  border-radius: 4px;
}
.btn-danger:hover,
.btn-danger:focus {
  border-radius: 4px;
}
.btn-danger:active,
.btn-danger.active {
  border-radius: 4px;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  border-radius: 4px;
}</pre></body></html>