/*body {
	padding-top: 20px;
	padding-bottom: 40px;
}*/
/*body { 
    background: url(../img/cream_dust.png) repeat 0 0;
}*/
body
{
	background: #b2dbff; 
}
.container {
  background: url(../img/cream_dust_transparent_90.png) repeat 0 0;
  margin: 0 auto;
  padding: 30px;
  /*max-width: 900px;*/
}

.places {
	margin: 0px 0;
}

.warning {
	font-size: 18px;
	font-weight: bold;
	color: brown;	
	margin-bottom: 40px;
	text-align: center;
}

.place {
  min-height: 20px;
  padding: 19px;
  padding-top:0px;
  /*margin: 0px 0;*/
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.place p + h2 {
	/*font-weight: bold;
	margin: 0px;
	padding: 0px;*/
}

.place2 {
	padding-bottom: 10px;
}

.thumbnail .caption h2 {
	margin-top: 10px;
}

/* Custom container */
/*.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}
.container-narrow > hr {
	margin: 30px 0;
}*/
/* Main marketing message and sign up button */
/*.jumbotron {
	margin: 60px 0;
	text-align: center;
}*/
.jumbotron h1 {
	font-size: 35px;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 18px;
	padding: 14px 24px;
}
/* Supporting marketing content */
/*.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}*/