body {
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

h4 {
    line-height: 28px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.gh_link {
    color: #0969da;
}

input {
    appearance: none;
    background-color: #f6f8fa;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #333;
    line-height: 16px;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
  }

 button {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 16px;
    list-style: none;
    padding: 6px 16px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
  }
  
  button:hover {
    background-color: #F3F4F6;
    transition-duration: 0.1s;
  }
  
  button:active {
    background-color: #338500;
    color: #FAFBFC;
    transition-duration: 0.1s;
  }

  #feeds_ul, #video_feeds_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }