p.intro {
  margin-left: 2em;
}

div.ovContainer {
  clear: both;
  width: 100%;
  margin: 0;
  margin-left: 2em;
  margin-bottom: 1em;
  padding: 0;
}

div.ovOperators {
  width: 10em;
  padding: 0;
  margin: 0;
  margin-right: 1em;
  display: inline-block;
  cursor: pointer;
}

  div.ovOperators img {
    width: 99%;
    max-width: 150px;
    vertical-align: top;
    border: 0;
  }

  div.ovOperators p {
    width: 99%;
    max-width: 150px;
    vertical-align: top;
    border: 0;
    padding: 1em;
  }

div.ovCountry {
  width: 8em;
  min-height: 6em;
  padding: 0.5em;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
}

  div.ovCountry picture {
    width: 99%;
    vertical-align: top;
    margin-bottom: 1em;
  }

  div.ovCountry picture img {
    border: 0;
    width: 6em;
    max-width: 100px;
  }

  div.ovCountry p {
    width: 99%;
    cursor: pointer;
  }

  div.ovCountry p a:hover {
    color: blue !important;
    text-decoration: underline;
  }

  div.ovCountry ul {
    margin: 0;
    margin-bottom: 1em;
    padding: 0.5em;
  }

div.ovCountry ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1.5em;
  list-style-type: circle !important;
  list-style-image: none;
  list-style-position: outside !important;
}

div.ovDuration {
  width: 9em;
  padding: 0.5em;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
}

  div.ovDuration p {
    width: 99%;
    cursor: pointer;
  }

div.ovCategory {
  width: 8em;
  padding: 0.5em;
  margin: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
}

  div.ovCountry a:hover,
  div.ovDuration a:hover,
  div.ovCategory a:hover {
    color: blue !important;
    text-decoration: underline;
  }

  div.ovCategory img {
    padding: 0.5em;
    border: 0;
    border-collapse: collapse;
    margin-left: 1em;
    width: 4em;
    max-width: 250px;
    height: 4em;
    max-height: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
  }

  div.ovCategory p {
    width: 99%;
    cursor: pointer;
  }

    div.ovCategory p a {
      color: black;
    }
/*  div.ovCategory p a:hover
  {
    color: blue  !important;
    text-decoration: underline;
  }*/
