.gcGalleryHead {
    margin: 10px 0 0 0;
    background-color: #fbfbfb;
    width: 100%;
    height: 39px;
}

.gcGalleryName {
    font-family: 'Roboto';
    color: black;
    padding: 14px 0 0 22px;
    font-size: 17px;
    font-weight: bold;
    float: left;
}

time {
    color: #e2e2e2;
    padding-left: 16px;
    font-size: 14px;
    color: #e2e2e2;
}

.gcGalleryMore{
    float: left;
}

a.gcGalleryMoreButton {
    display: block;
    font-size: 14px;
    padding: 0 20px 12px 20px;
    text-decoration: none;
    color: black !important;
}
a.gcGalleryMoreButton:hover {
    text-decoration: underline;
}

.gcGalleryAlbumPrevPics {
    padding-top: 6px;
    width: 100%;
    background-color: #fbfbfb;
    margin: 0 0 10px 0;
}

.gcGalleryDescription p {
    color: black;
    margin-top: 5px;
    padding: 0 5px;
}

.gcGalleryAlbumImgs {
    padding: 0 16px 23px 16px;
}

.gcGalleryAlbumImgs a {
    display: inline;
}

.gcGalleryAlbumImgs img,
.album-img{
    margin: 0 3px;
    width: 180px;
}