/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  font-family: 'Open-Sans', sans-serif;
  font-weight: 300;
  background-color: #fff;
}
.content {
  width: 1000px;
  padding: 25px 50px;
  margin: 25px auto;
  background-color: white;
  box-shadow: 0px 0px 10px #999;
  border-radius: 15px;
  font-family: "Google Sans";
  font-size: 17.5px;
}
.contentblock {
  width: 950px;
  margin: 0 auto;
  padding: 0;
  border-spacing: 25px 0;
}
.contentblock td {
  background-color: #fff;
  padding: 25px 50px;
  vertical-align: top;
  box-shadow: 0px 0px 10px #999;
  border-radius: 15px;
}
#gif-display {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

#contentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#prevButton, #nextButton {
  padding: 10px;
  background-color: #ddd;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2em;
}

#navBar {
  position: relative;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

.navDot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
}
.navDotSelected {
  background-color: #555;
}
.navDot:hover {
  background-color: #aaa;
  cursor: pointer;
}

.nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-button {
  padding: 10px;
  background-color: #cfcece;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
#prevArrow {
  transform: rotate(180deg);
}

#nextArrow {
  transform: rotate(0deg);
}
a, a:visited {
  color: #224b8d;
  font-weight: 300;
}
#authors {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
#authors span {
  display: inline-block;
  margin: 0 10px;
}
#authors sup {
  font-size: 14px; /* 调整上标字体大小 */
  margin-right: -2px; /* 将上标与<a>标签靠近一些 */
  margin-left: 1px; /* 将上标与<a>标签靠近一些 */
}
#authors .institution {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
#authors .institution a {
  margin-right: 15px; /* 添加链接间距 */
  color: black; /* 修改链接字体颜色为黑色 */
  text-decoration: underline gray; /* 修改链接下划线为灰色 */
}
#authors .conference {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: black; /* 修改链接字体颜色为黑色 */
  margin-bottom: -20px; /* 调整会议名称与作者之间的间距 */
}
#authors a {
  margin: 0 10px;
}
h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
}
h2 {
  font-size: 30px;
  font-weight: 300;
}
code {
  display: block;
  padding: 10px;
  margin: 10px 10px;
}
p {
  line-height: 25px;
  text-align: justify;
}
p code {
  display: inline;
  padding: 0;
  margin: 0;
}
#teasers {
  margin: 0 auto;
}
#teasers td {
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}
#teasers img {
  width: 250px;
}
#results img {
  width: 133px;
}
#seeintodark {
  margin: 0 auto;
}
#sift {
  margin: 0 auto;
}
#sift img {
  width: 250px;
}
.downloadpaper {
  padding-left: 20px;
  float: right;
  text-align: center;
}
.downloadpaper a {
  font-weight: bold;
  text-align: center;
}
.teaser-img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.teaser-gif {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.summary-img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.video-iframe {
  width: 1000;
  height: 800;
  margin: auto;
  display: block;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center
}
.image {
  flex-basis: 40%
}
.text {
  font-size: 20px;
  padding-left: 20px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.boxshadow {
  border: 1px solid;
  padding: 10px;
  box-shadow: 2px 2px 5px #888888;
}
.spacertr {
  height: 8px;
}
.spacertd {
  width: 40px;
}

