/* Hides an element from the screen but lets screen readers access it */
.table-protocol-icon {
  width: 2rem;
  height: 2rem; }
  @media screen and (max-width: 1023px) {
    .table-protocol-icon {
      width: 1.5rem;
      height: 1.5rem; } }

.package-list-card .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); }

.package-version {
  margin: 4px; }
