@media screen,projection,tv,handheld {
  /* Changed CUE from 25/75 to 20/80 - also updated in agency-ie.css (.05% less for the smaller width) */
  #nav-section {
    width: 20%;
  }
  #content-container {
    width: 80%;
  }

  /* Tagline */
  #header .max-width {
    background: url("/cue/images/tagline-banner.png") right 80px no-repeat;
  }

  /* Changed CUE from 67/33 to 75/25 - also updated in agency-ie.css  */
  .article,
  #document-properties,
  #post-page-options,
  #page-feedback {
    width: 75%;
  }
  .aside {
    width: 25%;
    /* accomodate pages where more in asides than article */
    float: right;
    clear: right;
  }

  #content p.panorama {
    display: inline;
  }

  /* Definition lists table-ified - adjusted widths */
  #content dl.table dt {
    width: 32%;
    text-align: right;
  }
  #content dl.table dd {
    width: 66%;
    border-top-width: 1px;
  }

  /* *** Suitable operator search *** */
  /* only diff between med and lrge is p width */
  #content form#operators fieldset p {
    width: 27%;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  #content form#operators fieldset p label,
  #content form#operators fieldset p input,
  #content form#operators fieldset p span.error {
    display: block;
    width: auto;
  }
  #content form#operators fieldset p.or {
    margin: 0;
    padding: 0 .5%;
  }

  /* *** Suitable operator listing *** */
  #content div.so-details {

  }
  #content .so-details h4,
  #content .so-details dl {
    display: inline-block;
    /* IE 7 fix */
    zoom:1;
    *display: inline;
  }
  #content .so-details h4 {
    width: 34%;
  }
  #content .so-details dl {
    width: 60%;
  }
  #content .so-details dl dt {
    text-align: right;
  }


  /* *** Prems awards nominations form *** */
  #content #awardnominations label {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
  }
  #content #awardnominations span.error {
    width: 18%;
  }
  #content #awardnominations input,
  #content #awardnominations textarea,
  #content #awardnominations select,
  #content #awardnominations .comment {
    width: 50%;
    display: inline-block;
  }
  #content #awardnominations .comment {
    margin-left: 31%;
  }
  #content #awardnominations fieldset.criteria label,
  #content #awardnominations fieldset.criteria textarea,
  #content #awardnominations fieldset.criteria .comment,
  #content #awardnominations fieldset.criteria span.error {
    display: inline;
    margin-left: 0;
    width: 100%;
  }


  /*  Mines water releases */
  #mines_map {
    min-height: 580px; /* title + map + padding */
  }
  #mines_map_canvas {
    /*width: 480px; */
    width: 70%;
    height: 540px;
    float: left;
  }
  #mines_map_canvas .infowindow {
    width: 250px;
  }
  #mines_map_canvas .infowindowmine {
    width: 290px;
  }
  #mines_map_canvas .infowindowgauging {
    width: 200px;
  }

  #content #mines_map h2 {
    font-size: 150%; /* same as qgov */
  }
  #content #mines_map h3 {
    font-size: 130%; /* same as qgov */
  }

  #content div.map_results {
    padding: 0 0 0 2%;
    float: left;
    width: 27%;
  }

  #content div.map_results h3 {
    height: 20px;
    margin: 0;
  }

  #content div.map_results li a {
    background: none;
  }

  #content div.map_results ul.fullheight {
    /* for when there's only the one list */
    max-height: 510px;
  }

  /* Partial narrow width optimisation */
  #content table.minesrelease th,
  #content table.minesrelease td {
    font-weight: normal;
  }

}
