/*
 * Shamelessly adapted from 
 * http://www.w3.org/Style/Examples/011/firstcss
*/

note {
  display: block;
  padding-left: 11em;
  font-family: "Times New Roman", serif;
  color: purple;
  background-color: #d8da3d 
}
technologies {
  display: table;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em;
  border-bottom: 0.2em solid black;
}
title {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 160%;
  margin-bottom: 0.3em;
}
text {display: block;}
tech {display: table-row;}
name, year {display: table-cell; background: white;}
author {
  display: block;
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted 
}
  