
.reporter-placeholder {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}
.reporter-placeholder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}
.reporter-placeholder label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
.small.text-danger {
    font-size: 0.8em;
}

.no-wrap{
    white-space: nowrap;
}