/* local.css
   CPrimer wiki book
 */

h2, h3 {
  color: #222;
}

table.doctable {
  border-collapse: separate;
  border-spacing: 2px;
}

table.doctable td {
  border: none;
}

table.doctable th { 
  border-left: none;
}

table.doctable tr:nth-child(odd)
{
  background-color: #ddebef; /*#bcdfeb;*/ /*#b6d8e3;*/
}

/* sourcecode.php */

/* Change the background color of the syntax block. */
div.syntax {
  background-color: #e6eef7; /*#dee6ef;*/
}
