.required::after {
    content: ' *';
    color: red;
    font-weight: bold;
}

.pointable {
    cursor: pointer;
}
