.top {
    margin-bottom: 0.5rem;
}

.weather img {
    width: 32px;
    height: 32px;
}

.category img {
    width: 16px;
    margin-right: 4px;
    vertical-align: text-top;
    margin-top: 4px;
}

#map {
    height: 360px;
    width: 100%;
    margin-bottom: 1rem;
    max-height: 50%;
}

.markerCheckinItem {
}

.markerCheckinItem .imgContainer {
    float:left;
    width: 48px;
    height: 48px;
}

.markerCheckinItem img {
    max-width: 48px;
    max-height: 48px;

    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.markerCheckinItem .nickTime {
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    color: #212529
}

.rating-container img {
    width: 64px;
    vertical-align: baseline;
}

.checkins {
    position: relative;
    overflow: hidden;
}

.checkins img {
    width: 48px;
    height: 48px;
}

.checkins .nickTime {
    padding: 0 0.5rem;
}

.description {
    position: relative;
    overflow: hidden;
}

.author img {
    height: 32px;
    width: 32px;
    margin: 0 0.3rem;
}

.geoChart {
    float: right;
    width: 164px;
}