﻿.widget--social-feed > img
{
    width:100%;
}
.widget--social-feed .ui-corner-all,
.widget--social-feed .ui-corner-top
{
    border-radius: 0;
}
.widget--social-feed .ui-state-default a, 
.widget--social-feed .ui-state-default a:link, 
.widget--social-feed .ui-state-default a:visited,
.widget--social-feed .ui-state-active a,
.widget--social-feed .ui-state-active a:link,
.widget--social-feed .ui-state-active a:visited
{
    color:#333;
    font-weight:normal;
    text-transform:uppercase;
    width: 100%;
    text-align: center;
    padding:.3em 1em;
}
#secondaryTiles .widget--social-feed .ui-tabs .ui-tabs-nav
{
    padding:0;
    margin:0;
    border:0;
}
    #secondaryTiles .widget--social-feed .ui-tabs .ui-tabs-nav li
    {
        width:50%;
        margin-top: 0;
        margin-right: 0;
        border: 0;
        padding: 0;
        background:#999;
    }
    #secondaryTiles .widget--social-feed .ui-tabs .ui-tabs-nav li.ui-tabs-active
    {
        background:none;
    }
.widget--social-feed .ui-tabs .ui-tabs-panel
{
    padding:0;
}
.widget--social-feed .ui-widget-header
{
    background:none;
}
.widget--social-feed .ui-widget-content
{
    border: 0;
    padding:0;
}