body {
    background-color: #FFF;
}

.ativos {
	display: none;
}


.textbox-simulador {
    width: 15% !important;
}

.button-grafico {
    background: #00D41D;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: none;
	border-color: #ff5000;
    font-weight: bold;
    font-size: 15px !important;
    margin-left: 60px !important;
}

.button-grafico:hover {
    background: #00D01D;
    color: white;
	border: none;
	border-color: #2F7ED8;

}

.cabecalho-tabela {
    background-color: #00D41D;
    color: white;
	font-weight: bold;
    border: none !important;    
}

.table-border {
    border-color: none !important;
    border-radius: 4px !important;
    border-collapse: separate;
    border: solid #ccc 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media (max-width: 991px) {
    .textbox-simulador {
        width: 25% !important;
        top: 1px;
    }
    .button-grafico {
        margin-left: 0px !important;
    }
}