a {
    font-size: 18px
}
body {
    font-size: 18px;
    background-color: #bee2c6;
}
div {
    padding: 10px
}
p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
p a {
    font-size: 14px
}
.helper-text {
    font-size: 8px;
    padding: 0;
    margin: 0;
    min-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block {
    border-bottom: black dashed thin;
}