* {
  box-sizing: border-box;
}
body {
    font-family:Verdana;
    color:#404136;
    background-color: #DCDCDC;
    font-size:0.94em;
}

a {
    color: #6290c3;
    /*color: #97cd68;*/
}

p {

    font-size:1em;
}

.navbar {
    margin: auto;
  overflow: hidden;
  background-color: #6290c3;
  /*position: fixed;*/
  top: 0;
  width:100%;
}

.navbar a {
  float: left;
  display: block;
  color: #404136;
    font-weight: 500;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1em;
}

.snip1198 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1198 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1198 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.4em 0.8em;
  padding: 0;
}
.snip1198 a {
  padding: 0 0.7em;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1198 a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  border-left: 3px solid #404136;
  border-right: 3px solid #404136;
}
.snip1198 a:hover,
.snip1198 .current a {
  color: #ffffff;
}
.snip1198 a:hover:before,
.snip1198 .current a:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.main {
  float: left;
  padding:0 7%;
}
.container {
  float: left;
  width:100%;
}
.section-header {
  float: left;
  width:100%;
}
.section-body {
  float: left;
  width:100%;
}

.indent {
    display: inline-block;
    padding-left: 3%;
}

.icon_h2 {
    height: 3em;
}

.icon_h3 {
    height: 2em;
}

.icon_h4 {
    height: 1.5em;
    padding-right: 0.5em;
}

.event_date {
    padding-right: 1vw;
}

.research-tag {
  border-radius: 1em/.5em;
  font-size: 0.8em;
  font-weight: bold;
  background: #97CD68;
  padding: 5px;
  margin: 1px 2px 1px 2px;
  display: inline-block;
}

.first-tag {
  margin-left: 8px;
}

@media only screen and (max-width: 768px) {

.research-tag {
    font-size: 0.7em;
    margin: 1px 1px 1px 1px;
  }

.paper-title::after{
    content: "\a";
    white-space: pre;
}
.first-tag {
  margin-left: 0px;
}

}

.paper-title {
  font-weight: bold;
  font-size: 1em;
  text-decoration: underline;
  -webkit-text-decoration-color: #6290c3; /* Safari */
  text-decoration-color: #6290c3;
}

.title {
  text-align: center;
}
