﻿.requiredField {
    color: red;
}

/* dl.itemDetail usually appears between paging navigation bars but not here, 
   so remove the margin that normally aligns with those */
.flexbox .text-content dl.itemDetail dt {
    margin-left: 0;
}

.flexbox .text-content dl.itemDetail dd {
    margin-right: 0;
}