/* Body */
body {
  /*background: #e3e5e8;*/
  color: #ffffff;
  /* font-family: 'Lato', Verdana, Helvetica, sans-serif;*/
  /* font-family: 'Times New Roman', Times, serif;*/
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14pt;
}

/* Pre-formatted Text */
pre {
  margin: 5pt 0;
  border: 0;
  font-size: 12pt;
  background: #fcfcfc;
}

marquee {
  font-weight:bold;
  font-size: 43px;
  color:rgba(188,52,70,1);
}

hr {
	border: 0;
	height: 2.5px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Project Page Style */
/* Section */
.section {
  width: 768pt;
  min-height: 100pt;
  margin: 15pt auto;
  padding: 20pt 30pt;
  border: 1pt hidden #000;
  text-align: justify;
  color: #000000;
  background: #ffffff;
}

/* Header (Title and Logo) */
.section .header {
  min-height: 80pt;
  margin-top: 30pt;
}
.section .header .logo {
  width: 80pt;
  margin-left: 10pt;
  float: left;
}
.section .header .logo img {
  width: 80pt;
  object-fit: cover;
}
.section .header .title {
  margin: 0 120pt;
  text-align: center;
  font-size: 22pt;
}

/* Author */
.section .author {
  margin: 5pt 0;
  text-align: center;
  font-size: 16pt;
}

/* Institution */
.section .institution {
  margin: 5pt 0;
  text-align: center;
  font-size: 16pt;
}

/* Hyperlink (such as Paper and Code) */
.section .link {
  margin: 5pt 0;
  text-align: center;
  font-size: 16pt;
}

/* Teaser */
.section .teaser {
  margin: 20pt 0;
  text-align: center;
}
.section .teaser img {
  width: 95%;
}

/* Section Title */
.section .title {
  text-align: center;
  font-size: 22pt;
  margin: 5pt 0 15pt 0;  /* top right bottom left */
}

/* Section Body */
.section .body {
  margin-bottom: 15pt;
  text-align: justify;
  font-size: 14pt;
}

/* BibTeX */
.section .bibtex {
  margin: 5pt 0;
  text-align: left;
  font-size: 22pt;
}

/* Related Work */
.section .ref {
  margin: 20pt 0 10pt 0;  /* top right bottom left */
  text-align: left;
  font-size: 18pt;
  font-weight: bold;
}

/* Citation */
.section .citation {
  min-height: 60pt;
  margin: 10pt 0;
}
.section .citation .image {
  width: 120pt;
  float: left;
}
.section .citation .image img {
  max-height: 60pt;
  width: 120pt;
  object-fit: cover;
}
.section .citation .comment{
  margin-left: 130pt;
  text-align: left;
  font-size: 14pt;
}

.container {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.container:hover .middle {
  opacity: 1;
}

.container:hover .image {
  opacity: 0.15;
}

img:hover {
  opacity: 0.2;
}

img.logo:hover {
  opacity: 1;
}

table td.td_style1:hover {
  border-bottom: 3px solid rgba(105,255,173,1);
  border-top: 3px solid rgba(105,255,173,1);
  border-left: 3px solid rgba(105,255,173,1);
  border-right: 3px solid rgba(105,255,173,1);
  border-radius:10px;
}

table td.td_style1:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style1 {
  color: rgba(105,255,173,1);
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style2:hover {
  border-bottom: 3px solid rgba(5,8,244,1);
  border-top: 3px solid rgba(5,8,244,1);
  border-left: 3px solid rgba(5,8,244,1);
  border-right: 3px solid rgba(5,8,244,1);
  border-radius:10px;
}

table td.td_style2:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style2 {
  color: rgba(5,8,244,1);
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style4:hover {
  border-bottom: 3px solid #D35400;
  border-top: 3px solid #D35400;
  border-left: 3px solid #D35400;
  border-right: 3px solid #D35400;
  border-radius:10px;
}

table td.td_style4:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style4 {
  color: #D35400;
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style3:hover {
  border-bottom: 3px solid #E8A619;
  border-top: 3px solid #E8A619;
  border-left: 3px solid #E8A619;
  border-right: 3px solid #E8A619;
  border-radius:10px;
}

table td.td_style3:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style3 {
  color: #E8A619;
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style5:hover {
  border-bottom: 3px solid rgba(218, 74, 88,1);
  border-top: 3px solid rgba(218, 74, 88,1);
  border-left: 3px solid rgba(218, 74, 88,1);
  border-right: 3px solid rgba(218, 74, 88,1);
  border-radius:10px;
}

table td.td_style5:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style5 {
  color:rgba(218, 74, 88,1);
  font-size: 35px;
  padding: 16px 32px;
}


table td.td_style6:hover {
  border-bottom: 3px solid #E625B4;
  border-top: 3px solid #E625B4;
  border-left: 3px solid #E625B4;
  border-right: 3px solid #E625B4;
  border-radius:10px;
}

table td.td_style6:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style6 {
  color:#E625B4;
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style7:hover {
  border-bottom: 3px solid rgba(0, 176, 240, 1);
  border-top: 3px solid rgba(0, 176, 240, 1);
  border-left: 3px solid rgba(0, 176, 240, 1);
  border-right: 3px solid rgba(0, 176, 240, 1);
  border-radius:10px;
}

table td.td_style7:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style7 {
  color:rgba(0, 176, 240, 1);
  font-size: 35px;
  padding: 16px 32px;
}

table td.td_style8:hover {
  border-bottom: 3px solid rgba(112,48,160, 1);
  border-top: 3px solid rgba(112,48,160, 1);
  border-left: 3px solid rgba(112,48,160, 1);
  border-right: 3px solid rgba(112,48,160, 1);
  border-radius:10px;
}

table td.td_style8:hover {
 box-shadow: 0px 9px 4px -2px grey;
}

.text_style8 {
  color:rgba(112,48,160, 1);
  font-size: 35px;
  padding: 16px 32px;
}

ol {
columns:1;
}
ol > li::marker {
content:"[" counter(list-item) "]  ";
}