    #customers 
        {
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          border-collapse: collapse;
          width: 100%;
        }

        #customers td, #customers th 
        {
          border: 1px solid #5F1398;
          padding: 8px;
        }

        /*#customers tr:nth-child(even){background-color: #f2f2f2;}
        #customers tr:hover {background-color: #ddd;}*/
            
        #customers th 
        {
        
          text-align: center;
          background-color: #5F1398;
          color: white;
        } 
