html,
body {
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
  /*background-color: #EEEEEE;*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  margin: 5px 0;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#content {
  width: auto;
  max-width: 960px;
  min-width: 800px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  text-align: left;
  /* border:1px solid #777; */
  background-color: white;
  box-shadow: 0px 1px 5px #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 10.5pt;
  /* line-height: 2; */
  -webkit-text-size-adjust: none;
}

#teaseimg {
  height: auto;
  width: 50%;
  box-shadow: 0px 0px 10px #444444;
  border: 1px solid #000000;
}

.head {
  text-align: center;
  margin: 0.5em 0;
  padding: 0.5em 0;
  background-color: #e9e9e9;
  text-shadow: 1px 1px 3px #cccccc;
}

.head {
  color: #111;
}

.head h1 {
  font-weight: bold;
  font-size: 22pt;
  line-height: 27pt;
  margin: 40px 0 10px;
}

.head h1 a {
  text-decoration: none;
}

.authors {
  font-size: 12pt;
  margin: 1em 0;
}

.affiliations {
  font-size: 11pt;
  margin: -0.5em 0 10pt 0;
}

#tabs {
  overflow: hidden;
  position: relative;
  bottom: -7px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 40px;
  height: 0;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3D3D3D;
  /* border-bottom-color: #777\9; */
  opacity: .3;
  filter: alpha(opacity=30);
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #2ac7e1;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color: #3d3d3d;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a {
  height: 0;
  line-height: 30px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3D3D3D;
}

.section, .section-control {
  padding: 0.5em 2em 0.5em 2em;
  line-height: 130%;
}

.section-teaser {
  padding: 2em 3.6em 0em 3.6em;
  line-height: 130%;
}

.section-control > .row {
  padding: 0.5em 1.6em 0.5em 1.6em;
  line-height: 130%;
}

.section h2, .section-control h2{
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

.section h5, .section-control h5 {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
}

#abstract p {
  margin-top: 0;
  /* padding-left: 5px;
  padding-right: 5px; */
}

/* #method p {
  padding-left: 5px;
  padding-right: 5px;
} */

iframe {
    display: block;
    margin: 0 auto;
}

#method img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
}