* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  width: 960px;
  margin: 30px auto;
  font: 100%/1.5 Arial, sans-serif;
  background: #6c6c6c;
  color: #fffdfd;
}

h2 {
  color: #D12200;
  font-weight: 500;
}

button {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.download-button:active {
  background: #A21B00;
}

.import-button:active {
  background: #5D5D5D;
}

.download-button {
  float: left;
  margin-left: 0;
  margin-right: -2px;
  width: 190px;
  height: 50px;
  border: none;
  border-right: 2px solid white;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: white;
  background: #D12200;
}

.import-button {
  float: left;
  margin-left: -2px;
  width: 190px;
  height: 50px;
  border: none;
  border-left: 2px solid white;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  color: white;
  background: #7E7E7F;
}

#area {
  position: relative;
}

#area p {
  position: absolute;
  top: -5px;
  /* Magic number? :( */
  left: 173px;
  background: #282829;
  line-height: 25px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: white;
  text-align: center;
  border: 2px solid white;
  font-size: 15px;
}

#file {
  background: url(https://eu.static.mega.co.nz/images/extension/rar.png) no-repeat;
  text-indent: 30px;
}

a {
  text-decoration: none;
  color: #D12200;
}

button a {
  text-decoration: none;
  color: #fff;
}

.clear {
  clear: both;
}
