@namespace xforms url(http://www.w3.org/2002/xforms);

/* Display repeat-items with a dashed border */
*::repeat-index { border: dashed; background-color: yellow; }

xf\:label.title, xforms|label.title 
{
    font-size: 15pt; 
    font-weight: bold;
    color: #000099;
    margin-bottom: 2em;
}