@charset "utf-8";
/* CSS Document */
html {
  background-color: #fff;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.pie {
  width: 500px;
  height: 500px;
  margin: 20px auto;
}
#digits {
  position: absolute;
  font-size: 7rem;
}
.buttons {
  position:absolute;
  bottom: 10px;
  left: 10px;
}
.button {
  display: block;
  float: left;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
}
.button:hover {
  color: #000;
  border-color: #000;
}
.credits {
  font-size: 0.8rem;
  color: #AAA;
  position:absolute;
  right: 10px;
  top: 10px;
}
a,
a:visited,
a:active {
  color: #AAA;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.Sektor {
}
.Sektor-sector {
  stroke: #800;
} 
.Sektor-circle {
  stroke: #ccc;
}