@font-face {
    font-family: Whitney Book;
    src: url("../fonts/Whitney-Book.otf") format("opentype");
}

.main,
text {
    font-family: Whitney Book, sans-serif;
}

.main {
    /*width: 100%;*/
    color: #2a2a2a;
}

#chart,
.centered {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

rect {
    stroke: darkgray;
    /*antiquewhite;*/
}

rect.parent {
    fill-opacity: 1;
}

rect.parent:hover {
    fill-opacity: 0;
    stroke: white;
}

text.childText {
    fill-opacity: 0;
    fill: antiquewhite;
}

text {
    fill: #ffffff;
}

g.grandparent rect {
    fill: white;
}

g.grandparent text {
    fill: black;
}

text,
rect {
    cursor: pointer;
}

.main a.btn {
    margin: 10px 22px 0 4px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    background: #083a82 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFW…eiY5rktASUmI6meB++1ApK3q+Q+FuB2IeRkfEb1XIcQIABAGK3a5zqxhxoAAAAAElFTkSuQmCC) no-repeat right 16px center;
    border-radius: 7px;
    color: #fff;
    padding: 10px 49px 10px 30px;
    display:inline-block;
}

.main a.btn:hover {
    opacity: 0.5;
}

.main a.btn.btn-active {
    color: #083a82;
    background-color: #fff;
    border: 1px solid #083a82;
}

.main .buttons-row {
    /*display: block;*/
    margin: 0;
}

.main .buttons-label {
    display: inline-block;
    width: 100px;
}

section.main { 
    padding: 100px 0;
}

@media (max-width: 800px) {
    .main a.btn {
        margin: 5px 10px 0 10px;
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }
}
.main h1.centered {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}

#controls2356 {
	margin: 20px 0;
}