/* table sadarjanie knigi */

.kniga {
   background-color:#E6E6E6;
   
   width:100%;
   height:auto;
   margin-left:auto ;
   margin-right:auto;
   margin-top:10px;
   margin-bottom:10px;
   
   padding-left:5px; 
   padding-right:5px; 
   padding-top:5px;
   padding-bottom:5px;
   
   border-left:1px solid #ffffff;  
   border-right:1px solid #ffffff ; 
   border-top:1px solid #ff0000; 
   border-bottom:1px solid #ff0000;
   horizontal-align:justify;
   vertical-align:top ;
   
   text-align:justify; 
   text-decoration:none; 
   font-family:verdana, arial,helvetica,tahoma, sans-serif; 
   color: #000000; 
   font-size:1em; 
   font-weight:400;  
   line-height: 200%; 
   }
   
   .kniga p {
   
   margin-top: 30px;
   margin-bottom: 30px;
   
   horizontal-align:justify;
   text-align:justify; 
   text-decoration:none; 
   font-family:verdana, arial,helvetica,tahoma, sans-serif; 
   color: #000000; 
   font-size:1em; 
   font-weight:400;  
   line-height: 200%; 
   }


#customers-2 tr:nth-child(even){background-color:#ffffff;}

#customers-2 tr:nth-child(even)
{border-left: 1px solid white; 
 border-right: 1px solid white; }


#customers-2 tr:hover {background-color:#f5f5e9;} 

#customers-2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#000000;
  color:white;
}

  body { background-color:#f5f5e9;
  }