<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.member-image img{
  border-radius: 50%;
  width: 80%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.member-name,
.member-surname{
  font-family: 'Titillium Web', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #013149;
  margin-bottom: 15px;
}

.member-name{
  float: left;
}

.member-surname{
  padding-left: 5px;
  float: left;
}

.member-institution,
.member-country,
.speaker-position,
.speech-title{
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.member-institution{
  margin-bottom: 5px;
}

.speech-datetime{
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.speech-presentation{
  margin-top: 30px;
}

.member-institution{
  /*float: left;*/
}

.member-country{
  /*padding-left: 5px;
  float: left;*/
}

.member-country:before{
  /*content: "-";
  padding-right: 5px;*/
}

.speaker-position,
.speech-title{
  font-weight: 700;
  margin-bottom: 0;
}

.speech-title{
  text-transform: uppercase;
  margin-top: 60px;
}

.speech-datetime{
  text-transform: uppercase;
}

@media screen and (max-width: 767px){
  .member-name,
  .member-surname,
  .member-institution,
  .member-country{
    float: none;
  }
  
  .member-surname,
  .member-country{
    padding-left: 0;
  }
  
  .member-surname{
    margin-bottom: 30px;
  }
  
  .member-institution{
    margin-bottom: 15px;
  }
  
  .member-country:before{
    content: "";
    padding-right: 0;
  }

  .member-presentation,
  .speech-presentation{
    margin-top: 30px;
  }
}</pre></body></html>