
#modal-pergunta-sms ul {
    width: 100%;
    font-size: 16px;
}
#modal-pergunta-sms h2 {
    color: #08264f;
    font-weight: bold;
}
#modal-pergunta-sms .conteudo a{    
    display:table;
    padding:10px 0;
    width:100%;    
    border-radius: 5px;
    text-align: center;
    margin: 0px 0 10px 0;
}
#modal-pergunta-sms ul li {
    display: block;
    margin: 10px 0;    
    display:table;
    width:100%;
}
#modal-pergunta-sms input{
    width:100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#modal-pergunta-sms ul label {
    display: block;
}
#modal-pergunta-sms .conteudo {
    margin-top: 10px;
}
#modal-pergunta-sms .btn-form-cinza{
    background: #eee;
    color: #000;
    border: 1px solid #ccc;
}
