body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  font-family: "ff-more-web-pro-wide";
  padding: 0;
  margin: 0;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul {
  margin: 0 auto;
  padding: 0 0 0 100px;
  max-width: 700px;
}

#announcement {
  width: 100%;
  overflow:hidden;
  padding: 20px;
  z-index: -1;
  background: #121212;
  max-height: 200px;
  webkit-transition: max-height 0.3 ease-in-out;
  -moz-transition: max-height 0.3 ease-in-out;
  -o-transition: max-height 0.3 ease-in-out;
  transition: max-height 0.3 ease-in-out;
}

#announcement p, #announcement ul {
  font-size: 14px;
  line-height: 22px;
  max-width: 800px;
  padding: 0;
}

#announcement-close {
  position: absolute;
  left: 10px;
  top: 10px;
  background: url('../data/xOut.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#header {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  /*width: 100%;*/
  text-align: right;
  z-index: 2;
}

#footer {
  height:50px;
  width: 100%;
  background: #000;
  color: #ddd;
  text-align: center;
  margin: 0;
  padding: 20px 0 0 0;
  border-top: 1px dotted #333;
  z-index: 2;
}

#footer:before, #footer:after {
  display: table;
  content: "";
  zoom: 1;
}

#footer:after {
  clear: both;
}

#footer a {
  border: none;
}

#desc {
  padding-top: 30px;
  background: #000;
  width: 100%;
}

#container {
  width: 100%;
  background: #000;
}

#sketch {
  width: 1240px;
  height: 700px;
  padding: 0 0 0 0;
  background: #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  /*box-shadow: 0px -10px 5px #333;*/
  background: url('../data/loading.gif') #000;
  background-repeat: no-repeat;
  background-position: center center;
}

#sketch canvas {
  position: absolute;
  left: 0px;
  padding: 0;
  top: 20px;
}

#sketch .data {
  display: none;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 60px;
}

.toggle {
  position: absolute;
  top: 0px;
  width: 100px;
  height: 14px;
  padding: 10px 0;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Ropa Sans';
  background: rgba(32,32,32);
  opacity: .9;
  border: 1px solid #ddd;
}

.toggle.active {
  background: rgb(104,115,112);
  border: 1px solid rgb(104,115,112);
}

.toggle:hover {
  cursor: pointer;
}

#sketchToggle {
  left: 30px;
}

#dataToggle {
  left: 150px;
}

#downloadData {
  /*position: absolute;*/
  /*left: 270px;*/
  left: 30px;
  top: 18px;
}

a {
  color: #fff;
  text-decoration: underline;
  /*border-bottom: 1px dotted #fff;*/
}

a:hover {
  color: rgb(104,115,112);
  /*border-bottom: 1px dotted rgb(104,115,112);*/
}

#dataCredit {
  color: #ddd;
  font-size: 14px;
  line-height: 24px;
}

p {
  max-width: 700px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ddd;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

h1 {
  max-width: 700px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 36px;
  font-weight: normal;
  padding: 10px;
  /*font-weight: 600;*/
}
.sadFace {
  color: #62c193;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 84px;
  text-align: center;
}

.errorMsg {
  margin-right: auto;
  margin-left: auto;
  padding-top: 300px;
  text-align: center;
}

@media (max-width: 560px){

}