/*
Styles for the Contact us page:
http://magneticfiltration.com/contact_us
*/

h4 {
  border-bottom: 1px solid #ccc;
  clear: none !important;
  clear: both;
}
h5 {
  font-weight: normal;
}
td {
  vertical-align: top;
}
.fn {
  font-weight: bold;
}
.basic {
  display: block;
  margin-bottom: 0.5em;
 position: relative;                            /*  For the positioning of .position  */
}
span.tel span.type {
  margin-left: 1em
}
.role,
.title {
  font-style: italic;
  margin-left: 2em;
  /*position: absolute;
    left: 12em;
    top: 0;*/                                      /*  For print on page > 1  */
  white-space: nowrap;
}
.vcard .superfluous {
  display: none;
}
ul#contacts {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul#contacts ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#contacts ul li {
  border-left: 2px dotted #eda5a5;
  border-right: 2px dotted #eda5a5 !important;
  border-right: none;
  clear: both;
  display: block;
  float: none !important;
  float: left;
  margin: 0 1.2em 1.2em 1.2em;
  padding: 0.2em 0.7em;
}
ul#contacts ul li:hover {
  background-color: #e8f4ff;
}
#send {
  border-top: 1px solid #ccc;
  clear: both;
}
