.slot-card
{
    border: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin-top: 20px;
}
.slot-card h3{
    margin-top: 0;
}
.slot-card .slot-card-content
{
    padding: 0 10px 0 10px;
}
.slot-card .slot-card-content a{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-red{
    color: red;
    font-weight: bold;
}
.text-red a{
    color: red;
    font-weight: bold;
}
.text-green{
    color: green;
}
.text-green a{
    color: green;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}