#navbar {
  font-family: arial, sans-serif;
  color: white;
  background-color: #4a88be;
  padding: 0.9em;
}
#navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#navbar a:hover {
  color: #a3e6ff;
}
#navbar .current {
  color: white;
  background-color: #1a588e;
  font-weight: bold;
}
#navbarKentia {
  font-family: arial, sans-serif;
  color: white;
  background-color: #9da9b7;
  padding: 0.9em;
}
#navbarKentia a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#navbarKentia a:hover {
  color: #ffc94c;
}
#navbarKentia .current {
  color: white;
  background-color: #747d87;
  font-weight: bold;
}

#content {
  font-family: monospace;
  color: black;
  background-color: white;
  padding: 0.9em;
  width: 100%;
}
#content a {
  color: #0000ee;
}
#content a:visited {
  color: #551a8b;
}
#content .message {
  font-weight: bold;
  color: red;
}
#content .heading {
  font-weight: bold;
}
#content .title {
  font-size: larger;
}
#content .imageLeft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
#content .imageRight {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
#content .screenshot {
  font-size: small;
  font-family: arial, sans-serif;
}
#content .screenshotImage {
  border: thin solid black;
  background-color: black;
}
#content .smaller {
  font-size: smaller;
}
#content .bookTitle {
  text-decoration: underline;
}
#content .email {
  text-align: center;
}

#resume {
  font-family: arial, sans-serif;
}
#resume .name {
  font-size: xx-large;
}
#resume .company {
  font-weight: bold;
}
#resume .position {
  font-style: italic;
}
#resume .section {
  font-weight: bold;
}
#resume .projectList {
  margin-top: 0;
  margin-left: 0.3em;
  padding-left: 1em;
}
#resume .expList {
  margin-top: 0;
}
#resume td {
  vertical-align: top;
}

#codingTable {
}
#codingTable td {
  vertical-align: top;
//  background-color: #4a88be;
  padding: 0.4em;
}

.nowrap {
  white-space: nowrap;
}
