  /*#quickselect_dialog label { display: inline !important; }*/
  /*#quickselect_dialog input { display: inline; }*/

  #cph_type_radios {overflow-y:scroll;float:left;width:160px;height:100%;}
  #cph_radios {
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    float:left;
    width: 350px;
    height: 100%;
  }
  #name_search {width:100px;}
  #search_box {width:100%;}
  input[type="radio"]:checked + label { font-weight: bold;  }
  label.cph_label {display:none;}
  label.cph_label:hover {
     background-color: #6da8d5 !important; font-weight: bold;}
  input.cph_select {display:none;}
  .radio_disabled {color: lightgrey;}

  .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/modules/contrib/scoteid_core/images/ui-icons_6da8d5_256x240.png);
    background-repeat: no-repeat;
    text-indent: -20000px;
  }

  /* if internet explorer wasn't so hateful I could use the pseudo classes shown at the bottom but instead I will have to hack something horrible together with background images */
  label.scotland {
      padding-left: 20px;
      background: url("/modules/contrib/scoteid_core/images/icons/flags/scotland.png") no-repeat left 50%;
  }
  label.iom {
    padding-left: 20px;
    background: url("/modules/contrib/scoteid_core/images/icons/flags/iom.png") no-repeat left 50%;
  }
  label.england {
      padding-left: 20px;
      background: url("/modules/contrib/scoteid_core/images/icons/flags/england.png") no-repeat left 50%;
  }
  label.wales {
      padding-left: 20px;
      background: url("/modules/contrib/scoteid_core/images/icons/flags/wales.png") no-repeat left 50%;
  }
  label.export_label {
      padding-left: 20px;
      background: url("/modules/contrib/scoteid_core/images/icons/flags/europeanunion.png") no-repeat left 50%;
  }
  /*
  label.scotland:before {
    content:url("/images/icons/flags/scotland.png");
  }
  label.england:before {
    content:url("/images/icons/flags/england.png");
  }
  label.wales:before {
    content:url("/images/icons/flags/wales.png");
  }
  label.export:before {
    content:url("/images/icons/flags/europeanunion.png");
  }
  */
