       #customers {
       font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
       border-collapse: collapse;
       width: 90%;
         }

       #customers td, #customers th {
       border: 1px solid #ddd;
       padding: 6px;
       }

       #customers tr:nth-child(even){background-color: #f2f2f2;}

       #customers tr:hover {background-color: #6495ed;}


       #customers th {
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: left;
          background-color: #4CAF50;
          color: white;
           }
      body {
                    background: white;
                    }

               path {
                    stroke: #fff;
                    stroke-opacity: .5;
                    }
