.table-upgrade{
    background-color:#fff;
    border-radius:.8em;
}

.table-upgrade .fa.fa-check{
    color:green;
}  

table.table-upgrade th:nth-child(1){
    font-size:1.2em
}

table.table-upgrade td:nth-child(2),
table.table-upgrade td:nth-child(3),
table.table-upgrade th:nth-child(2),
table.table-upgrade th:nth-child(3){
    text-align:center;
    width:120px
}