/* Reset & Basic style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/*==========================================*/

body {
  background-color: #355482;
  opacity: 0.8;
}

#cotainer {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-left: 25px;
}

.d3-tip {
  line-height: 1;
  color: white;
  font-size: 15px;
  font-family: 'Roboto', serif;
  font-weight: 100;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#title {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: white;
  font-family: 'Roboto', serif;
  font-weight: 100;
}

h1 {
  font-size: 3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #2bcc3d;
}

h3 {
  font-size: 1em
}

h3 a {
  font-weight: 400;
  text-decoration: none;
  color: #ff005d;
}

h4 {
  margin-top: 12px;
  font-size: 0.8em;
  color: #b7b7b7;
}

