body {
  /* make space for the topbar */
  padding-top: 3.5rem;
}

.modified {
  display: inline;
}

.author {
  display: inline;
}

.image img{
  height:300px;
}

.justify_text p {
  text-align: justify;
  text-justify: inter-word;
}

.slider {
  /*margin-left: -40px;*/
  /*margin-right: -40px;*/
}

.slider .slick-center img{
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  color: #e67e22;
  opacity: 1;
  transform: scale(1);
}

.slider img{
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  opacity: 0.8;
  transform: scale(0.95);
  transition: all 300ms ease;
}


.text-lg {
  font-size: 2em;
}
.text-xl {
  font-size: 3em;
}


/*  awards styles   */
table.awards {
  border: none;
}

table.awards tr td {
  border: none;
}

ul.awards {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top:1em;
}

ul.awards li {
  padding-left: 2.5em;
  margin-bottom: 0.5em;
  position:relative;
  line-height:150%;
}


ul.awards li:before {
  color: #000;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  
  /*content: "\f091";*/
  content: "\f005";
  
  font-size: 150%;
  vertical-align:middle;
  float:left;
  margin-left:-1.5em;
}

ul.awards li.gold:before {
  color: #e5c100;
}

ul.awards li.silver:before {
  color: #aaa9ad;
}

ul.awards li.bronze:before {
  color: #cd7f32;
}

ul.awards li.empty:before {
  color: #c0c0c0;
  font-weight: 400;
  content: "\f005";
}

/* this is experimental: for unified style of images in the articles */
img[style_type="video"] { 
  max-width:  900px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[style_type="image_right"] { 
  float: right;
  width: 300px;
  padding: 10px;
}


/* bib */
.bibtex {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  
  display: block;
  white-space: pre-wrap;
  color: black;
}

.bib-bibtex {
  display:block;
}

.bib-title {
  font-weight: normal;
  font-size: 120%;
  display: block;
}

.bib-author {
  /*display: table;*/
  font-style: italic;
  /*color: #666666;*/
  display: inline;
}

.bib-text {
  display:block;
}

.bib-buttons {
  display:block;
}
