.panel-heading-link h2 {margin-top:0; margin-bottom:0; margin-left:10px;}
.panel .panel-heading-link a:after {margin-right: 0;}
.panel-default .panel-heading {
    padding-top: 4px;
    padding-bottom: 5px;
}

.spaces--available { font-weight: bold;}
@media (max-width: 767px) {
    .visible-xs { display: inline-block!important;}
}
.table-parking-spaces {text-align: center;}
.table-parking-spaces thead tr {background: #CEECF5;}
.table-parking-spaces h3,
.table-parking-spaces p {font-weight: 600; text-align: center;}
.table-parking-spaces h3 {margin: 0;}
.available-spaces {
    background-color: #007d99;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
}
.available-spaces__number {font-size: 1.7em;}