﻿.skillbarphoneservice {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    background: #eee;
    height: 40px;
}

.skillbarphoneservice-bar {
    height: 40px;
    width: 0;
    background: #6adcfa;
}

.skill-bar-phoneservice-percent {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    top: 0;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: rgba(0, 0, 0, 0.8);
}

.skillbarvirtualphone {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    background: #eee;
    height: 40px;
}

.skillbarvirtualphone-bar {
    height: 40px;
    width: 0;
    background: #6adcfa;
}

.skill-bar-virtualphone-text {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    top: 0;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: rgba(0, 0, 0, 0.8);
}

.skill-bar-virtualphone-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: rgba(0, 0, 0, 0.4);
}

.PhoneServiceTitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 30px 0;
}
.PhoneServiceSubTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
.ServiceDisclaimer {
    padding-bottom: 20px; 
    width: 74%; 
    margin: 0 auto;
    text-align: left;
    color: #757575; 
    font-size: 10px;
}
.DataWarningDisclaimer {
    padding-top: 30px; 
    width: 84%; 
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
}
