/*.gauge {
	width: 64px;
	height: 45px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;

	.l {
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
		color: black;
		font-size: 12px;
		line-height: 0
	}
}

.gauge:before {
	content: '';
	width: 64px;
	height: 64px;
	display: block;
	border-radius: 50%;
	background-color: white;
	border: 2px solid #000;
	background-image:
	linear-gradient(0deg, transparent 50%, white 50%),
	linear-gradient(144deg, transparent 50%, white 50%);
}

.gauge.pos1:before {
	transform: rotate(36deg);
}

.gauge.pos2:before {
	transform: rotate(72deg)
}

.gauge.pos3:before {
	transform: rotate(108deg)
}

.gauge.pos4:before {
	transform: rotate(144deg)
}

.gauge.pos5:before {
	transform: rotate(180deg)
}

.gauge.risk:before {
	background-color: $color1;
}

.gauge.trad:before {
	background-color: $color2;
}*/
.bars {
  margin: 0 auto;
  width: 20px;
  height: 38px;
  border: 1px solid;
  position: relative;
  border-color: #495361;
}
.bars span {
  display: none;
}

.bars.pos4, .bars.pos5 {
  border-color: #821328;
}

.bars:before {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: repeating-linear-gradient(to top, #495361, #495361 6px, #fff 6px, #fff 7px);
}

.bars.pos1:before {
  height: 6px;
}

.bars.pos2:before {
  height: 13px;
}

.bars.pos3:before {
  height: 20px;
}

.bars.pos4:before {
  height: 27px;
  background: repeating-linear-gradient(to top, #821328, #821328 6px, #fff 6px, #fff 7px);
}

.bars.pos5:before {
  height: 34px;
  background: repeating-linear-gradient(to top, #821328, #821328 6px, #fff 6px, #fff 7px);
}

/*.signal-bars {
	width: 29px;
	height: 20px;
	position: relative;

	div {
		position: absolute;
		background: #ddd;
		width: 5px;
		bottom: 0;
		left: 0;
		height: 20%;
	}
	div:nth-child(1) {
		background: $color2
	}
	div:nth-child(2) {
		left: 6px;
		height: 40%;
	}
	div:nth-child(3) {
		left: 12px;
		height: 60%;
	}
	div:nth-child(4) {
		left: 18px;
		height: 80%;
	}
	div:nth-child(5) {
		left: 24px;
		height: 100%;
	}
}
.signal-bars.level2, .signal-bars.level3, .signal-bars.level4, .signal-bars.level5 {
	div:nth-child(2) {
		background: $color2
	}
}
.signal-bars.level3, .signal-bars.level4, .signal-bars.level5 {
	div:nth-child(3) {
		background: $color2
	}
}
.signal-bars.level4, .signal-bars.level5 {
	div:nth-child(4) {
		background: $color2
	}
}
.signal-bars.level5 {
	div:nth-child(5) {
		background: $color2
	}
}*/
#r2g-find .filters .panel-heading {
  position: relative;
}
#r2g-find .filters .panel-heading .clear {
  position: absolute;
  right: 15px;
  top: 8px;
}
#r2g-find .filters .ui-slider {
  font-size: 12px;
}
#r2g-find .slider {
  margin: 0 auto;
  position: relative;
}
#r2g-find .slider .labels {
  margin-top: 5px;
  text-align: center;
  position: relative;
  font-size: 12px;
  height: 12px;
}
#r2g-find .slider .labels .left {
  position: absolute;
  left: 0;
}
#r2g-find .slider .labels .right {
  position: absolute;
  right: 0;
}
#r2g-find .slider .labels .c {
  font-size: 10px;
  color: #aaa;
}
#r2g-find .slider.neutral-tick:before {
  content: "";
  display: block;
  position: absolute;
  width: 16.67%;
  height: 24px;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
#r2g-find .slider.zero-tick:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 24px;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #aaa;
}
#r2g-find .capitalization-chart {
  width: 80px;
}
#r2g-find .capitalization-chart div {
  position: relative;
  margin: 15px auto 0 auto;
  border-radius: 50%;
  background-color: #7887ab;
}
#r2g-find .capitalization-chart div span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  font-size: 10px;
  padding: 0 2px;
  line-height: 12px;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 2px;
  border: 1px solid #000;
}
#r2g-find .capitalization-chart .mid {
  background-color: #4f628e;
}
#r2g-find .capitalization-chart .small {
  background-color: #162955;
}
#r2g-find .capitalization-chart .micro {
  background-color: #061539;
}
#r2g-find table.main thead tr th {
  padding-top: 0;
}
#r2g-find table.main thead tr th.joined {
  padding-bottom: 0;
  border-bottom: none;
}
#r2g-find table.main thead tr:nth-child(2) th {
  border-top: none;
}
#r2g-find table.main td {
  position: relative;
}
#r2g-find table.main td > a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#r2g-find .r2g-ads .row {
  margin-left: -5px;
  margin-right: -5px;
}
#r2g-find .r2g-ads .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
#r2g-find .r2g-ads .ad {
  margin-top: 10px;
  display: block;
  padding: 5px 10px 22px 10px;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}
#r2g-find .r2g-ads .ad .title {
  font-size: 14px;
  margin: 0 0 3px 0;
  font-weight: bold;
}
#r2g-find .r2g-ads .ad .designer {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #888;
}
@media only screen and (min-width: 768px) {
  #r2g-find .r2g-ads .ad {
    margin-top: 0;
  }
}