/* "emsig"-colours
 blue         : #447fc1
 blue-lighter : #61a2d8
 blue-darker  : #285985
 red          : #ef413d
*/

/* Button colours */

.sd-btn-info {
  font-weight: bold;
  background: #447fc1 !important;
  border-color: #447fc1 !important;
}

.sd-btn-info:hover {
  background: #ef413d !important;
  border-color: #ef413d !important;
}

/* Card headers */
.sd-card-header {
  font-size: var(--pst-font-size-h5);
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
}

/* fa stuff */
.fa {
  margin: 0 1rem 0 0;
  color: #ef413d;
}
