/* Force remove any remaining outer borders or shadows */
.no-outer-border {
    border: 0 !important;
    box-shadow: none !important;
}


/* Gray out the image inside any disabled button */
.disabled-img-btn:disabled img {
  filter: grayscale(100%);
  opacity: 0.2;
}

a.btn.disabled img {
  filter: grayscale(100%) brightness(70%) contrast(80%);
  opacity: 0.2; /* Makes it look even more inactive */
}

.fixed-card {
    /* flex: 0 0 300px means: Do not grow, Do not shrink, stay 300px */
    flex: 0 0 240px;
    margin: 15px;
}

/* Add this to see all grid elements */
/*
.row, [class*="col-"] {
    outline: 1px dotted red !important;
}
*/
