.card {
margin-bottom: 1rem;
}
.card-img, .card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px);
}
.card-img, .card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);
}
.ddtf-front-rotten-fishes .datebook-top-shadow {
box-shadow: 0 3px 6px 0 rgba(0,0,0,.12);
}
.ddtf-front-rotten-fishes h5 a {
font-weight: 600;
}
.rgba-black-strong p.card-text {
color: #fff !important;
}
.pagination .page-item .page-link:focus {
background-color: #2e67c5 !important;
box-shadow: none;
}