@charset 'UTF-8';
/**********************************************************
 * Font
 **********************************************************/
body, input, button, textarea, select, option,
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: Helvetica, Arial, sans-serif;
}

/**********************************************************
 * Widget
 **********************************************************/
/*-------------- User Inputted(Multi Line)  --------------*/
.app-user-data-m-line { /* BTMANTIS0037687 */
    word-wrap: break-word;
}

/*------------------------- Note -------------------------*/
p.app-note {
    margin-left: 1.0em;
    text-indent: -1.0em;
}
div.app-note {
    padding-left: 1.0em;
}
p.app-note:before, div.app-note:before {
    content: "* ";
}

/**********************************************************
 * Layout
 **********************************************************/
/*--------------------- Name: Value  ---------------------*/
.app-item-entry .app-item-entry-name:after,
table.app-entry-table > tbody > tr > th:after {
    content: ":";
    margin-right: .5em;
}

