<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#costInfoPanelCDiv{	
	padding:3px;
	border:2px solid #fff;
	z-index:500;
	box-shadow: 0px 0px 5px #16181a;
	-webkit-box-shadow: 0px 0px 5px #16181a;
	-moz-box-shadow: 0px 0px 5x #16181a;	
	background-color: #EE3124;
}
#costInfoPanelShadowDiv{
	width:758px !important;
	position:absolute;
	left:-3px;
	top:-5px;
	display:none;
}

.rich-mpnl-header{
	height:20px;
	background:#EE3124;
	border-color:#EE3124;
}
.rich-mpnl-content{
	padding:0 !important;
	border:none !important;
}
.rich-mpnl-body{
	background:#FFFFFF;
}

#title{
	color:333333;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 3px;
	text-transform: uppercase;
}

.costPanelContentScrollContainer{
	overflow:auto;
}

.costInfoPanelButton{
	height: 25px;
    text-align: center;
    vertical-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fffefe;
    cursor: pointer;
    float:right;
    margin-right:10px;
}

.costInfoPanelButton .left {
    background: url(../../../../../images/vim/flight-info-panel/booking_subdomain/button-left-corner.png) left center no-repeat;
    width: 4px;
}

.costInfoPanelButton .middle {
    background: url(../../../../../images/vim/follow-menu/booking_subdomain/button-body.png) repeat-x;
    width: 92px;
}

.costInfoPanelButton .right {
    background: url(../../../../../images/vim/flight-info-panel/booking_subdomain/button-right-corner.png) right center no-repeat;
    width: 4px;
}

.cost-info-panel-div-tariffsAndTaxesHeader {
	padding:5px 0 8px 2px;
	font-weight: bold;
}

.cost-info-panel-div-additionalServicesHeader {
	padding:23px 0 12px 2px;
	font-weight: bold;
}

.cost-info-panel-div-result {
	padding-top:12px;	
}</pre></body></html>