  table#pear {
   border-spacing: 1px;
   background-color: #A4A4A4;
   width: 100%;
   font-size:14px;
  }

  table#pear tr th,
  table#pear tr td {
   padding: 1px;
  }

  table#pear tr th {
   background-color: #CECECE;
  }

  table#pear tr:nth-child(even) {
   background-color: #ECECEC;
  }

  table#pear tr:nth-child(odd) {
   background-color: #FFFFFF;
  }

  table#pear tr:hover {
   background: #FFFFCE;
  }

  table#pear td:hover {
   background: #FFFF9F;
  }
    table.bottomBorder { 
    border-collapse: collapse; 
  }
  table.bottomBorder td, th{ 
    border-bottom: 1px solid; 
    padding: 2px; 
    text-align: left;
  }