.templeShukubo p {
    color: white;
    background-color: #eb9316;
    display: inline;
    padding: 3px 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.nearbyTemples {
    width: 100%;
    margin-bottom: 80px;
}

.nearbyPrevTemple {
    float: left;
}

.nearbyNextTemple {
    float: right;
}


.mainGalleryTitle {
    clear: both;
    color: #ffffff;
    display: block;
    width: 9em;
    text-align: center;
    border-radius: 5px;
    padding: 7px 2px 2px 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 2px 1px #999;
    background: rgb(51, 51, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51, 51, 255, 1) 1%, rgba(0, 143, 232, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(51, 51, 255, 1)), color-stop(100%, rgba(0, 143, 232, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51, 51, 255, 1) 1%, rgba(0, 143, 232, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51, 51, 255, 1) 1%, rgba(0, 143, 232, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51, 51, 255, 1) 1%, rgba(0, 143, 232, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51, 51, 255, 1) 1%, rgba(0, 143, 232, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3333ff', endColorstr='#008fe8', GradientType=0); /* IE6-9 */
}

.mainGallery {
    margin-bottom: 50px;
}

.mainGallery img {
    width: 100%;
    height: auto;
}


.checkInInfo {
    float: left;
}

.checkInUser {
    float: left;
}

.userIcon {
    float: left;
    margin-right: 10px;
}

.userIcon img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.userName {
    float: left;
}

.checkInDate {
    float: left;
    font-size: 12px;
}
