/* Remove button shadow and space fix */
.btn-raised, .btn-raised:hover, .btn-raised:focus {
	box-shadow: none !important;
	margin-right: 1px !important;
}


/* Font weight fix on buttons */
.btn-raised.btn-primary {
font-weight: 700 !important;
}

/* YES/NO Change case fix */
.YesNo__button {
  text-transform: capitalize !important;
}