label.is-checked {
    text-decoration: line-through;
}
div.checklists {
    display: flex;
    flex-flow: row wrap;
}
div.mdl-card {
    width: auto;
}
div.mdl-card ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
div.actions button {
    margin: 8px 8px 0 0;
}
div.hero {
    text-align: center;
}
div.hero h2 {
    font-size: 24px;
    line-height: 24px;
}
li.item {
    padding-top: 0;
    padding-bottom: 0;
}
ul.mdl-list {
    margin: 0;
}
ul.mdl-list li:first-child {
    padding-top: 0;
}
a.link_logout {
    cursor: pointer;
}
button.mdl-button + div.mdl-spinner {
    vertical-align: text-top;
}