.smart-forms, 
.smart-forms select {
    font-family: Lato, sans-serif;
}

/*
.smart-forms select {
    font-size: 18px;
    font-weight: bold;
}
*/

.blocks {
    cursor: pointer;
    flex:1; 
    padding: 5px;
}

.block-selected {
    border: 2px solid black;
    border-radius: 5px;
}

.smart-forms .smart-option-group .option {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}


