    .t090 svg polygon {
    fill: #ffffff !important;
}

.t090__outer {
    border-top: 4px solid #ffffff !important;
}

 .js-feed-post-text a {
   display:block;
  width:200px;
  padding: 9px 17px;
  background:#284e65;
  color:#fff!important;
  text-decoration:none;
  font-size:17px;
  text-align: center;
  border: 2px solid #284e65;
  border-radius: 30px;  
 }
 
  .js-feed-post-text a:hover {
     background:#376a8a; 
  }
  
     .js-feed-post-text a[rel~="nofollow"] {
display: inline;
    width: 200px;
    padding: 0;
    background: none;
    color: #284e65 !important;
    text-decoration: none;
    font-size: 22px;
    text-decoration: underline !important;
    text-align: center;
    border: 0; 
 }
 