/* Hides an element from the screen but lets screen readers access it */
.feed-details-tab {
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  width: 800px; }
  .feed-details-tab .visibility-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
  .feed-details-tab .required label::after {
    content: " *"; }
  .feed-details-tab .header {
    margin-top: 20px; }
  .feed-details-tab .margin-bottom {
    margin-bottom: 10px; }
  .feed-details-tab .edit-checkBox.disabled,
  .feed-details-tab .edit-checkBox.disabled:hover {
    border: none; }
  .feed-details-tab .feed-details-footer {
    padding: 12px 0 0 0; }
    .feed-details-tab .feed-details-footer button {
      margin-right: 8px; }
  .feed-details-tab .fontSizeM {
    font-size: 0.875rem;
    font-weight: normal; }
  .feed-details-tab .fontSizeL {
    font-size: 1.125rem;
    font-weight: normal; }
