/*
    Mobile
*/

@media (max-width: 768px) {
    .m-hidden {
        visibility: hidden;
        display: none;
        clear: both;
        float: left;
    }
}

@media (min-width: 768px) {
    .d-hidden {
        visibility: hidden;
        display: none;
        clear: both;
        float: left;
    }
}


/*
    Text
*/

.u-pre {
    white-space: pre-wrap;
}


.t-center {
    text-align: center;
}
