/* common */

@import url("theme.css");

.wy-nav-content {
   max-width: none;
}

h1,h2,h3,h4,h5,h6 {
   border-bottom: 1px solid #ccc;
}

.wy-table-responsive table td, .wy-table-responsive table th {
   white-space: normal;
}

colgroup {
    display: none;
}

table.docutils th.head{
   background-color: #d0d0d0;
}

table.docutils th.stub{
    background-color: #e1e1e1;
    text-align: left;
    vertical-align: middle
}

table.docutils tr, table.docutils th {
   border: 1px solid #d0d0d0;
}
