.bigRegionDiv {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #e7e7e7;

  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 28px;
  
}

#bigSmallDivider{
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #979797;

  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f2f2f2;
  
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 28px;

  font-size: 18px;
}

.faster {
  color: #24a122;
  font-size: 24px;
}

.slower {
  color: #d00202;
  font-size: 24px;
}

#header-line-one {
  font-size: 18px;
}

#header-line-two {
  font-size: 16px;
}

.smallRegionDiv {
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;

  padding-left: 35px;
  padding-right: 35px;
  height: 350px;
}

.bigRegionDiv .textUnderProgBar {
  padding-bottom: 45px;
}

.smallRegionDiv .textUnderProgBar {
  padding-bottom: 21px;
}

.progress-bar-plain {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}

#title-header {
  margin-bottom: 50px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #979797;

  background-image:linear-gradient(0deg, #ededed 0%, #ffffff 100%);

  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

#title-text {
font-size:35px;
color:#0b0b0b;
line-height:40px;
text-align:center;
}

#title-subtext {
font-size:25px;
color:#0b0b0b;
line-height:40px;
text-align:center;
}

#title-circle {
  display: inline-block;
  border:1px solid #979797;
  width: 100px;
  height: 100px;
  background: #1a1a1a;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding-bottom: 25px;
  background-image: url("../img/s3-icon.png");
  background-repeat: no-repeat;
  background-position: center; 
}

.progress.uxdg {
  height: 40px;
  background:#fafafa;
  border:1px solid #979797;
  border-radius: 0px;
}
.progress-bar.uxdg {
  height: 40px;
  background:#257acf;
}

#rightInfoBox {
  padding-left: 38px;
  font-size: 16px;
}

.current-upload {
  height: 20px;
}

.percent-complete {
  float: right;
}