

table #primercuadro {
	color: rgb(255, 255, 255);
	background-color: rgb(61, 55, 133);
}
table #segundocuadro {
	color: rgb(43, 13, 126);
	background-color: rgb(255, 255, 255);
    font-size:110%;
}
table #tercercuadro {
	color: rgb(0, 0, 0);
	background-color: rgb(196, 196, 196);
    font-size:110%;
}
table #cuartocuadro {
	color: rgb(255, 110, 27);
	background-color: rgb(255, 255, 255);
    font-size:110%;
}
table #fee_rs {
        color: rgb(240, 144, 65);
        background-color: rgb(250, 250, 250);
        font-size:110%;
}
table #resultados_fee{
        color: rgb(240, 144, 65);
        background-color: rgb(250, 250, 250);
        font-size:110%;
        text-align: center;
}

.modal-vertical-centered { 
    transform: translate(0, 80%) !important;
    -ms-transform: translate(0, 80%) !important;
    -webkit-transform: translate(0, 80%) !important;
}

#myModalLoading{
    background-color: rgba(2, 0, 0, 0.808) !important;
    font-family: Poppins;
    font-size: 25px
}

select{
    height: calc(2.0em + (0.75rem + 2px));
}
