body {
    background: #FEF8F9 url(https://my-teen-pics.com/img/back_01.gif) repeat-x top;
    color: #AE005F;
    font-size: 14pt;
    FONT-FAMILY: tahoma, arial, sans-serif;
    text-align:center;
    margin: 0;
}

table.main {
    border: 1px solid #AE005F;
    margin: auto;
}

table.main td{
    background-color: #FBDBE6;
}

table.toplist {font-size: 14pt}
img.thumb {border: 1px solid #EB6E8E}
a {color: #7A0152; font-weight: bold; font-size: 14pt}
a:hover { text-decoration: underline}
.gr6 a img{width:1px; height:1px}
.main1 a img {
    width: 0;
    height: 0;
}
.descs a{font-size:14px}
.main1 a{border:0}
.dp {FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #B5176E;
    FONT-FAMILY: tahoma, arial, sans-serif}

.archive {
    width: 890px;
    margin: 8px auto 0;
    text-align: center;
    font-size: 10pt;
    padding: 0;
}

.archive span a, .archive span a:link, .archive span a:visited {
    color:white;
    background-color: #B5176E;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    padding: 1px 4px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    font-size:10pt;
}
.archive span a:hover {
    color: #B5176E;
    background-color: white;
    border-color: #B5176E;
}

.archive img {
    margin: 0 0 -2px 0;
    border: 0;
}

#head {
    margin: auto;
    width: 930px;
}

h2 {
    font-size: 16px;
    margin: 10px 0;
}

h3 {
    font-size: 24pt;
}

.thumbs {
    margin: 5px 10px;
    border: 1px solid #AE005F;
    background-color: #FBDBE6;
}

.thumbs a {
    position: relative;
    width: 300px;
    height: 400px;
    border: 1px solid #AE005F;
    margin: 2px;
    display: inline-block;
}

.thumbs img {
    width: 100%;
}

.thumbs a .group-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.thumbs a:hover .group-title {
    background: #fff;
}

#head {
    margin: auto;
    width: auto;
}
.logo {
    max-width: 100%;
    display: block;
}
.logo img {
    max-width: 98%;
}
h1 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lg-outer {
    text-align: justify;
}

.gallery-thumbs {
    max-width: 900px;
    margin: auto;
    background-color: #FBDBE6;
    border: 1px solid #AE005F;
    padding: 2px;
    font-size: 0;
}
.gallery-thumbs a {
    border: 1px solid #AE005F;
    padding: 2px;
    margin: 2px;
    display: inline-block;
    background: #FEF8F9;
}
.gallery-thumbs a img {
    display: block;
}
.gallery-links {
    margin-top: 5px;
}
.gallery-watch-video, .gallery-full-set {
    color: #7A0152;
    font-weight: bold;
    font-size: 14pt;
    text-decoration: underline;
    cursor: pointer;
}
.footer-links {
    font-size: 14px;
    margin-top: 10px;
}
#links-2257, #links-privacy, #links-contacts {
    color: #7A0152;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    padding: 5px;
    background: #fff;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modal-caption {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* The Close Button */
.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}