.odysen_app_views_comments_ListContentPane {
}

/* Collection list*/
.odysen_app_views_comments_ListContentPane ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.odysen_app_views_comments_ListContentPane ol li {
  margin-top: 3px;
  border-top: 1px solid #ccc;
  padding: 3px 5px;
}
.odysen_app_views_comments_ListContentPane ol li .CommentsList-Item {
  position:relative;
}
odysen_app_views_comments_ListContentPane ol li .CommentsList-Item .CommentsList-Item-Name {
  float: left;
}
.odysen_app_views_comments_ListContentPane ol li .CommentsList-Item .CommentsList-Item-Actions {
  float: right;
}

.odysen_app_views_comments_ListContentPane ol li .CommentsList-Item .CommentsList-Item-Actions a {
  margin-left: 3px;
  text-decoration: none;
}

.odysen_app_views_comments_ListContentPane ol li .CommentsList-Item .CommentsList-Item-Actions a:hover {
  text-decoration: underline;
}

.odysen_app_views_comments_ListContentPane ol li .CommentsList-Item .CommentList-Item-Author_and_When {
  clear: both;
}

/* Create action bar */
.odysen_app_views_comments_ListContentPane .titlePaneListToolbar {
  border-top:1px solid #ccc;
}
