.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;
}
/* Added by Saheed */
.js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-field-content-sectors-.form-item-field-content-sectors- {
    display: none;
}
.gef-footer-block-img .supported-by img {
	height: 65px;
	width: auto;
}
body .island-partners > *.supported-by img {
	max-width: 65px;
}
.page-about .island-partners > * {
	padding: 30px 30px 0;
}