.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

.flush-image-botton {
display: flex;
flex-direction: column;
}

.flush-image-botton .uk-card-body {
flex: 1;
display: flex;
flex-direction: column;
}

.flush-image-botton .uk-card-body figure {
margin-top: auto;
}

.flush-image-botton .uk-card-body h1,
.flush-image-botton .uk-card-body h2,
.flush-image-botton .uk-card-body h3 {
display: block;
flex: 1
}

.flush-image-botton .uk-card-body p {
margin-top: 0 !important;
}




/* Knapp full bredd i kolumn */
.btn-full-w-column a {
display: block;
width: 100%;
}



/* Färg på dangerknapp */

.uk-button-danger {
background-color: #FCEFF1;
color: #d31146;
}

.uk-button-danger:hover {
background-color: #8c366f;
color: white;
}
