body {
    
}
.bigview {
   width: 350px;
    background-color: white;
    margin-left: 150px;
    margin-top: 180px;
    position: absolute;
   padding-top: 4px;
    height: 515px;
    border: 2px solid;
    border-color: #c4c4c4;
    border-radius: 0px;
    z-index: 99;
    display: none;
}
 .addbutton {
     display: inline-block;
     float: right;
     margin-right: 15px;
     border: 1px solid #eaeaea;
    background-color: beige;
     padding: 0px;
     width: auto;
     height: auto;
     font-family:'Fira Sans', sans-serif;
     font-size: .7em;
     text-align: center;
     
}

#leftarrow {
    font-size:.75em;
    float: left;
    padding: 0px 5px;
    background: none;
    border: none;
    width: auto;
    text-align: left;
    margin: 0 0 0 18px;
    }
#leftarrow:hover, #rightarrow:hover {
  background-color: moccasin;
}
#rightarrow {
    font-size:.75em;
    float: right;
    padding: 0px 5px;
    background: none;
    border: none;
    width: auto;
    text-align: right;
    margin: 0 18px 0 0;
    ;
}
a {
    text-decoration: none;
    color: brown;
}
a:hover {
    color:#067b90;
}

#menubar {
    border-top:  5px double #e8cd9b;
    width:660px;
    height: 20px;
    color: brown;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f8e6bc;
}
.menubaritem{
/*    width: 120px;*/
    text-align: center;
    margin-top: 0px;
    font-family:'Fira Sans', sans-serif;
    font-size: .9em;
    font-weight: 400;
  
/*    display: table-caption;*/
}
a {
    text-decoration: none;
}
button 
{ margin: 0px;
    padding: 0px;
}
button:hover{
    background-color: moccasin;
}
 
img   {font-family:'Fira Sans', sans-serif;
    font-size: .7em;
    font-weight: 400;
   
}
    td img{
    border: 1px solid #c4c4c4;
    display: inline-block;
    width: 160px;
    height: 240px;
    padding: 1px 10px;
    background-color: white;
    margin: 20px 15px 5px 15px;
    text-align: center;}
        
.desc{
    font-family:'Fira Sans', sans-serif;
    font-size: .7em;
    font-weight: 400;
    padding-left: 0px;
    margin-top: 5px;
    text-align: center;
}
#maincontainer {
    text-align: center;
    width: 660px;
/*background-color: #fdf8e6;*/
    background-image: url(images/ivorypaperbackground.jpg);
}
table {
    border-left:  5px double #e8cd9b;
    border-right:  5px double #e8cd9b;
    
    border-bottom:  5px double #e8cd9b;
    padding-bottom: 20px;
}
div table {
    margin-left: 0px;
}