body {
font-family: 'Myriad Pro Condensed';
font-size: 18pt;
background: white;
}

td {
  vertical-align: top;
}

a.pdf {
  color: #c10100;
  text-decoration: none;
}

a.pdf:hover {
  color: black;
}

a.linkedin {
  color: #16487d;
  text-decoration: none;
}

a.linkedin:hover {
  color: black;
}

.title {
  color: #0666A1;
  font-size: 24pt;
}

.emphasis {
  color: #0666A1;
}

.resumeContainer {
  margin: 50px;
  width: 800px;
}

.highlight {
  -webkit-print-color-adjust: exact;
  background: #4191c4;
  padding: 0px 3px 1px;  
  color: white;
  border-radius: 3px;
}

@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
}

@media print {
  .icons {display: none; visibility: hidden; }
}