.span-PDF{ font-size: 10px; }

/* flowsheets */
@media all {

  .offscreen {
    display: block;
    position: fixed;
    left: -9999999px;
    width: 0px;
    overflow: hidden;
  }

  #flowsheet #legend_container ul {
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
  }

    #flowsheet #legend_container ul li {
      padding: 5px;
      margin: 0px 0px 3px 0px;
      border: 1px solid black;
      list-style-type: none;
    }

  .prereq {
    background-color: #9D9795 !important;
    
  }
  
    .prereq.immediate {
      background-color: #C4BFC0 !important;
      
    }

      

  .postreq {
    background-color: #DAAA00 !important;
    
  }

    .postreq a {
      
    }

  .coreq {
    background-color: #FFEB8C !important;
  }


  #courseTable td {
    padding: 0px 2px;
  }


  #courseTable div {
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    height: 80px;
    width: 100%;
    min-width: 120px;
    overflow: hidden;
    margin: 3px 0px;
    padding: 5px 5px 5px 5px;
    line-height: 1.4;
    font-size: 0.7em;
    font-weight: bold;
  }

  #courseTable div:hover {
    background-color: #000000 !important;
    color: #ffffff;
  }

    #courseTable div:hover a {
      color: #ffffff;
    }

  #courseTable .crs_title {
    font-style: italic;
    font-weight: normal;
  }


  #coursecontent {
    height: 200px;
    overflow: auto;
    margin: 0px 0px 20px 0px;
  }

  .extCoursesProfileContent {
    margin-bottom: 1.6rem;
  }
}