/* Local repair for the recovered IEEE SENSORS 2012 archive page. */
html,
body {
  min-width: 1040px;
  background: #f3f3f3;
}
body {
  margin: 0;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.container {
  box-sizing: border-box;
}
body > .container {
  width: 980px;
  margin: 0 auto;
}
body > .container > .container.well {
  width: 940px;
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 19px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
body > .container > .container.well:first-child {
  margin-top: 0;
  min-height: 140px;
  background: #fff;
}
body > .container > .container.well:first-child::before {
  display: block;
  padding: 28px 28px 18px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: linear-gradient(#fff, #f7f7f7);
  content: "IEEE SENSORS 2012 Conference | Taipei, Taiwan | 28-31 October";
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}
body > .container > .container.well:first-child img {
  display: none;
}
body > .container > .container.well:first-child p {
  margin: 14px 0 0;
  color: #333;
}
.span2,
.span7 {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.span2 {
  width: 140px;
}
.span7 {
  width: 540px;
}
.span7[style*="border"] {
  min-height: 520px;
  background: #f5f5f5;
  border: 2px groove #bbb !important;
}
.content {
  padding: 0;
}
h4 {
  margin: 10px 0;
  font-size: 17.5px;
  line-height: 20px;
}
h5 {
  margin: 10px 0;
  padding: 4px 6px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
ul.nav,
ul.nav li,
.span2 > li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.nav {
  width: 140px;
  margin: 0 0 18px;
}
.nav > li > a {
  display: block;
  padding: 8px 12px;
  color: #08c;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 0;
  line-height: 20px;
  text-decoration: none;
}
.nav > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav > li:last-child > a {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dropdown-submenu > a::after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent transparent transparent #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: "";
}
.dropdown-menu {
  display: none !important;
}
a {
  color: #08c;
}
.span2 img {
  max-width: 140px !important;
  width: auto !important;
  height: auto !important;
}
.span2 table {
  width: 140px;
  font-size: 12px;
  line-height: 16px;
}
.cc-window,
.cc-revoke {
  display: none !important;
}
