.thumbnail{
    margin-bottom: 5px;
}

a.approve-btn{
    margin-bottom: 15px;
}

.checkbox input[type=checkbox] {
    margin-left: 0;
}

.indicator--active {
    color: green;
}

.indicator--inactive {
    color: red;
}

.image-preview {
    position: relative;
    height: 300px;
}

.image-preview img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    z-index: 0;
}

.image-inspect {
    display: none;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.image-inspect span {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    line-height: 300px;
    font-size: 20px;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

.bg-info-registrations {
    border-radius: 5px;
    padding: 20px;
}