.investimentos h1{
    text-align: center;    
}
.investimentos ul.quadro{
    margin: 20px 0 0 0;
}
.investimentos ul.quadro li{    
    font-size: 18px;
    line-height: 20px;        
    text-align: center;
}
.investimentos ul.quadro .item{
    width: 96%;
    padding: 15px 10px 20px 10px;
    min-height: 94px;
    margin: auto;
    display: table;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    box-shadow: 0px 0px 20px #ccc;
    border: 1px solid #ccc;
    position: relative;
}
    .investimentos ul.quadro strong {
        display: table;
        text-align: center;
        color: #2e96a8;
        width: 100%;
    }
.investimentos table{
    border:1px solid #eee;
    margin: 40px 0 0 0;
    font-size: 14px;
}
    .investimentos table thead {
        background: #2e96a8;
        color: #fff;
    }
.investimentos table tbody tr:nth-child(even){
    background: #eee;
}
.investimentos .btn-form-pd{
    margin-right: 5px;
}
.investimentos .btn-form-pd{
    padding-left: 20px;
    padding-right: 20px;
}
.investimentos .btn-aceitar{
    background: green;
    color: #fff;
    border: 0;  
    float: right;  
}
.investimentos .btn-inativo {
    background: #eee;
    color: #a7a7a7;
    border: 0;
    float: right;
}
.investimentos .btn-voltar{    
    border: 0;  
    float: right;  
}
/*Termos*************************/
.termos ul{
    border: 1px solid #ccc;
    padding: 10px;
    margin:  20px 0 0 0;
}
.termos h4 {
    background: #2e96a8;
    color: #fff;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}
