@charset "UTF-8";
body {
  background: #DDD;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 98.7vw;
  margin: 0;
  padding: 4vh 20px;
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-weight: 300;
  color: #333;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

.header {
    padding-left: 400px;
    padding-bottom: 100px;
}

.entry h4 {
    color: #445aa8;
    margin: 0;
    padding: 0;
}

.entry h4 a {
    color: #445aa8;
    margin: 0;
    padding: 0;
}

.entry h1 {
    font-weight: bold;
}

img {
  margin: 5px;
  max-width:100%;
  max-height:200px;
  width: auto;
  height: auto;
}

.timeline {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  padding: 100px 50px;
  position: relative;
  box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #ddd;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid #445aa8;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -8px;
  z-index: 99;
}
.entry .title h3 {
  margin: 0;
  font-size: 120%;
}
.entry .title p {
  margin: 0;
  font-size: 80%;
  color: #445aa8;
  font-weight: bold;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 66%;
  padding-left: 30px;
}
.entry .body p {
  line-height: 1.4em;
  text-align: justify;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}

.entry .body ul li .pdficon::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
   background-size: 10px;
  background-image: url(mime-pdf.gif);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.entry .body ul li .sourceicon::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
   background-size: 10px;
  background-image: url(mime-zip.gif);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.entry .body ul li .movieicon::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
   background-size: 10px;
  background-image: url(mime-mov.gif);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.special {
    #color: green;
    color: #445aa8;
    font-weight: 500;
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v21-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* Media info */

@media screen and (max-width: 800px) {
  body {
    width: 100%;
    padding: 0;
    font-size: 18px;
  }

  .timeline {
    padding: 20px 10px;
  }

  .timeline:before {
  left: calc(25% + 10.5px);
  }

  .entry .title {
    padding: 0;
    width: 25%;
    font-size: 80%;
    text-align: left;
  }

  .entry .title:before {
    width: 10px;
    height: 10px;
    right: -13px;
  }

  .entry .body {
    margin: 0 0 3em;
    float: right;
    width: 75%;
    padding-left: 25px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 110%;
  }

  h3 {
    font-size: 100%;
  }
  
  h5 {
    font-size: 70%;
  }

  p {
    font-size: 60%;
  }

  li {
    font-size: 70%;
  }
}

.bibtex-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #f4f4f4; /* Light gray background */
  font-family: "Courier New", monospace; /* Monospaced font */
  font-size: 11px;
  color: #333; /* Dark gray text color */
  border-left: 4px solid #445aa8; /* Blue border for emphasis */
  padding: 0 10px; /* No padding when collapsed */
  white-space: pre-wrap; /* Preserve formatting */
  position: relative; /* Allows positioning of the button */
  border-radius: 4px;
}

/* Copy button styling */
.copy-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #445aa8;
  color: white;
  border: none;
  padding: 5px 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.copy-button:hover {
  opacity: 1;
}

/* Confirmation message */
.copy-confirmation {
  position: absolute;
  bottom: 5px;
  right: 100px;
  background: #4CAF50;
  color: white;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}