.feed-icons {
    display: flex;
    width: 100%;
}

.feed-icons .csv-feed {
    margin-right: 10px;
    width: auto;
    display: block;
}
.feed-icons .csv-feed .feed-icon {
    background-image: none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff6600;
    line-height: 19px;
    height: 19px;
    color: #fff;
    background: #ff6600;
    text-indent: 0;
    width: 100px;
}
.feed-icons .csv-feed:last-child .feed-icon {
  width: 230px;
}
.feed-icons .csv-feed:first-child .feed-icon:after {
    content: "Download CSV"; 
}
.feed-icons .csv-feed:last-child .feed-icon:after {
    content: "Download CSV with Additional Info"; 
}
.feed-icons .csv-feed .feed-icon:after {
    font-size: 12px;
    line-height: 20px;
    padding-top: 3px;
}