.selected {
    background: white;
    color: black;
}

.module {
    /* make cursor a pointer */
    cursor: pointer;
}

.disabled, .pnotsat {
    color: rgb(83, 83, 83);
    cursor: default;}

.programme-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img.logo {
    width: 200px;
}

p.rule {
    /* default pointer */
    cursor: default;
}

.hidden {
    display: none;
}

.table {
    color: white;
}

select#id_keywords {
    min-height: 300px;
}

input, select, textarea {
    max-width: 100%;
}

section {
    min-height: 80vh;
}

select#id_prerequisites {
    min-height: 400px;
}