.slot { 
   border:1px solid #6c5635; 
   width:340px; 
   margin:10px; 
   z-index: 1;
}

#listContainer1 { 
   float:left; 
}

#listContainer2 { 
   float:right; 
}

.block { 
   margin:3px; 
   width:325px; 
   border:1px dashed #6c5635; 
   cursor:move; 
}

#mainPage table p { 
   padding: 3px;    
   margin-bottom: 3px;
   line-height: normal;
   font-size: 12px;
}

#mainPage table .containerHead { 
   color: #fff;
   padding:3px; 
   font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-align:center;
   background-color: #826e2b;
}

table {
   margin: 0 auto;
}

#mainPage p.printButton {
   margin-left: auto;
   margin-right: auto;
   width: 100px;
   padding:5px; 
   font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-align:center;
   background-color: #826e2b;
}

#mainPage p.printButton a {
   text-decoration: none;   
   color: #fff;
}

#mainPage p.printButton a:hover {
   text-decoration: underline;
}
