.featureTitle a, .featureAction a, .featureContent a {
	color:  !important;
}
body:not(.inapp) .header, body:not(.inapp) .news .cover {
	background-color: #0050d8 !important;
}
.headerTitle, .headerTitle a, .headerMention a, .headerSubtitle, .feature.boostedAnnouncementPopup .featureAction a {
	color: #ffffff !important;
}
.headerClose svg, .headerNav svg {
	fill: #ffffff !important;
}
.headerTitle, .headerSubtitle, .featureTitle {
	font-size: 20px !important;
}
.feature, .feedbackSubmited {
	color: #424242 !important;
}
.feature {
	background: #ffffff !important;
}
.feature.hasReadmore .featureContent:after {
	background: transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#ffffff));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), #ffffff);
	background: -moz-linear-gradient(top, rgba(255,255,255,0), #ffffff);
	background: -o-linear-gradient(top, rgba(255,255,255,0), #ffffff);
	background: linear-gradient(top, rgba(255,255,255,0), #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	-ms-filter: "filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);";
}
.streamNav li.catItem.watermark {
    display: none;
}
.featureTitle a, .featureAction a {
	color:  !important;
}
.featureAction svg {
	fill:  !important;
}
.backButton {
	color:  !important;
}
.backButtonIcon {
	fill:  !important;
}
.featureDate .date, .featureDate span {
	color: #8da2b5 !important;
}
.category.categoryNew, .catItem .ico.new {
	background: #d3d1fe !important;
}
.category.categoryImprovement, .catItem .ico.improvement {
	background: #57d3d2 !important;
}
.category.categoryFix, .catItem .ico.fix {
	background: #ffda8f !important;
}
.category.categoryComingSoon, .catItem .ico.comingsoon {
	background: #59d457 !important;
}
.category.categoryAnnouncement, .catItem .ico.announcement {
	background: #ffae1b !important;
}
.featureContent, .featureAction {
	font-size: 16px !important;
}
.featureAction svg {
	width: 16px !important;
	height: 16px !important;
}
body.inapp .header, body.inapp .news .cover {
	background-color: #344b63 !important;
}
.category {
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 6px;
}
.embed .news {
  padding: 10px 0;
}
.embed.intercom .news {
  padding: 10px;
}
.feature {
    border-radius: 0px;
    border-bottom: 1px #e3e3e6 solid;
    display: flex;
    flex-direction: column;
}
.embed .feature {
    margin: 10px auto;
}
.embed .featureAction {
    margin-bottom: 0;
}
.category.NEW {
    color: #130abf;
}
.category.IMPROVEMENT {
    color: #004b4d;
    background: #D3F2F2 !important;
}
.category.FIX {
    color: #8f3b00;
}
.featureAction {
  align-self: flex-end;
}
.featureContent p {
    margin-bottom: 15px;
    line-height: 24px;
}
.feature:last-of-type{
    border-bottom: 0px;
}
.header {
    border: none
}
.headerClose {
    position: static;
    top: 
    right: 0;
}
.dark .headerTitle, .headerTitle  {
    padding: 0;
    font-size: 18px !important;
    margin-left: 13px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px;
    letter-spacing: 0.5px;
}
.embed.intercom .header {
    display: none;
}
.embed .news {
    overflow: auto;
}
#beamerIcon {
    position: absolute;
    top: -8px;
    right: -8px;
}
.beamerSelector {
    position: relative;
}
.featureDate span {
    color: #82828c !important;
}
.header.dark {
    background-color: #344b63 !important;
}
.noFeaturesTitle {
    letter-spacing: 0.5px;
    font-size: 18px;
}
.embed .headerTitle {
    padding: 0 !important;
}
.feature.hasReadmore .featureContent .readmoreButton {
    background: #000;
    color: #fff !important;
    padding: 8px 12px;
    box-shadow: none;
    bottom: 5px;
    border-radius: 5px;
}
.featureContent img {
    width: 100%;
    margin: 0 auto;
}
.medium-insert-images {
    text-align: center;
}
.feature ol li {
    margin-bottom: 15px;
    line-height: 24px;
}