main,
main>section,
main>header,
main>ul,
main>p,
main>h1,
main>h2,
main>h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
}

main {
  /*width: 95%;*/
  padding-left: 1cm;
  padding-right: 1cm;
}

main > a {
  color: hsl(208, 100%, 37%);
  text-decoration: none;
}

main > a:hover {
  text-decoration: underline;
}


main > a:visited {
  color: hsl(289, 91%, 37%);
}

main > a:hover {
  text-decoration: underline;
}

main > h1 {
  /*  text-transform: uppercase;*/
  width: 100%;
  text-align: center;
}

main > h2 {
  text-transform: uppercase;
  color: hsl(0, 0%, 25%);
  font-size: 1.5em;
  position: relative;
  font-weight: 500;
}

main > h3 {
  font-size: 1em;
  margin-top: 1em;
}

main > h4 {
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-indent: 0.4em;
}

main > table {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3em;
}

main > td:first-child {
  text-align: right;
  color: hsl(0, 0%, 25%);
  /*letter-spacing: 5px;*/
  font-weight: bold;
}

main > td:last-child {
  text-align: justify;
  /* HTML justification sucks, but in this case... */
}

main {
  padding: 15px;
  max-width: 800px;
  margin: 0 auto;
}

main > section {
  margin-top: 1em;
}

main > li.sublist {
  margin-left: 2.5em;
  max-width: 90%;
}

main > li {
  margin-left: 2em;
  max-width: 90%;
}


main > p {
  text-align: justify;
}

main > .tenure {
  float: right;
}

main > .desc {
  color: hsl(0, 0%, 25%);
  font-style: italic;
}

main > thead {
  display: none;
}

main>header {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}


main>header>h1 {
  float: left;
}

main>header>h1,
main > .label {
  font-size: 2.5em;
  /*  text-transform: uppercase;*/
  font-weight: 300;
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
}

main > header {
  margin-top: 20px;
}

main > #name {
  margin-left: 20px;
  float: none;
  color: hsl(0, 0%, 25%);
  display: inline;
}

main > #contact {
  position: relative;
  bottom: -0px;
  display: inline-block;
  float: right;
  margin: 0 20px 0 0;
}


main > #hrule {
  margin: 10px auto 0px auto;
  background-color: #54ACDD;
  width: 95%;
  height: 10px;
  clear: both;
}

main > h2 > span.fa {
  text-align: center;
  margin-right: 3px;
  position: absolute;
  width: 40px;
  transform: translateX(-110%);
  color: #DADADA;
}

main > .label {
  padding-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: hsl(0, 0%, 25%);
}

main > #summary {
  color: hsl(0, 0%, 25%);
  font-size: 1.05em;
}


main > section {
  page-break-inside: auto;
}

main > li {
  list-style-type: square;
  width: 100%;
}

main > .skill-list {
  list-style: none;

  /*
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	*/
}

main > .entry {
  page-break-inside: avoid;
}