#novaTarefa{
    display: none;
    float: left;
    width: calc(100% - 8.3rem);
}

#novaTarefa button{
    line-height: .5em;
    margin-bottom: 0.3em;
    height: 2em;
}

#btnNovaTarefa{
    float: left;
}

#editFrm{
    width: 100%;
    margin: 0 .5em 0 .5em;
}

#inNovaTarefa{
    width: calc(100% - 3.7rem);
}

article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

article h5 {
    margin: .5em;
}

.controls i {
    margin: .5em;
    font-size: .7em;    
}

footer{
    position: absolute;
    bottom: 0;
    padding: 1em 0;
    display: none;
    justify-content: space-between;
}

footer span{
    text-decoration: underline;
}

footer button{
    width: 2em;
    height: 2em;
    text-align: center;
    border-radius: .5em;
}