.ps-forum-table,
.ps-forum-table td,
.ps-forum-table th {
    border: solid 1px;
    padding: 5px;
}

.ps-forum-table tr:nth-child(2n-1) td {
    background: #f3f3f3;
}

#scf_document_title,
#scf_title {
    width: 100%;
    max-width: 600px;
}

.ps-forum-table .discussion-topic {
    font-weight: bold;
}

.ps-forum-table .file-download-link {
    font-size: .8em;
}

.ps-forum-table .discussion-topic a,
.ps-forum-table .file-download-link a {
    text-decoration: none;
}

.ps-forum-table .discussion-topic a:hover,
.ps-forum-table .file-download-link a:hover {
    text-decoration: underline;
}

.notice-success,
.success-message {
    color: green;
    background: rgb(168, 228, 168);
    padding: 10px 20px;
    border: solid 1px green;
    margin: 20px 0;
}

.file-download-section::before {
    content: 'File attachment(s)';
    background: black;
    color: #fefefe;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.file-download-section {
    display: block;
    border: solid 2px;
    text-align: center;
}

.file-download-section-link a {
    background: black;
    border: solid 1px black;
    color: #fefefe;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.file-download-section-link a:hover {
    background: #fefefe;
    color: black;
}

.subscribe-form {
    font-size: 1.25em;
}

.subscribe-form input[type="checkbox"] {
    transform: scale(2);
    margin-right: 5px;
}

.notice.notice-success.is-dismissible {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice.notice-success.is-dismissible>p {
    margin: 0;
}

.notice-dismiss::after {
    content: 'x'
}

.subscribe-form label {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.subscribe-form input {
    display: flex;
}

/* multi docs styles */
.file-download-section {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.file-download-section-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.file-download-section-link p {
    margin: 5px 0 0;
}

.file-download-section-link a {
    text-decoration: none;
}

.file-download-section-link a:hover {
    text-decoration: underline;
}

#toggle-documents {
    padding: 10px 35px;
    border-width: 05px 05px 05px 05px;
    border-color: #000 var(--e-global-color-uicore_primary);
    border-radius: 5px;
    margin: 5px;
}

#toggle-documents:hover {
    color: #000 var(--e-global-color-uicore_primary);
    background-color: #000 var(--e-global-color-uicore_body);
}

.file-download-section-title h3 {
    margin-top: 15px;
    font-size: 1.2em;
}

.file-download-section-link {
    display: block;
    padding: 10px;
    margin: 0 50px;
    border-bottom: dashed 1px #03030320;
}

.file-download-section-link:last-child {
    border-bottom: none;
}

.file-download-section-link a {
    color: #fff;
}

.file-download-section {
    padding: 0;
    margin-top: 10px;
}


/* cell spacing on forum */
.ps-forum-table th {
    background: rgb(61, 85, 12);
    color: #fff;
    border: solid 1px #000;
}

.subscribe-form label {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.subscribe-form input {
    display: flex;
}

.ps-forum-table td {
    padding: 5px;
}

.file-download-section-link a {
    border: solid 1px var(--e-global-color-uicore_primary);
}

.file-download-section-link a:hover {
    background: #fefefe;
}

/* form comment formatting */
.comment-list .depth-1 {
    border: solid 1px #e3e3e3;
    padding: 10px;
    background: #fff;
}

.comment-list .depth-1::before {
    content: "Comment";
    font-weight: bold;
}

.comment-list .depth-1 .comment {
    border-top: dashed 1px #e3e3e3;
    padding: 10px 0;
    margin-top: 10px;
}

.comment-list .depth-1 .comment p {
    margin-bottom: 0;
}

.comment-list .depth-2::before,
.comment-list .depth-3::before,
.comment-list .depth-4::before,
.comment-list .depth-5::before {
    content: "Response";
    font-weight: bold;
}

.comment-reply-link {
    border: solid 1px var(--e-global-color-uicore_primary);
    padding: 5px;
    background: var(--e-global-color-uicore_primary);
    color: #fff;
    border-radius: 5px;
}

.comment-reply-link:hover {
    background: #fff;
}

.comment-reply-title small a {
    margin-left: 20px;
    border: solid 1px var(--e-global-color-uicore_primary);
    padding: 5px;
    background: var(--e-global-color-uicore_primary);
    color: #fff;
    border-radius: 5px;
}

.subscription-options {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0;
    text-decoration: underline;
}

#toggle-documents {
    padding: 10px 35px;
    background-color: var(--e-global-color-uicore_primary);
    font-family: "Helvetica Neue Condensed Bold", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #fff;
    border-style: solid;
    border-width: 05px 05px 05px 05px;
    border-color: var(--e-global-color-uicore_primary);
    border-radius: 5px;
    margin-bottom: 30px;
}

#toggle-documents:hover {
    color: var(--e-global-color-uicore_primary);
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.file-download-section-title h3 {
    margin-top: 15px;
    font-size: 1.2em;
}

.file-download-section-link {
    display: block;
    padding: 20px;
    margin: 0 50px;
    border-bottom: dashed 1px #03030320;
}

.file-download-section-link:last-child {
    border-bottom: none;
}

.file-download-section-link a {
    color: #fff;
}

.file-download-section {
    padding: 0;
    margin-top: 10px;
}