/* body { */
/*     font-family: arial; */
/*     font-size: 12px; */
/* } */

#loggedout {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}
#loggedin {
    display: none;
}

#trelloheader {
    padding: 4px;
    border-bottom: 1px solid #000;
    background: #eee;
    font-size: 80%;
}

#output {
    padding: 4px;
}

#output ul, #output li {
    list-style: none ;
    margin: 0px;
    font-size: 100%
    font-weight: normal;
}

#output .board li:nth-child(odd) {
    background-color: #DDD;
}

.card {
    display: block;
    padding: 2px;
}


.board-title {
    font-size: 110%;
    font-weight: 700;
}