﻿
/* Style for labels when input is required */
.required:before {
    content: '* ';
    color: red;
}

label, span, h1, h2, h3, h4, h5, h6 {
    white-space: normal;
    word-break: break-all;
}

