body {
  padding: 10px;
}
h1, h3 {
  margin-top: 0;
  text-align: center;
}
h1 {
  margin-top: 10px;
}

section {
  overflow-y: auto;
  position: fixed;
  width: 290px;
  max-height: 100%;
  border-right: 3px double black;
}
ul {
  padding: 0;
  list-style-type: none;
}
li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

main {
  margin-left: 293px;
  padding: 10px;
}
#links img {
  cursor: pointer;
  max-width: 400px;
  max-height: 400px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ekko-lightbox-container {
  width: 800px;
}

[hidden] {
	display: none !important;
}
