*{
    margin: 0;
    padding: 0;
}
#ordem-painel{
    width: 90%;
    height: 100px;
    border: 1px #dcdcdc solid;
    list-style: none;
    margin: 10px auto;
    background-color: #fff;
    text-align: center;
}

#ordem-painel .campo-input{
    height: 45px;
    width: 380px;
    text-align: center;
    margin: 25px 0;
    
}
#ordem-painel  .bt{
    height: 45px;
    width: 120px;
    border: none;
    color: #fff;
    background-color: #00cc00;
    margin: 25px 5px;
}
#ord-display{
    width: 90%;
    margin: 5px auto;
    border: 1px #dcdcdc solid;
    border-collapse: collapse;
}
#ord-display th{
    background-color: #0099cc;
    height: 40px;
    color: #fff;
}
#ord-display td{
    background-color: #fff;
    height: 45px;
    text-align: center;
}
#ord-display .tr:hover{
    border: 1px #194574 solid;
}
.img-ord{
    width: 15px;   
}

#ord-display span{
    background-color: rgba(0,0,0,.65);
    color:#fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    left: 0;
    top: -25px;
    display: none;

}
td:hover span{
    position: absolute;
    display:block;
    top: initial;
    left: 93px;
}

td .bt{
    width: 80px;
    background-color: #194574;
    border: none;
    color: #fff;
    height: 25px;
    border-radius: 3px;
}
td .bt:hover{
    background-color: #00cc00;
}
@media only screen and (max-width:820px){
    #form-ord{
        box-sizing: border-box;
        padding: 10px;
    }
}