
 .ratingborder{
	 border: solid 2px #008d71;
 }  
.starcolor{
	color:#008d71;
}	
  #EPGcontainer {
    display: table;
    }

  .row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }
	.eh4{
	margin: 5px 5px 5px 0px;padding:0%;
	font-size:16px;
	padding: 0% 0% 0% 1%;
	color:white;
	overflow:hidden;
	text-overflow:clip;
	white-space: nowrap;	
	}
	.eb{
	/*border-radius: 2px 4px 6px 8px;*/
	border-right: solid 1px;
	border-bottom: solid 1px;
    border-color: white;
	color:#fff;
	background: #87c359;
	overflow: hidden;
	text-align:center;
	text-transform: uppercase;
	opacity: .5;
	}
	
	/*.eb:hover { background: #F05B47; }*/
	
	.erb{
	
	/*border-radius: 2px 4px 6px 8px;*/
	border-right: solid 1px;
    border-color: white;
	border-bottom: solid 1px;
	color:#fff;
	background: #586432;
	overflow: hidden;
	text-align: left;
    padding-left: 5px;
	text-transform: uppercase;
	opacity: .5;
	height: 34px;
	}
	/* .erb:hover { background: #F05B47; } */
	
	.er2b{
	
	/*border-radius: 2px 4px 6px 8px;*/
	border-right: solid 1px;
    border-color: white;
	border-bottom: solid 1px;
	color:#fff;
	background: #713F32;
	overflow: hidden;
	text-align:left;
	opacity: .5;
	height: 34px;
	}
	/* .erb:hover { background: #F05B47; } */
	
.tooltip-inner {background-color: #555;border: solid 3px #87c359;font-size:medium;}
/*
.tooltip-inner:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: -2px;
  background: red;
  z-index: -1;
}
*/
.tooltip-arrow { bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #000 
}

.tooltip.top .arrow:after {
  border-top-color: red;
}	
