Home | History | Annotate | Download | only in stylesheets
      1 body {
      2   font-family: "Trebuchet MS", Arial, sans-serif;
      3 }
      4 table, th, td {
      5   border: 1px solid #D4E0EE;
      6   border-collapse: collapse;
      7   color: #555;
      8 }
      9 
     10 td, th {
     11   padding: 4px;
     12 }
     13 
     14 thead {
     15   text-align: center;
     16   background: #E6EDF5;
     17   color: #4F76A3
     18 }
     19 
     20 th {
     21   text-align: left;
     22 }
     23 
     24 div {
     25   padding: 10px;
     26 }
     27