.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ff358f;
}

.certificate{
    margin-top: 5em !important;
    font-family: 'Montserrat', sans-serif;
}
td {
    text-align: center;
    padding: 2em !important;
}

tbody th {

    border-right: 2px solid #ff358f !important;
}

thead tr th:first-child {
    border-right: 2px solid #ff358f !important;
}
thead tr th {
    text-align: center;
}

.fa-circle{
    color:#ff358f;
}

.non-valid{
    color:#e6dede;
}

.reference{
    width: 100%;
    text-align: center;
    margin: 2em 0;
}

.reference span{
    margin: 0em 1em;
}
.table-bordered{
    border: none;
}

@media (min-width: 991px) {
    .table-responsive {
        display: inline-table;
    }
}