#lodge-block
{
width:65%;
margin-bottom:15px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color:#EBEBEB;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px; 
box-shadow: #B3B3B3 5px 5px 5px;
padding:15px;
line-height:1.4;
font-size:118%;
}

@media only screen and (max-width: 500px) {
	#lodge-block
	{
	width:100%!important;
	max-width:100%!important;
	}
}

#rvBubble
{
background-repeat: no-repeat;
background-position: 50%;
border-radius: 50%;
border:0px solid #ccc;
width: 120px;
height: 120px;
float:right;
margin-right:-7px;
margin-top:-19px;
}

.bigState
{
margin-bottom:3px;
font-size:28px;
font-weight:bold;
}

.lodgebtn {
-webkit-border-radius: 5;
-moz-border-radius: 5;
border-radius: 5px;
text-shadow: 2px 2px 1px #424242;
font-family: Arial;
color: #ffffff!important;
font-size: 17px;
background: #b00017;
padding: 10px 20px 10px 20px;
text-decoration: none;
}

.lodgebtn:hover {
background: #cc0011;
text-decoration: none;
}

.tip
{
background-color: #fbf9e9;
border: 1px solid #e3cf57;
color: #212121;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
margin: 20px 0;
padding: 15px;
text-align: left;
width:70%;
}

@media only screen and (max-width: 500px) 
{
.tip { 
width:100%!important;
	}
}

.tip > p
{
font-size:14px!important;
margin-bottom:10px;
line-height:1.4;
}
#buttonholder { margin-top:20px; }

#findTip
{
background-color: #eef3f6;
border: 1px solid #6ca6cd;
color: #212121;
}
#stateDropForm
{
font-size:18px!important;
}
#stateLabel 
{
margin-bottom:5px;
float:right;
font-weight:bold;
color:#800;
font-size:12px;
}