/* Desktop view */
@media screen and (min-width: 768px) and (min-device-width: 768px) {
  #panels-dnd-main .hadfield #wb-main {width: 720px; float: right;}
  #panels-dnd-main .hadfield {width: 960px;}
}
@media screen and (min-width: 768px) and (max-width: 959px) and (min-device-width: 768px) {
  #panels-dnd-main .hadfield #wb-main {width: 568px; float: right;}
  #panels-dnd-main .hadfield {width: 768px;}
}
@media screen and (min-width: 1200px) and (min-device-width: 768px) {
  #panels-dnd-main .hadfield #wb-main {width: 900px; float: right;}
  #panels-dnd-main .hadfield {width: 1200px;}
}

.region-hadfield-first { margin-top: 7px; }
.region-hadfield-first .panel-pane { margin-bottom: 10px; }
