progress[value]{width:35px;height:7px;border:1px solid rgb(233, 239, 232);border-radius:2px;margin:0px 0;color:#ddd;margin-top: -5px;vertical-align: middle;
	background: -moz-linear-gradient(left, #ffffff 0%, #79ce00 19%, transparent 19%, transparent 21%, #79ce00 21%, #79ce00 39%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 39%, transparent 41%, #79ce00 41%, #79ce00 59%, transparent 59%, transparent 61%, #79ce00 61%, #79ce00 79%, transparent 79%, transparent 81%, #79ce00 81%, #79ce00 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(19%,#79ce00), color-stop(19%,transparent), color-stop(21%,transparent), color-stop(21%,#79ce00), color-stop(39%,#79ce00), color-stop(39%,transparent), color-stop(41%,transparent), color-stop(41%,#79ce00), color-stop(59%,#79ce00), color-stop(39%,transparent), color-stop(41%,transparent), color-stop(41%,#79ce00), color-stop(59%,#79ce00), color-stop(59%,transparent), color-stop(61%,transparent), color-stop(61%,#79ce00), color-stop(79%,#79ce00), color-stop(79%,transparent), color-stop(81%,transparent), color-stop(81%,#79ce00), color-stop(100%,#79ce00));
	background: -webkit-linear-gradient(left, #ffffff 0%,#79ce00 19%,transparent 19%,transparent 21%,#79ce00 21%,#79ce00 39%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 59%,transparent 61%,#79ce00 61%,#79ce00 79%,transparent 79%,transparent 81%,#79ce00 81%,#79ce00 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#0057a9 19%,transparent 19%,transparent 21%,#79ce00 21%,#79ce00 39%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 59%,transparent 61%,#79ce00 61%,#79ce00 79%,transparent 79%,transparent 81%,#79ce00 81%,#79ce00 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#79ce00 19%,transparent 19%,transparent 21%,#79ce00 21%,#79ce00 39%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 59%,transparent 61%,#79ce00 61%,#79ce00 79%,transparent 79%,transparent 81%,#79ce00 81%,#79ce00 100%);
	background: linear-gradient(to right, #79ce00 0%,#79ce00 19%,transparent 19%,transparent 21%,#79ce00 21%,#79ce00 39%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 39%,transparent 41%,#79ce00 41%,#79ce00 59%,transparent 59%,transparent 61%,#79ce00 61%,#79ce00 79%,transparent 79%,transparent 81%,#79ce00 81%,#79ce00 100%);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
progress[value]::-webkit-progress-bar{background-color:transparent;position:relative;}
progress[value]::-webkit-progress-value{width:100%;background-color:#fff;background-size:100%;position:relative;overflow:hidden;
	 -webkit-transition:width 0.6s ease;
	-moz-transition:width 0.6s ease;
	-o-transition:width 0.6s ease;
	transition:width 0.6s ease;
}

@media (min-width: 614px) {
    .details {
		margin-top: 41px;
	}
}

.jobScoreProgress > .tooltip > .tooltip-inner {
	white-space: normal;
}
progress[value]::-moz-progress-bar {
  background-color: #fff;
}