body{
background: url('../img/background.jpg') repeat-x #86b918;
}
header{
height: 260px;
}
.logo{
width: 272px;
margin: 58px auto 0 auto;
}
.inside{
border: 10px solid white;
background: white;
-moz-box-shadow: inset 0 0 5px #888;
-webkit-box-shadow: inset 0 0 5px#888;
box-shadow: inner 0 0 5px #888;
}
.inside.padding{
padding: 10px;
}
.span8.huge, .span8.standard, .span8.small{
	display: none;
	-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
} 
table tr td.restricted{
	width: 85px;	
}	
hr{
border-top-color: #75a115;
border-bottom-color: #8fc51a;
}
footer{
text-align: center;
color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
.btn-booking {
  background-color: #fff;
  color: green;
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s ease-in;
  border-radius: 2px;
}

.btn-booking:hover{
  background-color: green;
  color: #fff;
  text-decoration: none;
}