.small-img {
    width: 200px;
    height: 200px;
}

.cancelled-booking-row td {
    color: red !important;
}

.free-boat-spot {
    fill: #009640 !important;
}

.taken-boat-spot {
    fill: #BE1622 !important;
}

.profile-image-max-width {
    max-width: 200px;
}

.weekdays{
    font-weight: bold;
}

.weekdays .day:last-child{
    border-right: none;
}

.weekdays .day.booked{
    background: #ff7383;
}

.carousel-control-next, .carousel-control-prev{
    width: auto;
    opacity: 1;
    z-index: 99;
}
.carousel-control-next i, .carousel-control-prev i{
    font-size: 1.5rem;
    background: white;
    padding: 10px;
    border-radius: 13px;
    -webkit-box-shadow: 2px 2px 9px 5px rgba(230,230,230,1);
    -moz-box-shadow: 2px 2px 9px 5px rgba(230,230,230,1);
    box-shadow: 2px 2px 9px 5px rgba(230,230,230,1);
}
.carousel-inner{
    width: 100%;
}

.table-hover :not(:first-child) tr:hover{
    box-shadow: inset 0 0 7px #00bdff;
}

.table-hover.table-bordered{
    table-layout: fixed;
}

.parking-boat-spot ,#zone-A, #zone-B, #zone-C, #zone-D, #zone-E{
    fill: rgb(0,0,255) !important;
    opacity: 0.7 !important;
}

#rungsted-map-building-color-issue {
    fill: rgb(55,58,59) !important;
}

