blob: 00a730f46ee17e572d880b183bed8ad1e04fe5bc [file] [log] [blame]
/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
/* !important prevents the common CSS stylesheets from
overriding this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
word-wrap: break-word !important;
}
.wy-table-responsive {
overflow: visible !important;
}
.wy-side-nav-search img {
width: 63% !important;
}
.section {
margin-top: 20px;
}
.wy-nav-content {
padding:1.618em 3.236em;
height:100%;
max-width:1100px;
margin:auto;
}