/* Photosets */

ul.photoset-photos-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.photoset-photos-list li {
    margin: 5px !important;
    padding: 7px !important;
    display: inline;
    list-style: none;
    float: left;
    background: #f3f0eb !important;
}

ul.photoset-photos-list li p.atitle {
    text-align: center;
    font-size: 0.9em;
    max-width: 75px;
    overflow: hidden;
}

#jquery-overlay {
    z-index: 300 !important;
}

#jquery-lightbox {
    z-index: 310 !important;
}

/* Honeypot */

tr th label[for='id_honeypot']  {
    display: none;
}

tr td #id_honeypot {
    display: none;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.3em;
	vertical-align: baseline !important;
	vertical-align: bottom;
    font-size: 80%;
}

h1 sup {
	top: 0.05em;
	vertical-align: top !important;
	font-size: 38%;
}

h2 sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
	font-size: 60%;
}
