@font-face {
    font-family: 'proxima';
    src: url('../fontes/proximanova-light-webfont.eot');
    src: url('../fontes/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/proximanova-light-webfont.woff2') format('woff2'),
         url('../fontes/proximanova-light-webfont.woff') format('woff'),
         url('../fontes/proximanova-light-webfont.ttf') format('truetype'),
         url('../fontes/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('../fontes/proximanova-bold-webfont.eot');
    src: url('../fontes/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fontes/proximanova-bold-webfont.woff') format('woff'),
         url('../fontes/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fontes/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('../fontes/proximanova-regitalic-webfont.eot');
    src: url('../fontes/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/proximanova-regitalic-webfont.woff2') format('woff2'),
         url('../fontes/proximanova-regitalic-webfont.woff') format('woff'),
         url('../fontes/proximanova-regitalic-webfont.ttf') format('truetype'),
         url('../fontes/proximanova-regitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}

a, span, p, i, div{
	color:#fff !important;
	font-family: "proxima" !important;
	font-size: 16px !important;
	line-height: 1.20em !important;
}

.header{
	margin-bottom: 0.5em !important;
    padding-left: 0 !important;
}

.header  time{
    display: none !important;
}

.retweet-credit{
	margin-top: 0.5em !important;
	font-style: italic;
}

.u-photo.avatar{
	display: none !important;
}

.ic-rt, .ic-pho{
	display: none !important;
}

.footer{
	display: none !important
}

.stream .h-feed{

	display: table !important;

}

.stream .h-feed li {
	display: table-cell !important;
	vertical-align: top !important;
	padding: 1em 5em 1em 0em;
}

.hashtag.customisable, .profile.customisable, .link.customisable, .hashtag.customisable b, .profile.customisable b, .link.customisable b {
	font-weight: bold !important;
}

.MediaCard-media {
    display: none !important;
}

@media (max-width: 500px) {

    .stream .h-feed li{
        padding-right: 1em !important;
    }

    .stream .h-feed li:nth-child(2) {
        display: none !important;
    }

}
