html {
    font-size: 2.5vw;
}

header {
    position: absolute;
    width: 100%;
    margin: 0.3rem;
    margin-top: 0.5rem;
    line-height: 1.8rem;
}

footer {
    position: absolute;
    bottom: 1%;
    width: 100%;
}

header h1, header h2 {
    display: block;
    margin: 0.1rem auto;
    text-align: center;
}

#chart-container, .container {
    position: absolute;
    top: 16%;
    left: 22%;
    width: 56%;
    height: 56%;
    z-index: 2;
}

#info-container {
    z-index: 3;
    opacity: 0;
    display: none;
}

.chart-title {
    text-anchor: middle;
}

#instructions {
    position: absolute;
    width: 40%;
    top: 30%;
    left: 22%;
    text-align: center;
}

.instructions {
    font-weight: lighter;
}

footer .cc-logo {
    display: block;
    margin: 0 auto;
}

section.get-embed {
    float: left;
    margin-top: 1.8vw;
    margin-bottom: 1.8vw;
    margin-left: 2.4vw;
    font-size: 2.2vw;
}

section.get-embed:hover {
    cursor: pointer;
}

section.logo {
    width: 35vw;
    float: right;
    margin-right: -2%;
}

section.logo img {
    width: 80%;
    height: auto;
}

.info {
    position: absolute;
    top: 7%;
    left: 1%;
}

div.box {
    position: absolute;
    left: 8%;
    bottom: 10%;
    width: 15%;
    height: 15%;
    border: 1px solid #818388;
}
