/* I didn't have access to the less compiler script, so I had to include an additional css file */
.rss-feed-link {
    display: none;
    height: auto;
    width: auto;
    clear: both;
    background-color: #f0f0f0;
    padding: 1em;
  }
  
  .feed-link-label {
    display: block;
  }
  
  .feed-link {
   width: 100%;
   margin-top: 5px;
  }
  
  .feed-link-input {
    width: 100%
  }