@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

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

* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'museo500';
    src: url('../font/museo500-regular.eot');
    src: url('../font/museo500-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/museo500-regular.woff') format('woff'),
    url('../font/museo500-regular.ttf') format('truetype'),
    url('../font/museo500-regular.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}

table {
    width: 100%;
    font-weight: normal;
    border: none;
    color: #969696;
}

table tr {
    line-height: 24px;
    font-size: 14px;
}

table td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

select {
    height: 30px;
    cursor: pointer;
}

.header {
    color: #696969;
    font-size: 14px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: normal;
    text-align: center;
}

.values {
    text-align: center;
}

.changevalues {
    text-align: center;
}

.chooseStock {
    line-height: 40px;
    position: absolute;
    top: -25px;
    font-size: 16pt;
    color: #dc143c;
    display: none;
}

.chooseStock select {
    width: 120px;
    position: absolute;
    top: 5px;
    left: 80px;
    border-color: #ddd;
    border-radius: 3px;
}

.chooseStock td {
    border: none;
    font-size: 16px;
}

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

.iframe {
    float: left;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 10px;
    padding: 0 35px 0 40px;
}

.subTitle {
    display: none;
}

.shadowImg {
    display: none;
}

.spacing {
    height: 10px;
}

.disclaimer {
    display: none;
}

.maintitle {
    display: none;
}
table .trspacing{display: none;}
