.cv-sheet {
  border: solid 2px #666;
  width: 100%;
  margin: 0 auto;
  font-family: 'Verdana', 'Arial', sans-serif;
  font-size: 12px;
  padding: 20px;
  text-align: justify;
}

.cv-sheet, .cv-sheet a {
  color: black;
  text-decoration: none;
}

.cv-sheet h1 {
  font-size: 2em;
  margin:0;

  font-weight:normal;
}

.cv-sheet h2 {
  margin:0;
  padding:0;
  font-weight:normal;
  border-bottom: solid 2px #000;
  font-size: 1.2em;
  padding: 0.2em 0 0.2em 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 20px;
}

.column-1 {
  padding: 2%;
}

.column-2 {
  text-align: center;
}
.column-3 {
  text-align: center;
}
.column-4 {
  text-align: center;
}

.column-2 > div {
  width: 45%;
  display:inline-block;
  vertical-align: top;
  padding: 2%;
  text-align: justify;
}

.column-3 > div {
  width: 28%;
  display:inline-block;
  vertical-align: top;
  padding: 1%;
  text-align: justify;
}

.column-4 > div {
  width: 20%;
  display:inline-block;
  vertical-align: top;
  padding: 2%;
  text-align: justify;
}

.cv-sheet label {
  display:inline-block;
  width: 60px;
  padding-top:1px;
}

.cv-dated  {
  padding: 2%;
}
.cv-dated > div {
  padding: 0.5%;
}
.cv-dated > div >label{
  width: 22%;
  display: inline-block;
  text-align: right;
  padding-right: 1%;
}
.cv-dated > div > div {
  width: 76%;
  display:inline-block;
  vertical-align:top;
}
.cv-sheet small {
  font-size: 0.8em;
}
.cv-sheet big{
  font-size 1.2em;
}

.cv-sheet .cv-input {
  margin: 3px 0;
}

.experience-form, .education-form, .course-form, .language-form, .skill-form {
  display:none;
}

.language-form > div {
  text-align:center; margin: 5px auto;
}

@media print{
  .noprint{
    display:none;
  }
  .cv-sheet{
    width:100%;
    border:none;
  }
}
