.alert .card-content span {
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 4px;
}

.alert .card-content .material-icons {
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-right: 0.5em;
}

.text_medium {
    font-size: 2em;
}

.text_l {
    font-size: 2em;
}

.text_xl {
    font-size: 2.5em;
}

.text_bold {
    font-weight: bold;
}

.card-content {
    overflow: visible !important;
}

.overflow-visible {
    overflow: visible !important;
}