body { 
  background-color:silver;
}


/* gneeral classes */
.subtleLink {
  text-decoration:underline;
}
.subtleLink:link {
  color: black;
}
.subtleLink:hover {
  color: blue;
}
.subtleLink:active {
  color: red;
}

.textBubble {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid black;
  background-color: white;	
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.shadowed {
  -webkit-box-shadow: 10px 10px 20px grey;
  -moz-box-shadow: 10px 10px 20px grey;
  box-shadow: 10px 10px 20px grey;
}

.icon {
  height: 60px;
}

.question {
  font-style: italic;;
}

/* ids */
#all {
  padding: 50px;
  background-color: silver;
  width: 750px;
  margin: 0px auto -1px auto; 
}

#mcgill {
  width: 750px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

#dmo {
  font-family: serif;
  text-align: center;
  text-decoration: underline;
}

#mail {
  padding-left: 0px;
  padding-right: 5px;
}

#calendar {
  padding-left: 20px;
  padding-right: 5px;
}

#compass {
  padding-left: 20px;
  padding-right: 5px;
}


#logistics {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#logistics table {
  background-color: white;
  border: 1px solid black;  
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  /* font: bold 1em/1.5em "Andale Mono", Courier, monospace; */
}

#logistics table td {
  border: 1px solid black;  
  padding-left: 10px;
  padding-right: 10px;
}



#speaker {
  margin-left: 40px;
  margin-right: 40px;
  font: bold 1em/1em "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#person {
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

#from {
  padding: 5px;
  font-weight: normal;
  text-align: center;
}



#talk {
  font: 1em/1.25em Bookman, Palatino, Georgia, serif;
}

#title {
  padding: 5px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

#abstract {
  padding: 5px;
  text-align: justify;
}

