﻿.page {
   margin:0px 0px 50px 0px;
   border:0px solid green; 
}

h1.page-title {
   font-family :Helvetica;
   margin:0px 0 10px 0;
   color:#6C655B; 
   font-size:20px;
   text-transform:lowercase;
   font-weight:normal;
}

.text-content , .menu-content,.image-gallery-content{
   font-family:Helvetica;
   font-size:12px;
   /*overflow-x:hidden;*/
   overflow-y:auto;
   width:375px;
   height:225px;
   border:0px solid red;
   word-wrap: break-word;
   color:#6C655B;
   font-weight:normal;
   word-spacing:1px;
}

.floorplan
{
   overflow-y:auto;
   margin:0px 0 20px 0;
   width:400px;
   height:225px;
   border:0px solid red;
}

 .map
 {
   margin:0px 0px 0px 0px;
   width:400px;
   height:200px;
   overflow:hidden;
   border:0px solid red;
 }

.item-row {
  margin:3px 0;
}

.item-detail {

}