td.cv-table-width-first-col {
  width: 184px;
  padding-left: 0;
}

.cv-photo {
  background-position: center;
  background-size: contain;
}

.inset-shadow {
  box-shadow: 0 0 8px 0 #000 inset;
}

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.skill {
  display: inline-block;
  border: 1px solid #fff;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.skill.on {
  background-color: #fff;
}

.second-column-text-right tr > td:nth-child(2) {
  text-align: right;
}

.job-description {
  cursor: pointer;
}

.job-long-description {
  display: none;
}

.job-short-description {
  margin-bottom: 5px;
}

/*# sourceMappingURL=cv.css.map */
