img {
    padding-top: 10px;
    margin: auto;
    width: 100px;
    height: 100px;
}

textarea {
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    width: 100%;
}

p {
    font-size: 16px;
    margin: 0;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control {
    color: #20247b;
}

.carousel-control.right {
    background-image: none;
}

.errorMessage
{
    color: red;
    background: #c5a67b;
    padding: 1rem;
    border: 1px solid #b69769;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: .375rem;
}

.post_status {
    border:rgba(31, 45, 61, 0.125);
    border-radius: 10%;
}

.report_verzonden {
    color:red;
}

.accepted {
    color:green;
}

.deneid {
    color:red;
}
