#contactForm label {
    font-weight: bold;
    display: block;
}

#contactForm .form-check {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.table-style3 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.table-style3 th {
    padding: 10px;
    width: 130px;
    background-color: #007DC9;
    color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.table-style3 td {
    padding: 10px;
}

.table-style3 th:last-child {
    border-bottom: none;
}

.poster-area .poster-img {
    margin-bottom: 20px;
}