.plugin-premium-users > .row {
  padding-bottom: 20px;
}
.plugin-premium-users h2 {
  text-transform: uppercase;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.plugin-premium-users .button-md {
  padding: 10px 25px;
  font-size: 18px;
}
.plugin-premium-users .original-price {
  text-decoration-line: line-through;
  opacity: 0.7;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.plugin-premium-users.my-account .grey-button.peertube-button-link {
  margin-right: 10px;
}
.plugin-premium-users.become-premium {
  max-width: 800px;
}
.plugin-premium-users.become-premium img {
  max-width: 160px;
  margin-bottom: 5rem;
}
.plugin-premium-users.become-premium .prices-alternatives,
.plugin-premium-users.become-premium .action-buttons {
  max-width: 500px;
}
.plugin-premium-users.become-premium .row {
  padding-bottom: 0;
}
.other-videos .image-zone-tag-container {
    max-width: 201px;
}


.orion-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 40px;
}



table.table-orion {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.table-orion caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.table-orion tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.35em;
}

table.table-orion th,
table.table-orion td {
    padding: 0.625em;
    text-align: center;
}

table.table-orion th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table.table-orion {
        border: 0;
    }

    table.table-orion caption {
        font-size: 1.3em;
    }

    table.table-orion thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-orion tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table.table-orion td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }

    table.table-orion td::before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-orion td:last-child {
        border-bottom: 0;
    }
}
