﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #575755;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    background-color: #3d87af;
}

.Tab a {
    height: auto;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    border-radius: 0;
    display:inline-block;
    font-family: inherit;
    font-weight: 300;
    font-size: 1.0em;
    text-transform: none;
    color: #575755;
    font-style: normal;
    text-decoration: none;
    background: #e7e7e7;
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    position: relative;
    top: 0;
    left: 0em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .Tab a:hover {
        background: #406eb3;
        color: #FFFFFF;
        text-decoration: none;
        font-style: normal;
        z-index: 9;
    }
    /* Selected tab rules */
.Tab.Tab_Active a {
    background: #406eb3;
    color: #FFFFFF;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
}

    .Tab.Tab_Active a:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #406eb3;
        bottom: -8px;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        width: 0;
    }

.TabsContainer {
    text-align: center !important;
}

    .Tab {
        box-sizing: border-box;
        width: 50%;
        display:inline-block;
    }


    .GraphContainer {
        height: 200px;
        padding-top:10px;
    }

.instrument_7400002 div[style="white-space: nowrap; padding: 10px;"] {
    height: 30px!important;
    overflow:hidden;
    padding-top:7px!important;
}