@CHARSET "ISO-8859-1";
/*
----------------------------------------------------------------------
TMCS added styles for the careers page.

NOTE: This is the unoptimized version. 
This version is mainly used as it is more readable, and better suited 
to development and debugging. 

@author Tu Tak Tran (contact@tutaktran.com)
----------------------------------------------------------------------
*/

#container {
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
}

h1 {
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
}

#experience {
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

#required {
    margin-top: 20px;
}

li {
    margin-left: 36px;
}

em {
    font-weight: bold;
    font-style: normal;
}