/*
This file is used to force all text in the simulator to be uppercase.
This is a simple way to meet the requirement without touching a lot of files.
*/
body, button, input, select, textarea, label, span, p, div, h1, h2, h3, h4, h5, h6, a, li, td, th {
    text-transform: uppercase !important;
}
