.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.layout-content {
  background: #fff; }
  .layout-content section {
    z-index: 1; }
  .layout-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid rgba(189, 187, 187, 0.2);
    left: 20%;
    top: 0; }
  .layout-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid rgba(189, 187, 187, 0.2);
    right: 20%;
    top: 0; }
