  .PaperTitle { font-weight: bold;
    }

  .PaperAuthors {  }

  .PaperLocation { font-style: italic;
    }


.clearall {
    clear: left;
    height: 0px;
}  

#FacultyOfMath {
  text-align: center;
  color: white;
  vertical-align: bottom;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  background-image: url('sintra.jpg');
  background-repeat: no-repeat;
  background-position: center; 

}
#MathSpacer {
  float: left;
  width: 0px;
  height: 100px;
}

#titletext {
  color: black;
  position: relative;
  font-weight: bold;
  top: 22px;
  font-size: 35px;
  /* font-family: URW Chancery L, Zapf-Chancery, cursive; */
}
#wiztext {
  position: relative;
  top: 14px;
  font-size: 35px;
  font-variant: small-caps;
  font-family: serif;
}
#wiztree {
    float: right;
}

div.BibTex { 
    display: none;
    speak: none;
    font-size: smaller;
}
a.visi:hover + div.BibTex {
    display: block;
}
div.Abstract {
    display: none;
    font-size: smaller;
    max-width: 60em;
    text-align: justify;
}
a.visi:hover + div.Abstract {
    display: block;
}
/*
div.Abstract:hover {
    display: block;
}
div.BibTex:hover {
    display: block;
}
*/

div.ContactInfo {
    border-style: solid;
    border-width: 1px;
    margin-left: 1em;
    text-align: center;
    font-size: 0.8em;
    float: right;
    background-color: rgb(255, 255, 204);
}
#ContactHeader {
    border:1px;
}

.ContactInfo dt { 
    border-top: 1px solid rgb(153, 153, 153); 
    margin: 0pt;
    padding: 0.5em;
    text-align: left;
    width: 7em;
    float: left;
    font-weight: bold;
    
    /* border: 1px solid red; */
}
dt {
    clear: both;
}
.ContactInfo dd {
    border-top: 1px solid rgb(153, 153, 153); 
    margin: 0pt;
    padding: 0.5em;
    text-align: left;
    width: 29em;

    /* border: 1px solid blue; */
}
.highdt {
    height: 5em;
}

#footer {
    font-size: 0.7em;
    padding-top: 5px;
    border-top: 1px solid gray;
}

.icon {
    float: left;
}
