div.vcard {
  min-height: 50px;
}
div.vcard img.photo,
div.vcard img.photoNA {
  display: block;
  float: left;
  max-width: 150px;
  max-height: 200px;
  padding: 0 2ex 1ex 20px;
}
div.vcard div.org div.fn {
  display: none;
}
div.vcard span.desc {
  display: inline-block;
  width: 12ex;
  text-align: left;
}
div.vcard span.manageRole {
  font-size: 12pt;
}
div.vcard div.separated {
  margin-bottom: 1ex;
}
div.manager {
  padding-top: 2ex;
  clear: left;
}
div.manager div.role {
  display: none;
}
.tabContainer {
  background: #f0f0f0;
  border: 1px solid #fff;
  margin: 100px auto;
  padding: 20px;
  position: relative;
}
.tabContainer > ul {
  overflow: hidden;
  border-right: 1px solid #fff;
  height: 35px;
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
}
.tabContainer > ul > li {
  float: left;
  list-style: none;
}
.tabContainer > ul > li a {
  background: #ddd;
  border: 1px solid #fcfcfc;
  border-right: 0;
  color: #666;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.tabContainer > ul > li a:hover {
  background: #eee;
}
.tabContainer > ul > li a.active {
  background: #fbfbfb;
  border: 1px solid #fff;
  border-right: 0;
  color: #333;
}
.tabDetails {
  background: #fbfbfb;
  border: 1px solid #fff;
  margin: 34px 0 0;
}
.tabContents {
  padding: 20px;
}
.tabContents h1 {
  /* font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
        padding:0 0 10px;*/
  display: none;
}
.tabContents p {
  padding: 0 0 10px;
}
div.personalParPreview {
  padding: 2ex;
  border: 1px solid #ccc;
  margin: 1ex;
}
/*# sourceMappingURL=personal.css.map */