/**
 * the below CSS is to reduce the effect of general style that may affect 
 * jquery-ui dialog
 * 
 * and as such changes should not override jquery-ui.css, and serve as **reset css**. 
 * Therefore it is placed before jquery-ui.css
 */ 
.ui-dialog {
    text-align: initial; /* set to initial value */
}