﻿.wrap {
  width: 100%;
}

.region-container {
  margin-bottom: 26px;
}
.region-container .region-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: 5px;
}

.bar {
  background: #CD4035;
  width: 0px;
  margin: 0 0 10px 0;
  color: #fff;
  position: relative;
  transition: width 2s, background 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  clear: both;
  opacity: 0.8;
  overflow: hidden;
}
.bar.top-5 {
  background: #3DA592;
}
.bar.top-5-to-10 {
  background: #1F5249;
}
.bar .label {
  z-index: 10;
  font-size: 18px;
  padding: 10px 10px;
  background: #012673;
  width: 200px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: bold;
  line-height: 22px;
  opacity: 1;
}
.bar .label .info {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
.bar .count {
  position: absolute;
  right: 0.25em;
  top: 1.5em;
  padding: 0.15em;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: right;
}

.percent-labels-wrapper {
  margin-left: 190px;
  position: relative;
  border-top: 1px #000 solid;
  overflow: hidden;
  height: 30px;
}
.percent-labels-wrapper .percent-label {
  display: inline-block;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
