#fs_account
{
    .postbox,
    .widefat
    {
        max-width: 700px;
    }

    .fs-header-actions
    {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 0.9em;

        ul
        {
            margin: 0;
        }

        li
        {
            form
            {
                display: inline-block;
            }

            float: left;
            a
            {
                text-decoration: none;
            }
        }
    }
}

.rtl #fs_account .fs-header-actions
{
    left: 10px;
    right: auto;
}

.fs-key-value-table
{
    width: 100%;

    form
    {
        display: inline-block;
    }

    td label
    {
        background: orange;
        color: #fff;
        display: inline-block;
        border-radius: 3px;
        padding: 5px;
        font-size: 11px;
        line-height: 11px;
        vertical-align: baseline;
    }

    tr
    {
        td:first-child
        {
            nobr
            {
                font-weight: bold;
            }

            text-align: right;

            form
            {
                display: block;
            }
        }

        td.fs-right
        {
            text-align: right;
        }

        &.fs-odd
        {
            background: #ebebeb;
        }
    }

    td, th
    {
        padding: 10px;
    }

    var, code
    {
        color: #0073AA;
        font-size: 16px;
        background: none;
    }
}

#fs_addons
{
    td:first-child,
    th:first-child
    {
        text-align: left;
        font-weight: bold;
    }
    td:last-child,
    th:last-child
    {
        text-align: right;
    }
    th
    {
        font-weight: bold;
    }
}