.country_column {
  width: 24%;
  float: left;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  border: 0 none;
  cursor: pointer;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #page_content {
    margin: 0 30px;
  }
  body.responsive header h1 {
    height: inherit;
  }
  .country_column {
    width: 39%;
  }
  .country_column a {
    display: block;
    padding: 12px 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    text-align: center;
  }
  .country_column.first {
    padding-right: 20px;
  }
}
