body {
    padding: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

div.header {
    border: 0px solid red;
    margin-bottom: 15px;
}

div.search_form {
    width: 600px;
    border: 0px solid red;
    box-shadow: 3px 3px #000;
    border-radius: 10px;
    text-align: justify;
    display: inline-table;
    float: left;
    margin-right: 1em;
    height: 100px;
}

div.search_form_top {
    background-color: #8999ef;
    border-top: 3px solid #000080;
    border-right: 3px solid #000080;
    border-left: 3px solid #000080;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    height: 58px;
}

div.search_form_top h2 {
    color: white;
    text-align: center;
    margin-top: 10px;
}

div.search_form_bottom {
    border-bottom: 3px solid #000080;
    border-right: 3px solid #000080;
    border-left: 3px solid #000080;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: auto;
    height: 35px;
    padding: .2em;
    text-align: center;
}

div.search_form_bottom input[type=text] {
    font-size: larger;
    width: 135px;
    padding: 0em .2em;
}

div.header input[type=submit] {
    font-size: larger;
    border-radius: 10px;
    cursor: pointer;
}

div.header input[type=checkbox] {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

div.pres_nav {
    display: inline-table;
    width: auto;
    min-width: 500px;
    height: 100px;
    border: 3px solid #000080;
    border-radius: 10px;
    box-shadow: 3px 3px #000;
}

div.pres_nav .pres_header {
    width: 250px;
    float: left;
    margin-right: .5em;
    border: 0px solid purple;
}

div.pres_nav .pres_header .top {
    border-top-left-radius: 3px;
    background-color: #8999ef;
    top: 0px;
    position: relative;
    height: 58px;
    border: 1px solid transparent;
    margin-bottom: 3px;
}

div.pres_nav .pres_header .top h2 {
    color: white;
    text-align: center;
    margin-top: 10px;
    border: 0px solid green;
}

div.pres_nav .pres_header .bottom {
    text-align: right;
}

div.pres_nav .pres {
    display: inline-block;
    margin-right: .5em;
    width: 42px;
    text-align: center;
    border: 0px solid darkgreen;
    margin-top: 5px;
    position: relative;
}

div.pres_nav .pres img{
    width: 40px;
    height: 50px;
    border: 1px solid black;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 60vh;
    width: 80vw;
}

canvas {
    /*border: 1px dotted red;*/
}

.flot_containter {
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.flot-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.flot-tooltip {
    position: absolute;
    display: none;
    padding: 5px;
    border: 1px solid maroon;
    background-color: #ffa5a7;
    opacity: 0.80;
    border-radius: 5px;
}
.flot-tooltip-green {
    border: 1px solid #3c704b;
    background-color: #b8ffa8;
}

table.main_content {
    width: 500px;
    /*border: 1px solid silver;*/
}
table.main_content thead th {
    border-bottom: 1px solid silver;
}
table.main_content tbody td {
    padding: 3px 10px;
}
table.main_content tbody td.date {
    text-align: center;
}
table.main_content tbody td.currency {
    text-align: right;
}
table.main_content tr:nth-child(even){background-color: #f2f2f2}
h4 {
    margin-top: -20px;
}
h3 {
    margin-top: 20px;
    color: darkred;
}
p.stats_footer {
    border-top: 1px solid silver;
    font-size: x-small;
    cursor: pointer;
}
img.small_icon {
    width: 22px;
    height: 22px;
}
