        .widget {
            background: #4b4b4b;
			/*border: 18px solid white !important;*/
			margin:18px;
            width: 626px;
			height: 147px;
            border-radius: 0px;
			position: relative;
			color: White;
			max-width: 100%;
			float:left;
        }
        .widget input {
            padding: 5px;
            border-radius: 0px;
            border: none;
            margin-top: 4px;
            width: 100%;
			white-space: normal;
        }

        .check-availability {
            border: 8px solid white !important;
            background-color: #96b285;
            color: white;
            font-weight: 600;
			height: 110px
        }
		.check-availability:hover {
		color:#1b330c;
		background-color: #DAEAD0;
		cursor: pointer;
		}
		
		

        .datepicker-top-left, .datepicker-top-right{
            transition: none;
        }
		
		.datepicker-container{
			color: black;
		}
		.picked{
			color:pink;
		}
		
#inputdates{
	width: 374px;
}
#checkbutton {
    width: 30%;
	position: absolute;
	right: 18px;
	bottom: 18px;
}

@media only screen and (max-width: 707px) {
	.widget {
		/*border: 0 !important; */
		margin:0px;
		position: absolute;
		top: 900px;
		width: 484px;
		min-width: 484px;
	}
	.slideshow {
		padding: 0;
	}
	.info{
		visibility:hidden;
	}
	#inputdates{
		width: 275px;
	}

}