﻿.page {
   margin:0px 0  0 35px;
  /* border:1px solid green; */
   width:500px;
}

h1.page-title {
   font-family:Arial;
   margin:0px 0 20px 0;
   color:#929497;
   font-size:30pt;
}

.text-content , .menu-content,.image-gallery-content{
   font-family:Arial;
   font-size:10pt;
   height:200px;
   overflow-x:hidden;
   overflow-y:auto;
   width:500px;
   padding-right:10px;
  /* border:1px solid black;*/
   word-wrap: break-word;
   color:#929497;
}

 .map
 {
   margin-top:-50px;
   width:350px;
   overflow:hidden;
 }
 
 .image-item .title {
   display:none;
 }
 
.image-item .item-row  {
   margin-top:5px;
}

.item-row {
  margin:5px 0;
}

.menu-item .item-desc {
  width:230px;
}


.menu-item .price {
  width:30px;
}

.menu-head .head{
  font-weight:bold;
}