﻿/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/
#thumbs {
    margin-top: 10px;
}

#thumbs .swiper-wrapper {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#thumbs .swiper-slide {
    line-height: 90px !important;
    opacity: 0.4;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.pic-slider,
.picinfo-mod {
    margin: 30px 0px 20px 0px;
}

.picinfo-mod h1 {
    margin: 0px;
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.picinfo-mod .pic-desc {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.picinfo-mod .pic-desc li {
    line-height: 24px;
    padding-bottom: 12px;
}