body { 
    padding-top: 65px; 
}

.table {
    font-size: 12px;
}

.nick {
    font-weight: bold;
}

.row-centered {
    text-align: center;
}

.col-top-centered {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.col-fixed {
    width: 400px;
}

.title-header {
    font-family: "Impact", Charcoal, sans-serif;
}

.table-profile-main > tbody > tr > td {
    font-size: medium;
    border-top: none;
}

.table-profile-general > thead > tr > td {
    font-size: large;
}
.table-profile-general > tbody > tr > td {
    border-top: none;
}

.font-bold {
    font-weight: bold;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.c3d-table > tbody > tr > td 
.c3d-table > tbody > tr {
    text-align: center;
    vertical-align: center;
}
