.page-template-tilrf-certified #main-content {
    max-width: 1401px;
    width: 80%;
    margin: auto;
}

/* Table */
.page-template-tilrf-certified table {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    background-color: rgba(0,0,0,0);
}

.page-template-tilrf-certified table thead th {
    border-bottom: 2px solid rgba(126,211,33,0.5);
}

.page-template-tilrf-certified table th, .page-template-tilrf-certified table td {
    padding: .3rem .3rem;
    border-top: 1px solid rgba(126,211,33,0.5);
    text-align: left;
}

.page-template-tilrf-certified table tbody tr:hover {
    background-color: rgba(126,211,33,0.075);
    cursor: pointer;
}

/* Form */
.page-template-tilrf-certified form {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1.8rem 1.5rem 1.5rem 1.5rem;
    background-color: #F8F8F8;
}

.page-template-tilrf-certified form select {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.page-template-tilrf-certified form button {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #7ED321;
    border-style: solid;
    border-width: 1px;
    border-color: #7ED321;
}

.page-template-tilrf-certified form button:hover {
    background-color: #6ab21c;
    border-color: #64a71a;
}

/* Modal */
.page-template-tilrf-certified .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(126, 211, 33, 0.1);
}

.page-template-tilrf-certified .modal .modal-dialog {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 1.75rem auto;
    height: calc(100vh - (1.75rem * 2));
}

.page-template-tilrf-certified .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.2);
    border-radius: 0;
    outline: 0;
}

.page-template-tilrf-certified .modal .modal-body {
    padding: 2rem;
}

.page-template-tilrf-certified .modal button.close {
    position: absolute;
    right: 0;
    padding: 1rem;
    z-index: 1;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.page-template-tilrf-certified .modal h1, 
.page-template-tilrf-certified .modal h2,
.page-template-tilrf-certified .modal h3, 
.page-template-tilrf-certified .modal h4, 
.page-template-tilrf-certified .modal h5, 
.page-template-tilrf-certified .modal h6 {
    font-weight: bold;
}

.page-template-tilrf-certified .modal ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.page-template-tilrf-certified .modal ul li {
    width: 100%;
}

.page-template-tilrf-certified .modal ul li span {
    width: 50%;
    display: inline-block;
}