.skill-bar-skill .buttons-sk{display:flex;gap:20px}.skill-bar-skill .skillbar{background:#eee;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:block;height:35px;margin-bottom:15px;position:relative;-webkit-transition:.4s linear;-moz-transition:.4s linear;-ms-transition:.4s linear;-o-transition:.4s linear;transition:.4s linear;-webkit-transition-property:width,background-color;-moz-transition-property:width,background-color;-ms-transition-property:width,background-color;-o-transition-property:width,background-color;transition-property:width,background-color;width:100%}.skill-bar-skill .skillbar-title{background:#6adcfa;-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:3px;color:#fff;font-size:13px;font-weight:700;left:0;position:absolute;top:0;width:110px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.skill-bar-skill .skillbar-title span{background:rgba(0,0,0,.1);-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;display:block;height:35px;line-height:35px;padding:0 20px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.skill-bar-skill .skillbar-bar{background:#6adcfa;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;height:35px;position:relative;width:0}.skill-bar-skill .skill-bar-percent{line-height:35px;position:absolute;right:10px;top:0}@media (max-width:768px){.skill-bar-skill .buttons-sk{flex-direction:column}}