.fullbg {
	height: 85vh; /* For 100% screen height */
    /*height: 100%;
	min-height: 600px;*/
}

.bolder{
  font-weight: 500;
  text-shadow: 2px 2px 6px #fff;
}

.titleShadow{

}

.boxShadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.aptChoice img {
	opacity: 0.5;
  	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.aptChoice img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#price_table{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
    width: 100%;

}

#price_table td, #price_table th {
    padding: 8px;
}

#price_table tr:nth-child(even){background-color: #afe5fa; color: #333;}

#price_table td:nth-child(even){background-color:  rgba(0, 0, 0, 0.2);}