.photo img {
  max-height: 700px;
  max-width: 700px;
}

.minialbum-entry {
  font-size: 80%;
  float: left;
  height: 220px;
  margin: 0 10px;
  overflow: hidden;
  width: 166px;
}

.minualbum-entry-body {
  border: 1px solid #EEEEEE;
  height: 160px;
  overflow: hidden;
  padding: 2px;
  width: 160px;
}

.minialbum-entry-body img {
  max-height: 160px;
  max-width: 160px;
}

.minialbum-after {
  clear: both;
}

ul.chunked-bookmarks {
  margin: 0;
  padding: 0;
}

.chunked-bookmarks li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

/* ------ Ten.js widgets default styles ------ */

.ten-hidden {
  display: none;
}

.emoji {
  display:inline;
  vertical-align:bottom;
}

.ten-framemenu-iframe {
  position: absolute;
  border: 1px outset gray;
  overflow: hidden;
  background: white;
  height: 2em;
}

/* ------ timeline.js default style for theme=coco ------ */

.na-container {
  display: block;
  text-align: center;
  background-color: #E3F1FA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: black;
  margin: 0.2em;
  padding: 0.3em;
  text-decoration: none;
}

    .tl-child-entry-list {
      padding-left: 2em;
    }
    .tl-child-entry-list .tl-child-entry-list .tl-child-entry-list
    .tl-child-entry-list {
      padding-left: 0;
    }
    .pager center {
      display: inline;
    }
    .tl-indicator-prev, .tl-indicator-next {
      display: inline;
    }
    .pager .tl-indicator-prev.tl-hidden,
    .pager .tl-indicator-next.tl-hidden {
      display: inline;
      visibility: hidden;
    }

.tl-indicator {
  zoom: 1;
  filter: alpha(opacity = 20);
  opacity: 0.2;
  font-size: 70%;
}

.tl-hidden {
  display: none;
}

.tl-entry-beforeexpand > table .comments,
.tl-entry-beforeexpand > table .entry-reply-to-link,
.tl-entry-expanded > table .entry-reply-to-link {
  zoom: 1;
  filter: alpha(opacity = 70);
  opacity: 0.7;
}

.tl-entry-expanded > table .comments {
  display: none;
}

.tl-expand-button {
  padding: 6px 0 2px ;
  margin: 0 0 0 3px;
  float:right;
}
