body { 
  background-color:silver;
}


/* gneeral classes */
.subtleLink {
  text-decoration:none;
}
.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;
}


/* 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;
}



#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;
}


.summary {
  background-color: white;
  text-align: center;
  cursor: pointer;
}

.summary:hover {
  background-color: #dddddd;
}

.what {
  font: 1em/1em Bookman, Palatino, Georgia, serif;
  font-style: italic;
}

.who {
  font: bold 1em/1em Helvetica, Geneva, Arial, sans-serif;  	
}

.how {
  font: 1em/1em Helvetica, Geneva, Arial, sans-serif;  	
}

.when {
  font: 1em/1em Times, serif;
}

.where {
  font: 1em/1em Times, serif;
}

