﻿.progresso {
    display: none;
    position: fixed;
    top: 360px;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /*background-color: white;*/
    border: 1px solid black;
    height: 90px;
    width: 120px;
    z-index: 9999;
    border: none;
}
