/* CSS Document */

p {}
#test_one p {margin:0 0 0px 0;color:red;}


#test_one p.test_two {
  margin:20px;
  color:blue;
}


table.cine {
  border-spacing: 3px;

}
table.cine th, td {
  padding: 4px;
}
table.cine tr:nth-child(even) {
  background-color: #DAF0AA; /*#F8F7D4; #F2E9BE;*/
  border-spacing: 30px;

}



table.altrowcolour tr:nth-child(even) {
  background-color: #DAF0AA; /*#F8F7D4; #F2E9BE;*/
  border-spacing: 30px;
}

table.altrowcolourinvert  tr:nth-child(even) {
  background-color: #DAF0AA; /*#F8F7D4; #F2E9BE;*/
  border-spacing: 30px;
}

