* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;  
}

body {
  min-height: 100%;  
  background: #fff;
  font-family:Arial, Helvetica, sans-serif; color:#313131;
  font-weight: 400;
  color: #222;
  font-size: 1.2em;
  line-height: 1.3em;
  padding-bottom: 50px;
}

div {
  min-height: 100%;  
  background: #fff;
  font-family:Arial, Helvetica, sans-serif; color:#313131;
  font-weight: 400;
  color: #222;
  font-size: 1.1em;
  line-height: 1.3em;
}

h2 {
  min-height: 100%;  
  font-family:Arial, Helvetica, sans-serif; color:#313131;
  color: #1E51A0;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 70px;
  margin-bottom: 0px;

}

h3 {
  min-height: 100%;  
  font-family:Arial, Helvetica, sans-serif; color:#313131;
  margin-top: 10px;
  margin-bottom: 10px;

}


li {
   margin-left: 25px;
line-height: 1.3em;
}

ul, ol {
   margin-bottom: 10px;

}

p {
   margin-bottom: 20px;
   line-height: 1.3em;

}

.container {
  max-width: 800px;   
  background: #fff;
  margin: 0px auto 0px; 
  padding: 20px;
  margin-top: 30px;
}

.header {
  margin-bottom: 30px;
  text-align: left;
  
  
  .separator {
    height: 10px;
    display: inline-block;
    border-left: 2px solid #999;
    margin: 0px 10px;
  }
  
  .position {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
  }
}


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

  .section__title {
    font-family:"Arial Black", Helvetica, sans-serif;
    padding:40px 0 0px 0;
    line-height: 1.2em;
    font-size: 1.6em;
    letter-spacing: -3px;
    color: #222222;
    margin-bottom: 15px;

  }
  
  .section__list-item {
    margin-bottom: 40px;
  }
  
  .section__list-item:last-of-type {
    margin-bottom: 0;
  }
  
  .left ,
  .right {
    vertical-align: top;
    display: inline-block;
  }
  
  .left {
    width: 60%;    
  }
  
  .right {
    tex-align: right;
    width: 39%;    
  }
  
  .name {
    font-weight: bold;
  }
  
  a {
    text-decoration: none;
    color: #1E51A0;
    font-style: italic;
  }
  
  a:hover {
    text-decoration: underline;
    color: #000;
  }

 td {padding: 3px;
     font-size: 0.8em;
}
  
  .skills {
    
  }
    
  .skills__item {
    margin-bottom: 10px;  
  }
  
  .skills__item .right {
    input {
      display: none;
    }
    
    label {
  min-height: 100%;  
  background: #fff;
  font-family:Arial, Helvetica, sans-serif; color:#313131;
  font-weight: 400;
  color: #222;
  font-size: 1.2em;
  line-height: 1.3em;
      display: inline-block;  
      width: 20px;
      height: 20px;
      background: #C3DEF3;
      border-radius: 20px;
      margin-right: 3px;
    }
    
    input:checked + label {
      background: #79A9CE;
    }

    }
  }
}








