.no-print {
    display: none !important;
}

.container.web {
    padding: 10px 0 !important;
}

.print {
    font-size: 18px;
    padding: 0 !important;
}

.site-header {
    margin-bottom: 30px !important;
    height: 60px !important;
}

.image-wrapper > div {
    display: inline-block;
    margin: 0 30px;
}

.image-wrapper {
    text-align: center;
    margin-bottom: 50px !important;
}

.image-wrapper img {
    height: 200px !important;
    max-width: none;
    width: auto;
    display: inline-block;
}

.logo {
    text-align: center;
    margin-bottom: 50px;
}

.logo img {
    width: auto !important;
    max-width: none !important;
    height: 30px !important;
}

table {
    margin-bottom: 40px;
    width: 100%;
}

table th {
    width: 50% !important;
    text-align: right;
}

table td {
    width: 50% !important;
}

table.legend td {
    text-align: center;
    width: 25% !important;
}

table td,
table th {
    font-size: 18px !important;
    padding: 10px 30px !important;
}

.text-right {
    text-align: right;
}

.counter.print {
    color: green;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
}

.response i,
.badge.error {
    color: red !important;
}

.response i.match,
.badge.success {
    color: green !important;
}

.selfie-result {
    text-align: center;
    margin: 80px 0;
    text-transform: uppercase;
}

.selfie-result .label {
    font-size: 18px;
    font-weight: bold;
}

.verified {
    text-align: center;
    font-size: 12px;
}

.text-print {
    display: block;
}

.note {
    font-size: 9px;
}

.ektp-photo {
    margin-bottom: 8px;
}

.img-fullwidth {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.row {
    overflow: hidden;
    margin: 20px -10px;
}

.row .col-sm-15 {
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding: 10px;
}