@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("twitter.com") {
    #page-container{
        border: 1px solid #aaa !important;
        box-shadow: 0 0 3px #aaa !important;
    }
    .dashboard,
    .content-main{
        float: none !important;
        width: auto !important;
    }

    .wtf-module,
    .trends,
    .site-footer{
        display: none !important;
    }

    .tweet-box:first-of-type,
    .twitter-anywhere-tweet-box-editor{
        display: block !important;
        width: 98% !important;
        margin: 0 auto !important;
    }

    .dashboard{
        background-color: #FFF !important;
    }

    .tweet-user{
        clear: both !important;
    }

    .js-profile-summary{
        float: left !important;
    }

    .js-mini-profile-stats-container{
        float: right !important;
        padding: 5px;
    }

    .js-mini-profile-stats{
        border-top: none !important;
        border-bottom: none !important;
        background-color: transparent !important;
    }

    .tweet-user{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .module .flex-module{
        background-color: transparent !important;
    }

    .profile-card{
        background-color: #fff !important;
    }
}