/* Version: lightbox.css */

.lg-sub-html {
    max-width: 600px;
    height: 450px;
    margin: 0 auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.75);
}

.lg-sub-html h4 {
    font-size: 125%;
}

.lg-sub-html p {
    font-size: 110%;
}

.lg-sub-html a {
    color: #39A3FF;
}

#lb-caption-heading,
#lb-caption-subheading,
#lb-caption-tab-bar {
    text-align: center;
}

#lb-caption-subheading img {
    height: 1.5em;
    vertical-align: middle;
}

.lb-caption-tab-button {
    width: 80px;
    background: #222; 
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #555;
    font-size: 14px; 
}

.lb-caption-tab-button.active {
    background: #444;
    border-bottom: 2px solid #00b0ff; 
}

#lb-caption-tab-content .movie-review-title {
    color: #FFD1DC;
}