

/* Page Widgets */
.odysen_app_views_pages_Show .dijitTitlePaneTitle {
  border-width: 0 0 1px 0;
  border-color: #036;
  background: transparent;
  color: #036;
  font-size: 14px;
}

.odysen_app_views_pages_Show .dijitTitlePaneContentOuter {
  border: 1px solid #ccc;;
  background: #fff;
}

.odysen_app_views_pages_Show .dijitTitlePaneContentInner {
  padding: 0px;
}

.odysen_app_views_pages_Show .dijitTitlePaneContentInner .created_at {
  right: 0;
  margin-left: 3px;
}

.odysen_app_views_pages_Show .dijitTitlePaneContentInner p {
  margin: 0;
  padding: 0.2em;
}
.odysen_app_views_pages_Show .dijitTitlePaneContentInner ol {
  padding-left: 2em;
  margin-top: 0.5em;
}


/* Feed Widget */
.odysen_app_views_widgets_feeds_Show .dijitTitlePaneContentOuter {
  border: 0;
}

.odysen_app_views_widgets_feeds_Show .dojoxGridHeader {
  display:none;
}

.odysen .odysen_app_views_widgets_feeds_Show .dojoxGridCell {
  border-width:0 0 1px 0;
}

.odysen_app_views_widgets_Show .app_helpers_layouts_resourceList{
  border-top-width: 0;
}