.small{
	font-size: 80%;
}

#aphia_tu_context table { 
    border-spacing: 0;
}

#aphia_tu_context td { 
    padding-right: 5px;
}

.toggle_start_hidden  {
    display: none;
}

/* thicker line-through */
h3 b s {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
h3 b s:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-width: 3px;
    border-top-style: solid;
    height: 45%;
    width: 100%;
}

.aphia_thumb_external { 
    max-height: 200px;
    max-width: 200px;
}

.photogallery_classic_item {
  image-orientation: from-image;
}