#structure{
    margin: 0 auto;
    width: 800px;
}

table.padrao1{
    width: 100%;
}

table.padrao1 tr td{
    padding: 5px 10px;
}

table.padrao1 tr td[rowspan="2"]{
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

table.padrao1 thead tr td{
    background-color: #CCC;
    font-weight: bold;
}

#tbInscritos tbody tr td{
    border-bottom: 1px solid #555;
}

.listaAssinaturas{
    margin-top: 40px;
}

.listaAssinaturas tr td:first-child{
    border-bottom: 1px solid #000;
}

.listaAssinaturas tr.titulo td{
    border: 0;
    font-weight: bold;
    font-size: 120%;
    background-color: #DDD;
}

.listaAssinaturas tr.cargo td{
    font-size: 90%;
    font-style: italic;
}

.enfase{
    font-weight: bold;
    font-size: 90%;
}

.rodapeEstatisticas{
    margin: 40px 0;
}

.rodapeEstatisticas span{
    font-weight: bold;
    margin-right: 50px;
    font-size: 90%;
}

#frmlogin td, th{
    padding: 10px 5px;
}

#frmlogin th{
    text-align: center;
}

ul.menu{
    margin-top: 10px;
    background-color: #DDD;
    padding: 8px;
    
}

ul.menu li{
  display: inline;  
  padding: 10px;
}

ul.menu li:hover, ul.menu li.hover{
    background-color: #AAA;
}

#tbResultado{
    width: 100%;
}

#tbResultado tr td{
    padding: 10px;
}

#tbResultado span.class{
    float: left;
    margin-right: 15px;
    font-weight: bold;
    font-size: 200%;
    height: 110px;    
}

#tbResultado img{
    margin-right: 20px;
    float: left;
}

#tbResultado span{
    line-height: 150%;
}

#tbResultado span.nome{
    font-weight: bold;
}

#tbResultado span.votos{
    font-weight: bold;
    font-size: 120%;
    color: #1B4183;
}

.atencao{
    color: #F00;
}