/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
/* Skills */
p.skills {
      font-family: 'Arapey', serif;
  letter-spacing: 1px;
  color: #343536;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.skill-list {
    margin-bottom: 30px;
}
.skillbar {
    height: 5px;
    background: #FFEEC9;
    margin: 0 0 10px 0;
	
}
.skillbar .bar{
	max-width: 100% !important;
}
.bar {
    background-color: #343536;
    height: 5px;
    width: 0;
}
.percent {
    float: right;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 18px;
}
span.percent {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #FFEEC9;
    padding: 5px;
    color: #343536;
    top: -40px;
    right: -25px;
    letter-spacing: 1px;
    text-align: center;
}