.websnippet {
  border: 1px solid #cccccc;
  padding: .5em;
  overflow: hidden;
  margin: 1em 0;
}

.websnippet img {
  float: left;
  margin: 0 1em 0 0;
  width: 200px;
  height: auto;
}

.websnippet h4 {
  font-weight: bold;
  margin: 0 0 .5em;
}

.websnippet-container {
  float: right;
  width: calc(100% - 220px);
}

#inline-editing-description, #inline-editing-title {
  border: 1px solid #CCC;
  padding : 10px;
}

#inline-editing-description.hover, #inline-editing-title.hover {
  border: 1px solid #000;
  border-style: dashed;
  padding : 10px;
}

.beadcrumbBlock{
    font-size: 13px;
}

.seedit-post-content .stream-slideshow .carousel-inner > .item > a > img,
.seedit-post-content .stream-slideshow .carousel-inner > .item > img {
    height: auto !important;
    max-height: 320px;
    width: auto;
    max-width: 100%;
}
.seedit-comment-toppanel{
border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.access_text{
    padding-top:20px;
}