body{
  margin-left: 15px;
}

/* Publications */
p.art_title {
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 4px;
}
p.art_author{
  margin-top: 0em;
  margin-bottom: 4px;
}
p.art_journal{
  font-style: italic;
  margin-top: 0em;
  margin-bottom: 4px;
}
p.references{
  margin-top: 0em;
  margin-bottom: 15px;
}


/* Submissions */
p.act_conference {
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 4px;
}

p.act_title{
  font-style: italic;
  margin-top: 0em;
  margin-bottom: 4px;
}


/* Activities */ 
p.date {
  font-style: italic;
  margin-top: 0em;
  margin-bottom: 4px;  
}
p.degree {
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 4px;
}
p.thesis_title {
  margin-top: 0em;
  margin-bottom: 4px;
}
p.thesis_supervisor{
  margin-top: 0em;
  margin-bottom: 4px;
}

/* Career */
p.position {
  margin-top: 0em;
  margin-bottom: 4px;  
  font-weight:bold;
}
p.details {
  margin-top: 0em;
  margin-bottom: 10px;  
}
  
  
 /* Buttons */
 p.references > a{
   text-decoration: none;
  color: #000000;
  padding: 2px 8px;
  font-size: 14px;
  /*background-color: #e3e3e3;*/
  background: radial-gradient(#f1f1f1, #f1f1f1, #e1e1e1);
  border: 1px solid #494949 !important;
  border-radius: 6px;
  display: inline-block;
  transition: 0.5s;
 }
 p.references > a:hover{
  /*background-color: #d3d3d3;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24), 0 4px 4px 0 rgba(0,0,0,0.19);*/
  /*background: radial-gradient(#e1e1e1, #e1e1e1, #f1f1f1);*/
  background:radial-gradient(#e1e1e1, #e1e1e1);
 }

a.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


.th{
  text-align: right;
}