@charset "utf-8";
/* CSS Document */

.text-orange {
  color: #f57c00 !important;
}

.btn-orange {
  background-color: #f57c00;
  color: #fff;
  border: none;
}
.btn-orange:hover {
  background-color: #e65100;
  color: #fff;
}
