

body
{
    background-color: #F2F3F4;
    font-family: sans-serif;
}


#top_banner
{
    width: 50%;
    min-width: 940px;
    margin: auto;
    border-color: black;
    border-top: 1px;
    border-bottom: 1px;
    background-color: white;
    text-align: center;
}

#translation
{
    padding: 10px 20px;
    text-transform: uppercase;
    position: fixed;
        top: 0;
        right: 0;
}

#translation img
{
  margin: 0 0 2px 7px;
  position: relative;
    top: 8px;
  border: 1px solid transparent;
}

#translation img:hover
{
  border-color: #fff;
}



.info_block
{
    width: 50%;
    margin: auto;
    min-width: 940px;
    background-color: white;
    margin-bottom: 40px;
    padding-bottom: 20px;

}

article
{
    border-top: solid 3px #F2F3F4;
    padding-left: 20px;
    padding-bottom: 10px;

}

section h2
{
    padding-top: 20px;
    padding-left: 20px;
}


.info_block p
{
    padding-left: 20px;
}

ol.publications a.author, ol.presentations a.author
{
  color: black;
  text-decoration: none;
}

ol.publications a.author:hover, ol.presentations a.author:hover
{
  text-decoration: underline;
}






.flag 
{
    margin: 10px 10px 0 -5px;
    border: 1px solid transparent;
}

.flag:hover
{
  border-color: #fff;
}

.selected
{
  margin: 10px 10px 0 -5px;
  border: 1px solid #CACACA;
}

.publi_details
{
  font-size: small;
  padding-left: -10px;
}

.publi_link
{
  font-size: small;
  color: gray;
  text-decoration: none;
}

.publi_link:hover
{
  font-size: small;
  color: gray;
  text-decoration: underline;
}

.journal_link
{
  font-size: small;
  color: dodgerblue;
  text-decoration: none;
}

.journal_link:hover
{
  font-size: small;
  color: dodgerblue;
  text-decoration: underline;
}

.conf_link
{
  font-size: small;
  color: dodgerblue;
  text-decoration: none;
}

.conf_link:hover
{
  font-size: small;
  color: dodgerblue;
  text-decoration: underline;
}

.thesis_link 
{
  text-decoration: none;
  color: black
}

.thesis_link:hover
{
  text-decoration: none;
  color: dodgerblue
}