body
{
	background-color: #F7FCD1;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	font-size: 14px;
}

a
{
	font-weight: bold;
}

a:hover
{
	color: #33CC33;
}

a.credit
{
	color: #2E2E2E;
}

a.credit:hover
{
	color: #33CC33;
}

h1
{
	margin-bottom: 20px;
}

h2
{
	font-size: 20px;
	margin-bottom: 15px;
}

h3
{
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 3px;
}

span.small
{
	font-size: 10px;
}

div.time-span
{
	/* OLD:
	background-color: #59D659;
	*/
	background-color: #47AB47;
	border-top-left-radius: 10px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}

div.price
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}

div#information-link
{
	background-color: #CD7F32;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	margin-top: 50px;
	border-radius: 45%;
}

div#information
{
	background-color: #CD7F32;
	border-style: solid;
	border-radius: 20px;
	border-color: #A57164;
	border-width: 10px;
	padding-bottom: 20px;
}

img.height
{
	max-height: 200px;
	width: 100%;
}

div#address
{
	margin-right: 10px;
	float: center;
}

div#map-canvas
{
    max-width: 100%;
    height: 400px;
}

img#round
{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

img.rounded
{
	border-radius: 8px;
}

.navbar-nav > li > a
{
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.navbar
{
	min-height: 40px !important;
}

.row-centered
{
    text-align:center;
}

.col-centered
{
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}