* {
    box-sizing: border-box;
}

body {
    font-size: 62.5%;
    font-family: "Yandex_Sans_Display_Web_Regular", arial, sans-serif;
}

div {
    cursor: default;
}

/* ЗАГОЛОВКИ */
#header {
    font-family: "Yandex_Sans_Display_Web_Bold";
    font-size: 17px;
    color: #000000;
    letter-spacing: .02em;
    line-height: 20px;
    margin-bottom: 11px;
}

#subheader {
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    color: #000000;
    line-height: 15px;
    margin-bottom: 20px;
}


/* КОНТЕНТ */
#content {
    font-size: 12.5px;
    font-family: "Yandex_Sans_Display_Web_Light";
}


/* КНОПКИ */
#buttons {
    font-family: "Yandex_Sans_Display_Web_Thin";
    font-size: 12.5px;
    padding-left: 0;
    margin-bottom: 0;
}

#buttons li {
    /*display: inline-block;*/
    /*border: 1px #CCC solid;*/
    /*border-radius: 3px;*/
    margin: 0 5px 0 0;
    /*padding: 2px 5px 3px 5px;*/
    /*color: #999;*/
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 28px;
    font-family: arial, sans-serif;
    padding: 0 13px;
    border-radius: 3px;
    border: rgba(0, 0, 0, 0.2) solid .5px;
}

#buttons li.pressed {
    /*background-color: #FFCC33;*/
    background-color: #ffdb4d;
    /*color: black;*/
    /*border: 1px #999 solid;*/
}

#buttons li, .clickable {
    cursor: pointer;
}


/* ЛЕГЕНДА */
#legend {
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 1.25em;
    margin: 6px 0 12px 0;
}

.legend-square {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px 0 15px;
    vertical-align: middle;
}


/* КРУГИ */
.arc text, .arc-text {
    font-family: "Yandex_Sans_Display_Web_Light";
    text-anchor: middle;
    font-size: 12.5px;
}

svg .label {
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 1.25em;
}

/* ОСИ */
.axis {
    font-size: 10px;
}

.axis line {
    fill: none;
    stroke: rgba(0, 0, 0, .25);
    stroke-width: 1px;
    shape-rendering: crispEdges;
}

.y.axis line {
    display: none;
}

.axis path {
    display: none;
}

.x.axis .line_bottom {
    stroke: black;
    stroke-width: 2.5px;
    display: block;
}


/* ТУЛТИПЫ */
#tooltip {
    position: absolute;
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    padding: 6px;
    /*background: rgba(255, 255, 255, .9);*/
    background: #ebebeb;
    /*border: solid 1px rgba(203, 203, 203, .5);*/
    pointer-events: none;
    line-height: 15px;
    max-width: 300px;
}


/* ИНФОРМАЦИОННОЕ ОКНО */
#infopane {
    width: 390px;
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 1.25em;
    line-height: 15px;
    vertical-align: top;
    pointer-events: none;
}

#infopane h1 {
    font-family: "Yandex_Sans_Display_Web_Bold";
    font-weight: normal;
    font-size: 12.5px;
    margin-bottom: 4px;
}

#infopane p {
    margin-top: 0;
}

span.example {
    color: #999;
}


/* ПОДПИСИ */
#caption {
    font-family: "Yandex_Sans_Display_Web_Regular";
    text-transform: uppercase;
    font-size: 9px;
    color: #555150;
    margin-top: 20px;
    letter-spacing: .06em;
    line-height: 13px;
}