/* Styles specific to this particular page */
.width-marker
{
    /*width: 300px;
    border-bottom: 15px solid #3333ff;
    margin: 0 0 1em;*/
}
.scroll-pane
{
    width: 600px;
    min-height: 150px;
    /*overflow: auto;*/
}
.horizontal-only
{
    height: auto;
    min-height: 150px;
    /*max-height: 150px;*/
}
/*
table {

float: left;
width: inherit;
overflow: hidden;
}

td {

width: 200px;
height: 200px;
}
*/

.social_feed_box
{
    float: left;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 280px;
    margin-right: 20px;
}

.social_feed_box.last
{
    margin-right: 0;
}

