/* Author:  Isaac Shanholtz */

p.description {
  padding-left: 15px;
}

div.section h2 span {
  cursor: pointer;
  font-size: 12pt;
}

div#resume {
  font-family: "Lucida Console","Lucida Sans Typewriter",monaco,"Bitstream Vera Sans Mono",monospace; /*garamond, sans;*/
  font-size: 14pt;
  margin-bottom: 20px;
  min-width: 600px;
  max-width: 900px;
  /* text-align: center; */
}

p#contact {
  text-align: center;
}

div.subsection {
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

h1#name {
  font-size: 32pt;
  text-align: center;
}

div#resume p a {
  text-decoration: none;
  font-size: 16pt;
}

div#resume hr {
  width: 100px;
}

dd {
    margin-top: 10px;
    margin-bottom: 20px;
}