body {
  user-select: none;
}
/* The list of galleries */
ul.galleries {
  list-style-type: none;
}
ul.galleries a {
  text-decoration: none;
}
ul.galleries li {
  width: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  //border: 1px solid #000;
  margin-bottom: 10px;
  background-color: #FFF;
  color: #000;
  text-decoration: none;
}
ul.galleries li:hover {
  background-color: #EEE;
}
p.summary {
  text-align: center;
  font-size: 10pt;
  margin-bottom: 25px;
}

/* Error for case that some imgs would be missing */
p.error {
  font-size: 16pt;
  text-align: center;
  color: #FF0000;
}
p.errcom {
  font-size: 10pt;
  text-align: center;
  color: #000;
}

/* Movement between pages */
div.paging {
  width: 813px;
  margin: auto;
}
div.paging img.arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
}
div.paging img.arrow#left {
  float: left;
}
div.paging img.arrow#right {
  float: right;
  transform: rotate(180deg);
}
div.paging img.inactive {
  opacity: 0.3;
}
div.paging p.pageNumber {
  /*display: inline-block;*/
  text-align: center;
}
/* Button for getting back to the homepage */
a#buttonek {
  margin: auto;
  margin-bottom: 30px;
  display: block;
  width: 190px;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #000;
}
a#buttonek {
  color: #2c3e50;
  text-decoration: none;
}
a#buttonek img {
  padding-left: 3px;
  padding-right: 7px;
  width: 15px;
}