/* Deixar a div com o radio e o checkbox ocupando
o tamanho de um input*/
.radio-and-check{
    padding-top: 7px;
    padding-bottom: 7px;
}
/* Alinhamento vertical em todas as células do corpo da tabela */
tbody tr td {
    vertical-align: middle !important;
}
/*Aumenta o tamanho das labels */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}