#priceMonitor{
	position: fixed;
	right:-242px;
	top:50px;
	width: 297px;
	overflow: hidden;
	top:50%;
	transform: translateY(-50%);
    visibility: hidden;
}
		#hns-widget *{
			-webkit-box-sizing: border-box;
		  	-moz-box-sizing: border-box;
		  	box-sizing: border-box;
		}
		#hns-widget{
			width: 300px;
            color: #d9d9d9;
			font-family: 'Nunito', sans-serif;
            font-weight: 300;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
            #hns-widget.light{
            color: #454545;            
            }
		#hns-widget-header{
			height: 50px;
            line-height: 50px;
            background: #555 url(images/zoom.png) no-repeat 72px 50%;
            padding-left: 102px;
            color: #FFF;
            letter-spacing: 1.1px;
            font-size: 13px;
            border: 1px solid #555;
            border-radius: 5px;
            position: relative;
		}
        .light #hns-widget-header {
            background: #f4f4f4 url(images/zoom_dark.png) no-repeat 72px 50%;
            border: 1px solid #f4f4f4;
            color: #454545;
        }
        .monitorClose {
            position: absolute;
            left: 0;
            top: 0;
            width: 54px;
            height: 100%;
            background: url(images/ratemonitor_close.png) no-repeat 21px 50%;
        }
        .monitorOpen {
            display:none;
            position: absolute;
            left: 0;
            top: 0;
            width: 54px;
            height: 100%;
            background: url(images/zoom.png) no-repeat 15px 50%;
        }
        .light .monitorOpen {          
            background: url(images/zoom_dark.png) no-repeat 15px 50%;
        }
        #hns-widget-content{
            background: #454545;
            width: 250px;
            margin-left: 55px;
            padding-left: 32px;
            padding-right: 23px;
            padding-top: 15px;
		}
        .light #hns-widget-content {
            background: #ededed;
        }
        .monitorCheck{
            float: left;
            position: absolute;
            left: 65px;
        }        
		#hns-widget-own-price{
			color: #00d36d;
		}
        .light #hns-widget-own-price {
           color: #20d27c;
        }
		.cf{
			clear:both;
			overflow: hidden;
		}
		.lft{
			float:left;
			font-size: 15px;
		}
		.rght{
			float:right;
			font-size: 15px;
			position: relative;
		}
		#hns-extras{
			list-style-type: none;
			padding:0;
			margin: 5px 0 15px;
			font-size:12px;
            line-height: 19px;
		}
		#hns-other-prices{
			padding:0;
		}
		#hns-other-prices li{
			border-top:1px solid #565656;
			padding: 16px 0;
		}
		
		#hns-book-now{
			background: #00d36d;
            color: #FFF;
            text-decoration: none;
            display: block;
            height: 50px;
            line-height: 50px;
            margin: -20px -20px 0 -32px;
            text-align: center;
            font-size: 15px;
            text-transform:uppercase;
		}
        .light #hns-book-now {
           background: #20d27c;
        }
.rm_loader {
    display: none;
	position: absolute;
    top: 0px;
    right: 0px;
}
#priceMonitor.left{
	right:auto;
	left: -250px;
}

.left #hns-widget-content{
	margin-left: 0;
}
.left .monitorCheck{
    left: 10px;
}
.left .monitorClose, .left .monitorOpen{
	left: auto; 
	right: 0;
}
.left #hns-widget-header{
    background-position: 20px 50%;
    padding-left: 60px;
    left: -3px;
}
.left #hns-book-now{
	margin-right: -23px;
}