.task {
    position: relative;
    border:1px solid #000;
    padding:10px;
    margin:10px;
    padding-left: 40px;
}

.task .state {
    position: absolute;
    top:10px;
    left:10px;
    width:20px;
    height:20px;
    background: #aaa;
    border-radius: 1000px;
}

.task .name {
    background: transparent;
    border: none;
    font-size: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.task .action_bar button {
    margin:0px 5px;
}
.card {
    padding:10px;
    /* border:1px solid #555; */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    width: fit-content;
}

button.flat {
    display: block;
    background: transparent;
    border: 1px solid #aaa;
    padding:5px;
    margin-top:-1px;
    margin:2px;
}