/* reset */
* {
  border: 0;
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: none;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* /reset */

/* defaults */
body {
  background: #fff;
  color: #000;
  font-size: 12px;
}
hr {
  border-top: 1px dotted #000;
  margin-bottom: 15px;
}
/* /defaults */

/* transcript */
#transcript {
  margin: 0 auto;
  width: 550px;
}
#gpaContainer {
  text-align: center;
}
/* /transcript */

/* tables */
table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 25px auto;
  width: 550px;
}
th {
  background: #000;
  color: #fff;
  text-align: left;
  font-weight: bold;
  width: 100px;
}
td {
  background: #d9e8f3;
}
th, td {
  padding: 3px 5px;
}
/* /tables */