/*.fbFeedContainer:nth-child(odd)
{
    background-color: rgba(250,250,250, 0.70);
}
*/
.fbFeedContainer
{
    margin-bottom: 10px;
    padding-left: 20px;
}

.feedHeader
{
    margin-top: 15px;
}

.fbTOP
{
    display: inline;
    margin-right: 10px;
    /*margin-top: 5px;*/
}

.feedBody
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
}

.photo_container
{
    margin-bottom: 15px;
}

div.gallery
{
    border: 1px solid #ccc;
}

div.gallery:hover
{
    border: 1px solid #777;
}

div.gallery img
{
    width: 100%;
    height: auto;
}

div.desc
{
    padding: 15px;
    text-align: center;
}

.responsive
{
    padding: 0 6px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 700px)
{
    .responsive
    {
        width: 49.99999%;
        margin: 6px 0;
    }
    .postView
    {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 500px)
{
    .responsive
    {
        width: 100%;
    }

    .postView
    {
        margin-top: 5px;
    }
}