img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.social-media-list {
  display: table;
  margin: 0 auto;
  list-style: none;
}

.social-media-list li {
  display: inline;
  margin: 5px 10px 5px 0;
}

.social-media-list li a {
  
  padding: 7.5px;
  border: 1px solid #e8e8e8;
}

.svg-icon {
  padding-right: 0 !important;
}
.social-media-list i {
  color: #828282;
  font-size: 16px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext50 {
  width: 50px;
  margin-left: -25px;
}

.tooltiptext75 {
  width: 75px;
  margin-left: -37.5px;
}

.tooltiptext100 {
  width: 100px;
  margin-left: -50px;
}

.tooltiptext120 {
  width: 120px;
  margin-left: -60px;
}

.tooltiptext150 {
  width: 150px;
  margin-left: -75px;
}

.tooltiptext160 {
  width: 160px;
  margin-left: -80px;
}

.tooltiptext180 {
  width: 180px;
  margin-left: -90px;
}

.tooltiptext200 {
  width: 200px;
  margin-left: -100px;
}


/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.fa-envelope:hover {
  color: black;
}

.ai-orcid:hover {
  color: #a4cf49;
}

.ai-google-scholar:hover {
  color: #4788ee;
}

.ai-researchgate:hover {
  color: #57c9bb;
}

svg#linkedin:hover {
  fill: #0076b3;
}

svg#github:hover {
  fill: #24292e;
}

.fa-gitlab:hover {
  color: #E43A2D
}

table.no-border {
  border:0px !important;
  width: 100% !important;
  margin-bottom: 0px !important;
}

table.no-border thead {
  font-weight: normal !important;
}

table.no-border th, td{
  border:0px !important;
  background-color: white !important;
  vertical-align: top !important;
  font-weight: normal !important;
}
.post-list p {
  display: inline;
}

.post-meta h3 {
  margin-bottom: 0 !important;
}
