body {
  background: #EEEEEE;
  margin: 0 auto;
}

#wrapper {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.clear {
  clear: both;
}

/*-----------------------
UPLOAD
-----------------------*/

form {
  width: 50%;
  margin: 40% auto 0;
  font-family: 'Montserrat', sans-serif;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  background: #f5d76e;
  border: 4px solid #f5d76e;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  outline: none;
  padding: 3.75em 1em;
  font-size: 1em;
  cursor: pointer;
  margin: 0 auto;
}

input[type="submit"] {
  border: 2px solid #F4D03F;
  padding: .5em 1em;
  background: none;
  color: #F4D03F;
  font-size: .8em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 25px;
}

input[type="submit"]:hover {
  background: #F4D03F;
  color: #fff;
}

/*-----------------------
VIEW
-----------------------*/

.viewers {
  margin: 1em auto;
  width: 60%;
}

.total-viewer-box {
  float: left;
}

.total-viewer-box p {
  padding-top: 9em;
}

.total-viewer-box p em {
  font-size: 3em;
  font-style: normal;
}

h2 {
  text-align: center;
}

.new-users_box {
  float: left;
}

.new-users_box rect {
  fill: none;
}

.new-users_box, .regions_box {
  width: 60%;
  height: 0;
  padding-bottom: 40%;
  display: block;
  margin: 1em auto;
}

.regions {
  margin: 0 auto;
  width: 90%;
  display: block;
}

.regions_box {
  width: 50%;
  padding-bottom: 31%;
  float: left;
}

table {
  margin: 1em auto;
  float: right;
  width: 50%;
}
