
.ffs-pu-widget .ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ffs-pu-widget .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ffs-pu-widget .ui-widget-content {
    border: none;
}

@media (min-width: 960px) {
    .ffs-pu-widget .ffs-pu-tabs div {
        /* padding-right: 42px; */
    }
}
.ffs-pu-widget .ui-widget-content {
    border: none !important;
}

.ffs-pu-widget .ui-state-active,
.ffs-pu-widget .ui-widget-content .ui-state-active,
.ffs-pu-widget .ui-widget-header .ui-state-active {
    background-image: none !important;
    background-color: white !important;
}

.ffs-pu-widget h3 {
    margin: 10px 0;
}
.ffs-pu-widget table {
    background: #fff;
    margin: 0;
    font-size: 92%;
}
.ffs-pu-widget table img {
    vertical-align: middle;
}

.ffs-pu-widget .timestamp {
    color: #999;
    margin-bottom: 10px;
    font-size: 11px;
}
.ffs-pu-widget table tbody tr:nth-child(odd) {
    background: #eee;
}
