/*
body{

	margin: 4px;
	background-color: lightskyblue;

}
*/

#General{
	/*background-color: lemonchiffon; */
	/*background-color: white; */

}

#GeneralINfoHeader{
margin: 0px;
display: inline-block;
font-size: 180%;
}

#AmenitiesTable{
/* width: 95%; */

	font-size: 120%;

 }

#AmenitiesTableHolder{
	width: 100%;
	margin: auto;
}

#AmenitiesTable th{
	font-size: 150%;
}


 table, th, tr, td{
/*	border: 1px solid black;
  border-collapse: collapse; */
} 

.leftAlign{
	text-align: left;
}

.rightAlign{
	text-align: right;
}

.paddingLeft{
	padding-left: 10px;
}

.paddingRight{
	padding-right: 10px;
}

.sizit10Percent{
	width: 10%;
}

.sizit20Percent{
	width: 20%;
}

.sizit30Percent{
	width: 30%;
}

.sizit40Percent{
	width: 40%;
}


#housePhotoHolder{
/*	width: 95%; */
	}

#AmenitiesTable tr:nth-child(even) {
  background-color: #e0d6aC;
}

#houseImage{

  	margin: auto;
  	display: block;
  	/*
	width: 320px;
	height: 212px;
	*/
}

#addressHolder{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#addressHolder p{
	margin: 5px;

}

#addressPhotoHolder{

	margin: auto;
	width: 300px;
	height: 100px;

}

#addressPhoto{
	width: 100%;
	height: 100%;
}


#mapPhotoHolder{

text-align: center;
}

#mapPhoto{
	object-fit: contain;
}


#houseDescriptionHolder{
	font-size: 120%;
	width: 95%;
	margin: auto;
}

#OurLocationDescriptionHolder{
	font-size: 120%;
	width: 95%;
	margin: auto;
}


#instructionsHolder{
/*	font-size: 120%;*/ 
	width: 95%;
	margin: auto;
}

#roomAmenities{
margin: 0px;
}

/*
.AlignDivs95percent{
	width: 95%;
	margin: auto;	
}
*/

#houseCleaningHolder{

 /* background-color: #e0d6aC; */
 background-color: white;
	padding: 8px;	
}

#dividerLine{
	width: 40%;
	height:2px;
	border-width:0;
	color:#000000;
	background-color:#000000;

}

#dividerLine2{
	width: 40%;
	height:2px;
	border-width:0;
	color:#000000;
	background-color:#000000;
}

#thefooter{
	color: black;
	height: 600px;
	width: 100%;  
	font-size: 140%;
}