.akbweddings .leaflet-container a.btn-primary {
    color: white;
}

.akbweddings .tabs {
    margin: 0 0 1em 0;
    padding: 0;
}

.akbweddings .tabs .tab {
    display: inline-block;
}

.akbweddings .tabs .tab a {
    display: block;
    padding: .5em .75em;
    border-bottom: 2px solid transparent;
}

.akbweddings .tabs .tab a:hover,
.akbweddings .tabs .tab a:active,
.akbweddings .tabs .tab.active a {
    color: black;
    text-decoration: none;
    border-bottom: 2px solid black;
}

.akbweddings__list__item {
    padding: 1em;
    border: thin solid rgba(0,0,0,.25);
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
}

.akbweddings__list__item .content {
    flex: 1
}