.paragraph {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
}
.paragraph:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.skimg {
    max-width: 100%;
    margin-bottom: 15px;          
}
.brdimg {
    border: 1px solid #ddd;
    color: #706F6F;
    margin-right: 5px;
}
p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1em;
}
.title-paragraph {
    font-size:  16px;
}

.BclGallery-backdrop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 1000;    
}

.BclGallery-container {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 1001;
    display: none;
    padding: 5px 15px; 
    border-radius: 3px;
}

.BclGallery-container img {
    margin: auto;
    max-width: 100%;
}
.BclGallery-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
    
}
.BclGallery-container span.fa:hover {
    color: red;
    cursor: default;
}