﻿/* Progress bar sytle */
.skillbarspam {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    background: #eee;
    height: 40px;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.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;*/
}

.skillbarspam-bar {
    height: 40px;
    width: 0;
    background: #6adcfa;
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
}

.skill-bar-spam-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: rgba(0, 0, 0, 0.4);
}

.SpamTitle {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.SpamSubTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}