html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#toolbar {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background-color: #f2f4f4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 20000;
}
#toolbar .button {
  border: none;
  background: transparent no-repeat center;
  background-size: contain;
  outline: none;
  width: 24px;
  height: 24px;
  margin: 5px 10px 5px 10px;
  padding: 0;
}
#toolbar .button:hover {
  cursor: pointer;
}
#toolbar #editionListLogoLink {
  display: none;
}
#toolbar #editionListLogoLink #editionListLogoImage {
  width: auto;
  height: 34px;
  border: 0;
  vertical-align: top;
}
#toolbar.touchDevice {
  top: auto;
  bottom: 0;
  height: 44px;
  padding-left: 2px;
  padding-right: 2px;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
}
#toolbar.touchDevice .button {
  margin: 10px;
}
#editionsContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #FFFFFF;
  overflow: auto;
  background-color: #1B1B1B;
}
#editionsContainer.desktop {
  height: -webkit-calc(100% - 34px);
  height: calc(100% - 34px);
  top: 34px;
}
#editionsContainer.touchDevice {
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  -webkit-overflow-scrolling: touch;
}
#editions {
  height: 100%;
  overflow: auto;
}
.editionsRow {
  display: inline-block;
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.editionCell {
  height: 200px;
  display: inline-block;
  vertical-align: top;
}
.smallEditionCell {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 100px;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  border-bottom: #dfdfdf 1px solid;
  text-align: left;
}
.thumbContainer {
  width: 100%;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  text-align: center;
}
.smallThumbContainer {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  border: none;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.nameContainer {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 20px;
}
.name {
  display: block;
  width: 100%;
  margin: 0;
  word-wrap: break-word;
  text-decoration: none;
  color: #FFFFFF;
}
.smallName {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  word-wrap: break-word;
  text-decoration: none;
  height: 40px;
  width: -webkit-calc(100% - 100px - 10px);
  width: calc(100% - 100px - 10px);
  text-align: center;
  line-height: 20px;
  padding: 0;
  color: #FFFFFF;
}
#throbberImg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
}
p {
  margin: 0;
  padding: 20px;
}
.fakeLink:hover {
  cursor: pointer;
}
