body {
    margin: auto;
    background: url(../assets/BG.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-image {
    width: 100%;
}

.border-top {
    border-top-width: 3px !important;
}

.border-bottom {
    border-bottom-width: 3px !important;
}

.text-title {
    font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
    .text-left-mobile {
        text-align: left !important;
    }
}

.pn.message-p {
    height: auto;
}

#table-summary-message_length {
    width: 45%;
    float: left;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
    margin-right: 0.5rem;
}

.dataTables_filter input[type='text'] {
    padding: 2px 8px;
    font-size: 1.2rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_filter input[type='text']:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.row-fluid {
    width: 100%;
}

.dataTables_info {
    width: 60%;
    float: left;
    margin-left: 0.5rem;
    margin-top: 0.7rem;
}

.option-choices {
    font-size: 3px;
    width: 20px;
    margin-left: 14px;
    margin-right: 8px;
    margin-top: 4px;
}