/* Bigger slide numbers*/
.reveal .slide-number {
    font-size: 12pt;
}

/* The "TO DO" class */
.todo {
    color: crimson;
    font-family: monospace !important;
}
.todo::before {
    content: '// TODO ';
}

/* Table with no border */
table.custom td {
    text-align: center;
    border-bottom: 0;
}

.reveal pre code {
    font-size: 25px;
}

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

li.good {
    background: url('img/good.png') no-repeat left top;
    height: 54px;
    padding-left: 44px;
    padding-top: 3px;
}

li.bad {
    background: url('img/bad.png') no-repeat left top;
    height: 54px;
    padding-left: 44px;
    padding-top: 3px;
}