.short_category {
  float: left;
  border-top: dashed 1px black;
  border-bottom: dashed 1px black;
  padding: 5px;
  margin: 10px;
  min-height: 150px;
}
  
.short_category > .thumbail {
  float: left;
  width: 40%;
  height: 100%;
}
  
.short_category > .title {
}
  
.category_short > .title * {
  font-weight: bold;
  font-size: 125%;
  color: gray;
}
  
.article .body p, .article .body ul {
  text-align: justify;
  margin-top: 15px;
  padding: 15px 100px 15px 15px;
  line-height: 1.5;
  background: #eee;
}

.article .body p:hover, .article .body ul:hover {
  background-color: #cce;
  color: #444;
}

.article .body p:first-letter {
  font-size: 160%;
  font-weight: bold;
  color: #c11;
}

.short_article {
  padding: 10px;
  margin: 10px 0 10px 0;
  border-top: dotted 1px black;
  border-bottom: dotted 1px black;
}
  
.short_article > * {
  margin: 15px auto 15px auto;
}

.short_article > .title {
}

.short_article > .subtitle {
  font-size: 80%;
}

.short_article > .description {
  margin: 25px;
}

#comments {
  margin-top: 50px;
}

.comment {
  margin-top: 25px;
  border-top: dashed 1px gray;
}
  
.comment > .title {
  background: #efefef;
  padding: 10px;
}
  
.comment > .body {
  background: #fafad2;
  padding: 10px;
}

.short_event {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px gray;
}

.event .body p, .event .body ul {
  text-align: justify;
  margin-top: 15px;
  padding: 15px 100px 15px 15px;
  line-height: 1.5;
  background: #eee;
}

.event .body p:hover, .event .body ul:hover {
  background-color: #cce;
  color: #444;
}

.event .body p:first-letter {
  font-size: 160%;
  font-weight: bold;
  color: #c11;
}

table.users {
  width: 99%;
}

table.users td {
  padding: 15px;
}

table.feedbacks {
  width: 99%;
}

table.feedbacks td {
  padding: 5px;
}

.editor#new_comment {
  margin: 50px 0 50px 0;
}

#jbookbrowser {
  margin-top: 50px;
  background: #eee;
  padding: 25px;
}

#jbookbrowser #nav {
  min-width: 640px;
  display: block;
  margin: 25px 0 25px 0;
}

#jbookbrowser #nav .left {
  width: 10%;
  float: left;
}

#jbookbrowser #nav .right {
  width: 10%;
  float: right;
}

