a {
  outline: none;
  text-decoration: none;

  &:active  {text-decoration: none; color: #00437E;}
  &:link    {text-decoration: none; color: #00437E;}
  &:visited {text-decoration: none; color: #00437E;}
  }

body, html {
  background-color: white;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 1280px;
  }

.container-frame {
  background-color: white;
  border: 1px solid lightgray;
  float: left;
  height: 98vh;
  margin: 8px 2px 0px 2px;
  width: 1041px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
    
  .frame {
    border: none;
    display: block;
    }
  }

.container-lijst {
  background-color: white;
  border: 1px solid lightgray;
  float: left;
  height: 98vh;
  margin: 8px 4px 0px 6px;
  overflow: auto;
  width: 216px;
  }

.lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  width: 100%;
  white-space: nowrap;

  a {
    color: #00437E;
    display: block;
    padding: 1px 0 1px 10px;
    text-decoration: none;
    }

  .active {
    background-color: #C4E8EC; 
    }
  }
