/* your styles go here */

.btn-template-dark {
  background: #555;
  border: 1px solid #333 !important;
  color: #555;
  border-radius: 0 !important;
  text-decoration: none;
  padding: 20px;
  font-size: 18px;
}

.btn-template-dark:hover, .btn-template-dark:focus {
  background: #fff;
  color: #555 !important;
}

.pagination > li.active > a {
  font-weight: bold !important;
}

.color-me {
  color: #f09600;
}

.orange {
  background: #f09600 !important;
  color: #ffffff !important;
}
