
html
{
  padding-top: 0px;
  margin: 0px;
}

body {
  padding: 0px;
  margin-top: 5%;

  color: #404040;
  
  font-size: 11pt;  
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}
img {
  width: 100%;
  height: auto;
}
video {
  width: 100%;
  height: auto;
}


body A {
    color: #c00000;
    font-weight: 600;
    text-decoration: none;
}

body A:hover
{
    text-decoration: underline;
}

.home_container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.paper_title {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 36pt;
  line-height: 100%;
  font-weight: 700;
}

.paper_authors {

}

.paper_citation {
  // font-size: 10pt;
  // font-weight: 600; 
}

.section_title {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20pt;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.caption_text {
  font-size: 10pt;
  font-style: italic;
}

.bold_text {
  font-weight: 700;
}

.colored_text {
  color: c00000;
}

.emph_text {
  font-style: italic;
}

