/* Created by maleantedsd */
body {
  width: 400px;
  margin: auto;
  text-align: left;
  font-family: "Arial", sans-serif;
  background: #;
}

/* Estilos */
table{ 
width: 100%;
background: #ffffff;
line-height: 1.3em;
display: table;
}
/* Fondo intercalado */
tr{ nth-of-type odd 
  background:#cbcbcb; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #cbcbcb; 
  text-align: left; 
}
th { 
  background:#4c4c4c; 
  color:#ffffff; 
  font-weight: bold; 
}
