.library-category-box {
  text-align: right;
}

.library-category-box select {
  padding: 4px;
}

.book-cover {
  min-height: 25px;
}
.book-cover img {
  width: 100%;
  height: auto;
}

.book-title {
  font-weight: bold;
  min-height: 25px;
  font-size: 16px;
  padding-bottom: 10px;
}
.book-description {
  font-size: 14px;
}

.fb-like {
  min-height: 30px;
}

.tag-box {
  display: inline-block;
}

.lib-item {
  background-color: #E5E5E5;
  min-height: 30px;
  padding: 5px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: bold;
}

.lib-item-content {
  min-height: 30px;
  padding: 10px 0px 10px 0px;
  display: none;
}

.lib-item-down {
  background-image: url(../images/icon/fi_chevron-down.png);
  background-position: right;
  background-repeat: no-repeat;
}

.lib-item-up {
  background-image: url(../images/icon/fi_chevron-up.png);
  background-position: right;
  background-repeat: no-repeat;
}

.short-content-preview-box {
  border: solid 15px #D1D1D1;
  padding: 10px;
  min-height: 100px;
  margin-top: 10px;
}

.share-content-box {
  padding: 10px 0px 10px 0px;
}

.generate-button {
  background-color: #CE3000;
  cursor: pointer;
  color: #FFFFFF;
  border: solid 1px #818182;
}

.download-button {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 24px;
  padding: 5px;
  text-align: center;
  width: 100%;
  background-color: #CE3000;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
}

.download-button span {
  position: relative;
  top: 2px;
}

.idea-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.idea-text {}
.idea-text input {width: 94%;
  padding: 1%;
  margin-bottom: 10px;
}
.idea-content {
  min-height: 100px;
}
.idea-content textarea {
  height: 100px;
  width: 97%;
  padding: 1%;
}
.idea-submit {
  text-align: right;
  padding-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.idea-submit  button {
  border: solid 1px #CCCCCC;
}