body {
  background-color: #fefefe;
  overflow: hidden;
  font-family: "Trebuchet MS", "Arial", sans-serif;
}

ul {
  list-style-type: none;
}

#resourceLinksTable ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1em;
}

#resourceLinksTable li {
  margin-bottom: 0.75em;
}


#resourceLinksTable a:hover {
  border-color: black;
}

#idpContainer {
  position: fixed;
  top: 4em;
  bottom: 4em;
  left: 0.25em;
  right: 0.25em;
  z-index: 2;
  overflow: auto;
  border: 2px solid black;
  border-radius: 3px;
  background: linear-gradient(to top left, #ccc, white);
  box-shadow: 0px 0px 12px 2px
}

@media screen and (orientation: landscape) {
#frgLogo{
    margin-top: 1em;
    height: 150px;
}
}

@media screen and (orientation: portrait) {
#frgLogo{  
    margin-top: 1em;
    height: 150px;
}
}

