body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #aeaeae;
}

.left {
  width: 100%;
  text-align: left;
}

form#line-number-form {
    background-color: #efefef;
    padding: 30px;
}

input[type=submit] {
  background-color: #aeaeae;
  vertical-align: bottom;
  color: white;
  height: 80px;
  border: 0;
  cursor: pointer;
  font-family: 'Poetsen One';
  font-size: 60px;
  padding: 0 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=text] {
  font-size: 60px;
  width: 120px;
  padding-left: 15px;
  background: #fff;
  border: 0px solid #aeaeae;
  border-bottom: 2px solid #aeaeae;
  color: #aeaeae;
  outline: none;
  font-family: 'Poetsen One';
}

.hide {
  display: none;
}

.tab {
  padding: 10px;
  display: inline-block;
}

a.tab {
  text-decoration: none;
}

.tab.active, a.tab:hover {
  background-color: #aeaeae;
  color: white;
}

.size-72 {
  font-size: 72px;
}

.medium-text {
  font-size: 36px;
  font-family: 'Poetsen One';
}

.center {
  text-align: center;
}

.table-center {
  margin-right: auto;
  margin-left: auto;
}

.line-by-line td {
  vertical-align: top;
  padding: 0 20px 20px 20px;
}

.vspace-top-50 {
  margin-top: 50px;
}

.vpad-top-50 {
  padding-top: 50px;
}

.number-heading {
  font-size: 80px;
  color: #aeaeae;
  font-family: 'Poetsen One';
}

.text-heading {
  font-size: 24px;
  color: #aeaeae;
  font-family: 'Poetsen One';
}

.panel {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.col3 {
  width: 31%;
  display: inline-block;
  padding: 1%;
  vertical-align: top;
}

.upload-area {
  width: 800px;
  height: 500px;
  background-color: #aeaeae;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url('../images/upload_here.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}

.progress-bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.progress {
  transition: width 0.8s;
  transition-timing-function: ease-in-out;
  width: 0;
  height: 100%;
}

.legend-area {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

.info-area {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Poetsen One';
  font-size: 24px;
}

.details-area {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Poetsen One';
}

.details-area div {
  padding: 10px 10px 10px 10px;
  overflow: scroll;
  border: #efefef 1px solid;
}

.details-table {
  text-align: right;
  font-size: 24px;
}

@font-face {
  font-family: 'Poetsen One';
  src: url('../fonts/poetsen_one.eot');
  src: url('../fonts/poetsen_one.eot?#iefix') format('embedded-opentype'), url('../fonts/poetsen_one.svg#Poetsen One') format('svg'), url('../fonts/poetsen_one.woff') format('woff'), url('../fonts/poetsen_one.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
