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

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #373b3f;
}

.disclaimer{font-family:  Helvetica, sans-serif;font-size:10px;clear: both;}

table {
    width: 50%;
    float: left;
    margin-top: 6px;
    height: 130px;
}

table tr {
    line-height: 20px;
}

table tr.header {
    background: #FCB228;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
tr:nth-child(2) td, tr:nth-child(5) td {
	font-family:  Helvetica, sans-serif;font-size:14px;
    border-right: 1px solid #fff;
}
tr:nth-child(3) td, tr:nth-child(6) td {
    border-left: solid 1px #FCB228;
	font-family:  Helvetica, sans-serif;font-size:12px;
}
.values {
    text-align: center;
}

.changevalues {
    text-align: center;
}

.chooseStock {
    line-height: 40px;
    display: none;
}

.date {
    background: #FCB228;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.iframe {
    float: left;
    width: 50%;
    padding-top: 5px;
}

.subTitle {
    display: none;
}

.maintitle {
    display: none;
}
@media screen and (max-width: 555px) {
    .mainTable table {
        width: 100%;
        margin-top: 2px;
    }
    .iframe {
        width: 100%;
    }
}