body {
  font-family: 'Roboto', sans-serif;
  background-color: #eee;
  padding:0px;
}

h1#name-title {
  text-align: center;
  font-size: 14pt;
  font-style: italic;
  margin-top: 0;
}

#centering {
  width:550px;
  height:240px;
  position: absolute;
  left: 50%;
  top: 30%;;
  margin-top: -120px;
  margin-left: -300px;
}

#me {
  background:#fff;
}

#summary {
  margin-bottom: 1em;
}

div#center_box >div >div {
  margin-bottom:20px;
}

ul.quickies {
  list-style-type: none;
}

ul.quickies > li {
  margin-bottom: 8px;
}

ul.quickies > li > img {
  vertical-align: middle;
  padding-right: 6px;
}

img.socIcon {
  border: 0;
}
