body {
  padding: 0;
}

pre {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 95%;
  color: #000000;
  display: block;
  white-space: pre;
  background-color: #EFEFEF;
  padding: 0.5rem;
}

code {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-size: 95%;
  font-weight: bold;
  color: #000000;
  display: inline;
}

.front.container {
  padding: 0 !important;
  width: 100%;
  max-width: 1420px !important;
  min-width: 980px !important;
}

.grid {
  margin: 0 !important;
  padding: 0 !important;
}

.ui.checkbox label {
  padding-left: 55px !important;
  color: rgba(0, 0, 0, 0.87) !important;
}


#links {
  background-color: #eeeded;
  padding: 0.5rem;
  margin: 0;
}

#search {
  display: inline;
  margin: 0 6px;
}

#search input {
  padding: 15px 5px 16px 10px;
  width: 250px;
}

#search button {
  padding-top: 16px;
}

#list-type a.active {
  font-weight: bold;
}

#list-type a button {
  padding: 0.3rem;
  margin: 2px;
  font-size: 1rem;
  box-shadow: 0 0 0 0;
}

.popup.big {
  max-width: 700px !important;
  max-height: 850px !important;
  overflow: hidden;
}

.popup .header {
  text-align: center;
}

.popup .content {
  text-align: left;
}

.img-wrap {
  width: 80px;
  max-height: 80px;
  overflow: hidden;
  text-align: center;
}

.img-wrap .image.tiny {
  max-height: 80px;
  width: auto !important;
  display: inline-block;
}

.highlight {
  font-weight: bold;
}

#commodities.menu {
  background-color: #4c413d;
  border: none !important;
  margin: 0 0 1px !important;
  height: 54px;
  width: 100%;
  justify-content: space-evenly;
  padding: 0;
}

#commodities.menu::after {
    display: none;
}

#commodities.menu .item {
  color: #ffffff !important;
  padding-inline: .5em;
}

#commodities.menu .item:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#commodities.menu .item.active {
  border: none !important;
}

#main {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

#sidebar {
  padding: 0 0 55px 0;
}

#sidebar #bottom_space {
  background-color: #4c413d;
  border-top: 1px solid #ffffff;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
}

#sidebar .menu {
  margin: 0 !important;
  padding: 0.25rem;
}

#sidebar .menu .item {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

#sidebar .menu > .item {
  padding: 0.75rem;
}

#sidebar .ui.list .list {
  padding-top: 0;
  padding-left: 0;
}

#sidebar .ui.list .icon {
  margin: 0;
}

#sidebar .ui.list .link.active {
  border-radius: 0.3rem
}

#sidebar .ui.list .link a.item {
  padding: 0.75rem 0 0.75rem 2rem;
}

#sidebar .ui.list .link i {
  margin-left: -1.6em;
}

#content {
  background-color: #ffffff;
  padding: 1rem 0;
}

#content .segment {
  margin-right: 0;
}

#content table#list {
  border-top-width: 3px;
  border-top-style: solid;
}

#content table#list a {
  font-weight: bold;
}

#content table#list form {
  margin-right: -3rem;
}

#content table#list form input[type="number"] {
  padding-left: 5px;
  padding-right: 5px;
  width: 5rem !important;
}

#content #paginator {
  text-align: right;
}

#footer {
  height: 44px;
  padding: 1rem;
  margin-top: 1rem;
}
