.cybex_link {
    font-weight: bold;
    text-decoration: underline;
}
.cybex_title {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
}
#cybex-page .card-title {
    font-size: 16px;
}
.uppercase-title {
    text-transform: uppercase;
}

.row-bg-black {
    background-color: #1a1b1d !important;
    color: #ffffff !important;
}
.row-bg-black .coya-page_col-title {
    color: #ffffff !important;
}

/** Card **/
.cybex-no-card-color {
    background-color: transparent !important;
}
.cybex-no-card-color .card-photo img {
    width: auto !important;
}
#cybex-coya-page .card {
    height: 100%;
}

/** Table **/
.table thead {
    background-color: #d0cece;
}
.table thead th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.table tbody td {
    text-align: center;
}
.cybex_table-link a {
    text-decoration: underline;
    color: #1c66c1;
}
.cybex_table-text, .cybex_table-text-title {
    text-align: center;
}
.cybex_table-text-title {
    text-transform: uppercase;
}