@import url("theme.css");

.wy-nav-top {
    background: #64B400;
}

.wy-side-nav-search {
    background: #64B400;
}

.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;
}
