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

body {
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
}

.options {
    display: none;
}

.submit {
    float: right;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    color: #fff;
    background: #FEB400;
    border: 0 none;
    font-size: 14px;
    cursor: pointer;
}

.subTitle {

    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #0055ff;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    font-family: 'Open Sans', Arial, sans-serif;
}

.gainloss-name {
    color: #575658;
}

.highcharts-title {
    display: none;
}

.shadowImg {
    display: none;
}

@media screen and (max-width: 769px) {
    .period a {
        font-size: 10px;
    }

    .options select, .options input[type=text] {
        font-size: 11px;
    }
}
.main{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.gainloss-container{
    margin-bottom: 20px !important;
}