﻿#contenitorepagamento {
    width:100%;
  
    background-color:#f3f3f3;
    color :black ;
    text-align :center;
    border :solid ;
    border-width:1px;
    border-color:#000;
}
#contenitorepagamento1 {
    width:100%;
  
    background-color:#f3f3f3;
    color :black ;
    text-align :center;
    border :solid ;
    border-width:1px;
    border-color:#000;
}
#tipopagamento{
    padding:15px;
     width:100%;
       border-bottom :solid ;
    border-width:1px;
    border-color:#000;
}

.mostradettaglio{
    width:100%;
    padding:10px;
    background-color:white ;
    text-align:left ;
    display :none;
}
.mostradettaglioevasi{
    width:100%;
    padding:10px;
    background-color:white ;
    text-align:left ;
    display :none;
}
#descrizionepagamento{
     padding:15px;


}