/* thanks to https://www.w3schools.com/css/tryit.asp?filename=trycss_table_fancy */
#sbb-table {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#sbb-table td,
#sbb-table th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    color: darkgray;
}

/* #sbb-table tr:first-child {
    height: 144px;
} */

#sbb-table tr:nth-child(even) {
    background-color: #eef7e9;
}

#sbb-table tr:hover {
    background-color: #ddd;
}

#sbb-table th {
    text-align: left;
    background-color: #57ab27;
    color: white;
}

/* document level format */
div {
    margin-top: 8px
}

button {
    margin-top: 20px;
    margin-bottom: 20px
}

html,
body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* course detail format */
.table-title {
    font-size: 2.5vw;
    margin-top: 0;
}

.table-subtitle {
    font-size: 15px
}

.title {
    font-size: 20px
}

.date {
    font-weight: bold;
}

.has-more-capacity {
    color: black;
}

.has-more-capacity-extra {
    color: red;
}

.trainer {
    font-weight: bold;
}

.footer {
    color: lightgrey;
    padding: 8px;
}