/** CSS for the displayed page - Use this to override standard settings **/
.center {
  text-align: center;
}

.hiddenbutton {
    display: none;
}
.pagination {
  display: inline-block;
}

.pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination span.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination span:hover:not(.active) {background-color: #ddd;}

.IQlargeritemimage {
	max-width: 310px !important;
}
