.logo-img{
	height:100px;
}
.p50{
	padding:30px;
}
.fcb{
	color:rgb(0, 102, 153);
}
.mL0{margin-left:0px !important}
.mR0{margin-right:0px !important}
.pL0{padding-left:0px !important}
.pR0{padding-right:0px !important}
.table_titles{
	background: url(../images/table-title-bg.jpg) repeat-x;
	padding: 5px 0 11px 6px;
	width: 540px;
	clear: both;
}
.tableTdBottomBorder tbody tr{
	border-bottoom:1px solid #a2a1a1 !important;
}

/*-- starts CSS for custom tool tip --*/
.customTip {
    position: relative;
    display: inline-block;
    
}

.customTip .tooltiptext {
    visibility: hidden;
    
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    
}

.customTip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.customTip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext ul li:before {
    /*content: "• ";*/
	/*content:'\2022';*/
	 content:'\25A0';
      
      color: #fff;
      
}
.tooltiptext ul li span{
   position: relative; 
   left: 5px;
}
/*-- ends CSS for custom tool tip --*/

.panel-fire-safety{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-top: 20px;
}
