.dashboard .inset {
  width: 90%;
  margin: 0 auto;
  min-width: 1000px; }

.dashboard #slider {
  border: 1px solid #f7941e;
  margin: 1em 0; }
  .dashboard #slider ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.dashboard #content {
  border: 1px solid silver;
  padding: 1em;
  margin-bottom: 2em;
  position: relative;
  color: #444444; }
  .dashboard #content a {
    color: #354a75; }
  .dashboard #content iframe {
    width: 100%;
    height: 700px;
    border: none;
    overflow: auto; }

.dashboard .pop {
  padding: 1em; }
  .dashboard .pop h2 {
    font-size: 2em; }
  .dashboard .pop a {
    color: #f7941e;
    font-weight: bold;
    text-decoration: none; }
    .dashboard .pop a:hover {
      text-decoration: underline; }
  .dashboard .pop.cols > .col1 {
    width: 35%; }
  .dashboard .pop.cols > .col2 {
    width: 65%; }
  .dashboard .pop li.download a {
    display: inline-block;
    padding-right: 25px;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-position: right 3px; }

  .dashboard .lbcontent {
      display: none;
  }