﻿/* 
* under construction template 
* author: sabine brings 
* website: http://brings-online.com/templates/ 
*/



<style>


#customers {
		font-family: "Trebuchet MS", Helvetica, sans-serif;
      	border-collapse: collapse;
    	width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    height: 50px;
    vertical-align: top;
 }

#customers tr:nth-child(even){background-color: #f2f2f2;}
















#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
</style>