/* CSS TimePicker */

.tbottom-20{
    bottom : 20px;
    transition: 0.2s;
}

.tbottom-40{
    bottom : 40px;
    transition: 0.2s;
}

.tbottom-60{
    bottom : 52px;
    transition: 0.2s;
}

.tbottom-80{
    bottom : 80px;
    transition: 0.2s;
}

.tbottom-100{
    bottom : 100px;
    transition: 0.2s;
}

.topacity-50{
    opacity: 0.3;
}

.topacity-0{
    opacity: 0;
}

.topacity-100{
    opacity: 1;
}

.tfont-10{
    font-size: 10px;
    transition: 0.2s;
}

.tfont-15{
    font-size: 15px;
    transition: 0.2s;
}

.tfont-25{
    font-size: 25px;
    transition: 0.2s;
}

.tbottom-ampm-top{
    bottom : 60px;
    transition: 0.2s;
}

.tbottom-ampm-bot{
    bottom : 45px;
    transition: 0.2s;
}