.card {
    border-radius: 12px;
}

.choose-btn, .btn-success {
    min-width: 170px;
    padding: 0.375rem 0.75rem;
}

/* Course Table column widths on success.html */
.c-table th.c-name,
.c-table td.c-name {
    width: 65%;
}

.c-table th.c-courseid,
.c-table td.c-courseid {
    width: 10%;
}

.c-table th.c-coursetype,
.c-table td.c-coursetype {
    width: 15%;
}

.c-table th.c-ects,
.c-table td.c-ects {
    width: 5%;
}

.c-table th.c-units,
.c-table td.c-units {
    width: 5%;
}