
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }

.no-padding { padding: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }

.indent-10 { margin-left: 10px; }
.indent-20 { margin-left: 20px; }
.indent-40 { margin-left: 40px; }

h1, h2, h3, h4, h5, h6, p {
  text-shadow: 1px 1px 1px #f7f7f7;
}

h1 { color: #222222; }
h2 { font-size: 1.65em; }
h3 { font-size: 1.38em; }
h4 { font-size: 1.18em; }

html, body {
  margin: 0;
  height: auto;
  height: 100%;
  background: #fafafa;
  color: #444444
}

a {
  color: #003366;
}

hr {
  border: solid 1px #003366;
}

header {
  margin-top: 20px;
}

header p span {
  display: none;
}

header .right {
  text-align: right;
  margin-top: 69px;
}

/* Remove to print with email/phone info in header */
header .right.no-info {
  margin-top: 49px
}

header .left {
  margin-bottom: 5px;
}

main > .row > section {
  margin-bottom: 10px;
}

.title small {
  display: inline-table;
  vertical-align: 2px;
}

.skills .panel {
  padding-bottom: 0;
}

p.description {
  font-size: 1em;
  margin-bottom: 0.95rem;
}

.projects li {
  margin-bottom: 10px;
}
.projects .project-role {
  color: #666;
}

footer {
  margin: 30px 0 15px 0;
}
footer pre {
  line-height: 1;
  font-size: 30%;
}

.core-competencies {
  border: solid 1px #003366;
  background-color: #f0f0f0;
  padding-top: 12px;
  color: #222222;
}

section.core-competencies > h2 {
  border-bottom: none;
  margin-top: 0;
}

section > h2 {
  border-bottom: solid 1px #003366;
  margin-top: 20px;
}