@CHARSET "UTF-8";
.tc-chart-js-legend {
  list-style-type: none;
  padding-left: 0px;
}
.tc-chart-js-legend li {
  display: block;
  float: left;
  clear:both;
  padding:10px;
}
.tc-chart-js-legend li span {
  width:25px;
  height:25px;
  display:block;
  float:left;
  margin-right:10px;
}


.panel-fixed-height {
	height: 250px;
	text-transform: uppercase;
}
.panel-fixed-height > .panel-heading {
	height: 110px;	
	position: relative;
	display: block;
}


.currency-backdrop::after {
  font-family: FontAwesome;
  content: "\f155";
  opacity: 0.3;
  top: -25px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;   
  height: 100px;	
  text-align: right;
  font-size: 150px;
}

.product-backdrop::after {
  font-family: FontAwesome;
  content: "\f1c0";
  opacity: 0.3;
  top: -25px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;   
  height: 100px;	
  text-align: right;
  font-size: 150px;
}


.user-backdrop::after {
  font-family: FontAwesome;
  content: "\f007";
  opacity: 0.3;
  top: -25px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;   
  height: 100px;	
  text-align: right;
  font-size: 150px;
}
.love-backdrop::after {
  font-family: FontAwesome;
  content: "\f004";
  opacity: 0.3;
  top: -25px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10;   
  height: 100px;	
  text-align: right;
  font-size: 150px;
}


.panel-fixed-height > .panel-heading > h2 {
	margin: auto;
	margin-bottom: 10px;
	height: auto;	
	font-weight: bold;
}
.panel-fixed-height > .panel-body > h3 {
	margin: auto;
	height: auto;	
	font-size: 20px;
}
.gung-shortcuts > ul {
    list-style-type: none;
	padding: 0;
}
