.hyper_skillbar {
	  position: relative;
	  display: block;
	  margin-bottom: 0.16666667em;
	  margin-left: auto;
	  margin-right: auto;
	  width: 100%;
	  line-height: 1.33333333em;
	  background: #eee;
	  height: 1.33333333em;
	  -webkit-border-radius: 3px !important;
	  -moz-border-radius: 3px !important;
	  border-radius: 3px !important;
	  -webkit-transition: 0.4s linear;
	  -moz-transition: 0.4s linear;
	  -ms-transition: 0.4s linear;
	  -o-transition: 0.4s linear;
	  transition: 0.4s linear;
	  -webkit-transition-property: width, background-color;
	  -moz-transition-property: width, background-color;
	  -ms-transition-property: width, background-color;
	  -o-transition-property: width, background-color;
	  transition-property: width, background-color;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar {
		width: 100%;
		line-height: 2em;
		height: 2em;
	  }
	}
	.hyper_skillbar .hyper_skillbar-title {
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-weight: 700;
	  font-size: 1em;
	  color: #fff;
	  background-color: #2e8440;
	  width: 2.22222222em;
	  line-height: 1.33333333em;
	  -webkit-border-radius: 0px !important;
	  -moz-border-radius: 0px !important;
	  border-radius: 0px !important;
	  -webkit-border-top-left-radius: 3px !important;
	  -webkit-border-bottom-left-radius: 3px !important;
	  -moz-border-radius-topleft: 3px !important;
	  -moz-border-radius-bottomleft: 3px !important;
	  border-top-left-radius: 3px !important;
	  border-bottom-left-radius: 3px !important;
	  height: 1.33333333em;
	  z-index: 1000;
	  display: none;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar .hyper_skillbar-title {
		left: -3.33333333em;
		width: 3.33333333em;
		line-height: 2em;
		height: 2em;
	  }
	}
	.hyper_skillbar .hyper_skillbar-title span {
	  display: block;
	  background: #2e8440;
	  padding: 0 0px;
	  text-align: center;
	  font-size: 0.66666667em;
	  -webkit-border-radius: 0px !important;
	  -moz-border-radius: 0px !important;
	  border-radius: 0px !important;
	  -webkit-border-top-left-radius: 3px !important;
	  -webkit-border-bottom-left-radius: 3px !important;
	  -moz-border-radius-topleft: 3px !important;
	  -moz-border-radius-bottomleft: 3px !important;
	  border-top-left-radius: 3px !important;
	  border-bottom-left-radius: 3px !important;
	  text-transform: uppercase;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar .hyper_skillbar-title span {
		font-size: 1em;
	  }
	}
	.hyper_skillbar .hyper_skillbar-bar {
	  position: absolute;
	  height: 1.33333333em;
	  width: 0px;
	  background: rgba(255, 0, 0, 0.65);
	  font-size: 1em;
	  line-height: 1.33333333em;
	  color: #ffffff;
	  -webkit-border-radius: 3px !important;
	  -moz-border-radius: 3px !important;
	  border-radius: 3px !important;
	  text-align: center;
	  z-index: 900;
	  overflow: hidden;
	  min-width: 1.33333333em;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar .hyper_skillbar-bar {
		line-height: 2em;
		height: 2em;
	  }
	}
	.hyper_skillbar .hyper_skillbar-bar span {
	  font-size: 0.66666667em;
	  color: #ffffff;
	  text-align: center;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  overflow: hidden;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar .hyper_skillbar-bar span {
		font-size: 1em;
	  }
	}
	.hyper_skillbar .hyper_skillbar-percent {
	  position: absolute;
	  right: 0.5em;
	  top: 0;
	  font-size: 0.66666667em;
	  color: rgba(0, 0, 0, 0.4);
	  z-index: 800;
	}
	@media all and (max-width: 750px) {
	  .hyper_skillbar .hyper_skillbar-percent {
		font-size: 1em;
		right: 0.5em;
	  }
	}