@charset "ISO-8859-1";

/* Import jungforlag.com layout */
@import url("http://jungforlag.com/forlag/layout.css");


/* List of editions on Jungel frontpage */
ul.editionList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 700px;
}
ul.editionList li {
  margin-bottom: 25px;
  padding-top: 10px;
  border-top: 1px solid black;
}


/* Thumbnail images in edition list */
.thumbnail {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
}
.thumbnail img {
  margin: 0;
  padding: 0;
  border: 1px solid black;
}

/* Links to prologue and edition in edition list */
.editionLinks {
  clear: both;
}


/* Styles used on prologue pages */
.prologuePublished {
  font-style: italic;
  margin-bottom: 35px;
}

.prologueLinks {
  margin-top: 35px;
}

