#rvcs {
    position: relative;
    margin       : 60px auto;
    margin-bottom: 0px;
}

#rvcs table {
    position     : absolute;
    left         : 50%;
    margin-bottom: 60px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

#rvcs table tr > td {
    width: 240px;
}

#rvcs table tr > td:last-child {
    width     : 300px;
    text-align: left;
}

#rvcs table tr > td:nth-child(odd) {
    background-color: rgba(62, 162, 239, .2);
}

#rvcs table tr:first-child > td {
    color           : #FFFFFF;
    background-color: #3EA2EF;
}

.rvcs_missing tr > td {
    color     : inherit !important;
    background: none    !important;
}