/* Stylesheet goes here */

@font-face {
    font-family: Lato;
    src: url('http://www.the-american-interest.com/d3/mapping/ukraine-1/Lato-Reg.otf');
}

@font-face {
    font-family: LatoItal;
    src: url('http://www.the-american-interest.com/d3/mapping/ukraine-1/Lato-RegIta.otf');
}

@font-face {
    font-family: LatoBold;
    src: url('http://www.the-american-interest.com/d3/mapping/ukraine-1/Lato-Bol.otf');
}

#vis-contain {
	margin: 0px auto;
	width: 80%;
}

.chart-title {
    text-anchor: middle;
    font: 24px LatoBold;
    text-transform: uppercase;
}

.chart-subtitle {
    fill: #888;
    text-anchor: middle;
    font: 16px LatoItal;
}

