body {
  background-color: #eee;
}

header {
  background-color: #000;
  height: 110px;
}

header a, header a:hover, header a:visited {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 35px;
  font-weight: bold;
}

#header-bottom {
  width: 100%;
  background-color: #779CA9;
  padding: 5px;
  color: #fff;
  margin-top: -15px;
  padding-left: 35px;
}

#header-bottom a, #header-bottom a:visited, #header-bottom a:hover {
  color: #fff;
}

footer {
  font-size: 10px;
  text-align: center;
  margin-top: 25px;
}

#site-head-container {
  margin-bottom: 0px;
}

#site-head {
  text-align: center;
  width: 100%;
}

#abstract {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  overflow: hidden;
}

.video {
  text-align: center;
}

#coming-soon {
  text-align: center;
  margin-top: 50px;
}

#teaser {
  position: relative;
  overflow: hidden;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 10px 0px;
}

#teaser-text {
  position: relative;
  overflow: hidden;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 10px 5px;
  margin-bottom: 20px;
}

.author {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

#pre-teaser {
  position: relative;
  overflow: hidden;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 20px 10px 5px 10px;
}

#footnote {
  margin-top: 51px;
  float: left;
}

#conferencelogo {
 width: 150px;
 display: inline;
 float: right;
}

#downloads {
  position: relative;
  overflow: hidden;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

#downloads .column {
  display: inline-block;
  float: left;
  margin-left: 20px;
  text-align: center;
  margin-bottom: 30px;
  width: 240px
}

#downloads .first {
  margin-left: 118px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

img.thumb {
  border: 10px solid #eee;
}

img.thumb.active {
  border: 10px solid #ccc;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.image-set {
  text-decoration: none;
  color: inherit;
}

#homepage div.row {
  padding: 0;
}

div.row {
  padding: 15px 1px 4px 1px;
}

.caption {
  text-align: center;
}

.row {
  margin-bottom: 15px;
}

.bigImage h1 {
  text-align: center;
}
