* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
 
}
a.back{  min-height: 100%;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #888;
  font-size: 1.1em;
  margin:  40px;
  text-decoration: none;
}


.container {

  background: #;

  padding: 20px;

}
.date{
	padding-right: 15px;
}
.header {

}
.header .full-name {
  font-size: 20px;
font-weight: 500;
  margin-bottom: 5px;
}
.header .last-name {
  font-weight: 700;
  color: #000;
}
.header .first-name {

}
.header .contact-info {
  margin-bottom: 40px;
}
.header .email,
.header .phone {
  color: #999;
  font-weight: 300;
}
.header .separator {
  height: 10px;
  display: inline-block;
  border-left: 2px solid #999;
  margin: 0px 10px;
}
.header .position {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}

.details {
  line-height: 20px;
}
.details .section {
  margin-bottom: 40px;
}
.details .section:last-of-type {
  margin-bottom: 0px;
}
.details .section__title {
  letter-spacing: 2px;

  font-weight:bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.details .section__list-item {
  margin-bottom: 15px;
}
.details .section__list-item:last-of-type {
  margin-bottom: 0;
}
.details .left,
.details .right {
  vertical-align: top;
  display: inline-block;
}
.details .left {
  width: 100%;
}
.details .right {
  tex-align: right;
  width: 39%;
}
.details .name {
  font-weight: normal;
}
.details a {
  text-decoration: none;
  color: #000;
  font-style: italic;
}
.details a:hover {
  text-decoration: underline;
  color: #000;
}
.details .skills__item {
  margin-bottom: 10px;
}
.details .skills__item .right input {
  display: none;
}
.details .skills__item .right label {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #C3DEF3;
  border-radius: 20px;
  margin-right: 3px;
}
.details .skills__item .right input:checked + label {
  background: #79A9CE;
}