/*


/* Here you can include your override CSS styles */

.nspArt h4.nspHeader
{
  font-size: 14px;
  }

.chzn-container {
  position: relative;
  display: block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: block;
  width: 100%;
  margin-bottom: 4px;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0px;
  
  .gkMenu > ul li div.childcontent li {
    font-size: 13px;
    font-weight: 100;
    line-height: 1.2;
    text-align: left;

}