/* @group Variables */
/* @group Greys */
/* @end */
/* @end */
body#StockistHolder #Content {
  float: left !important;
  margin: 0px;
  width: 1130px;
  margin-left: -11px; }

#country label, #Form_Form_action_doFiltering {
  display: none; }

.stockist {
  float: left !important;
  width: 215px;
  display: inline !important;
  border: 1px solid #eeeeee;
  min-height: 190px;
  padding: 2rem; }
  .stockist h3 {
    margin-top: 0px !important; }
  .stockist .webandurl {
    margin-bottom: 0px !important; }
  .stockist .stockistContent {
    position: relative;
    z-index: 9; }

.stockist:hover {
  transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  background-color: #f6f6f6; }
