/* Make page content full width for the Read the Docs theme */
/* Adjust container max-width and padding */
.wy-nav-content, .md-content {
  max-width: 100% !important;
  width: calc(100% - 40px) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
html, body, * {
  cursor: url('/images/cursor1.png') 0 0, auto !important;
}

/* Remove sidebar width constraint so content can grow */
.wy-nav-side, .wy-side-nav-search {
  max-width: 280px;
}

/* On very small screens keep default behavior */
@media (max-width: 768px) {
  .wy-nav-content, .md-content {
    width: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
