
.special-text {
    display: none;
}

.rowspan-table {
    text-align: center !important;
    vertical-align: middle !important;
    border-left: 1px solid #ffffff;
}

@media only screen and (max-width: 480px) {
    .normal-text {
        display: none;
    }
    
    .special-text {
        display: block;
    }
}