#d3-dod-container {
    width: 100%;
}

#d3-dod {
    width: 100%;
    height: 875px;
}

#d3-dod-title h3 {
    text-align: center;
    color: #77bdee;
}

text.axis-label {
    text-anchor: middle;
    font-size: 13px;
    font-weight: bold;
}

text#y-axis-label {
    text-anchor: start;
}

rect.bar {
    fill: #dadada;
}

rect.bar.disney {
    fill: #77bdee;
}

rect.bar-overlay {
    fill: rgba(0, 0, 0, 0);
}

text.bar-label {
    font-size: 12px;
    text-anchor: end;
    fill: #a9a9a9;
}

text.bar-label.disney {
    fill: white;
}

img.tooltip-logo {
    width: 120px;
}
