#login-form {
    max-width: 500px; 
    margin-left: auto; 
    margin-right: auto;
}

#login-form #login-header {
    text-align: center;
}

.form-group {
    padding-bottom: 1em;
}

#login-form #login {
    width: 100%;
    box-sizing: border-box;
}

#login-form #password {
    width: 100%;
    box-sizing: border-box;
}

#login-form #button-group {
    text-align: center;
}

#login-form #login-button {
    margin-bottom: 0.5em;    
}

#events-list {
    list-style-type: none;
    font-size: 1.2rem;
}

#events-list li {
    cursor: pointer;
}

#lectures-with-notes-table tr:nth-child(2n) {
    background-color: lightgrey;
}

.lectures-with-notes-action {
    cursor: pointer;
}

#note-edit-watched {
    margin-bottom: 1em;
}

#note-edit-rating-container {
    margin-bottom: 1em;    
}