*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}
body {font-size: 18px; font-family: Arial, Helvetica, sans-serif}
.mainTable{float:left; width:100%}
table {width:100%; border: 1px solid #d9d9d9; float:left;}
table tr {line-height: 25px;}
select {height:30px; cursor: pointer;}

.header {background: #0055FF; color: #fff; font-weight: bold; text-align:center;}
.values {text-align:center;}
.changevalues {text-align: center;}
.chooseStock {line-height: 40px;}
.date {display:none; background: #777e82; color: #fff; text-align:center; font-weight: bold;}
.iframe {float: left; width: 50%; padding-top:5px;}
.disclaimer {float: left; width: 100%; padding-top: 5px; padding: 10px 0 0 45px;}
.maintitle{display: none;}
.subTitle {
    display: none;
}
.chooseStock {
    display: none;
}

.iframe {
    display: none;
}