#skiplink {
  position: absolute;
  top: 0;
  left: 0;
}

#skiplink:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a[name]:before {
  content: '';
  display: block;
  height: 50px;
  margin-top: -50px;
  position: relative;
  pointer-events: none;
}

table .empty-row {
  text-align: center;
  font-style: italic;
}

/* this to use as white layer loader
  once all content loaded & PLC Js manipulation completed,
  all these properties set back to initial i.e browser default
*/
#loader-layer {
  overflow: hidden;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #fff;
}
