@media screen,projection,tv,handheld {

  /* Changed CUE from 34/66 to 29/71 - also updated in qg-ie.css (.05% less for the smaller width) */
  #nav-section {
    width: 29%;
  }
  #content-container {
    width: 71%;
  }

  #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: 65%;
    border-top-width: 1px;
  }

  /* *** Suitable operator search *** */
  /* only diff between med and lrge is p width */
  #content form#operators fieldset p {
    width: 26%;
    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 and below fix */
    zoom:1;
    *display: inline;
  }
  #content .so-details h4 {
    width: 38%;
  }
  #content .so-details dl {
    width: 55%;
  }
  #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 input,
  #content #awardnominations textarea,
  #content #awardnominations select,
  #content #awardnominations .comment {
    width: 65%;
    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: 860px; /* title + map + padding + results list heading + results list */
  }
  #mines_map_canvas {
    width: 95%;/*450px;*/
    height: 540px;
  }
  #mines_map_canvas .infowindow {
    width: 250px;
  }
  #mines_map_canvas .infowindowmine {
    width: 250px;
  }
  #mines_map_canvas .infowindowgauging {
    width: 200px;
  }

  #content #mines_map h2 {
    font-size: 130%;
  }
  #content #mines_map h3 {
    font-size: 115%;
  }

  /* Float underneath map -  lists next to each other */
  #content div.map_results {
    float: left;
    padding: 0 3% 0 0;
    width: 47%;
  }

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

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

}