.table-page {
    background-color: white;
    padding-bottom: 3.125rem;
    border: 1px solid #ddd;
}
.table-page .pagination {
    margin-top: 3.75rem;
}
.table-page .search-form {
    margin-top: 1.875rem;
}
table.qna {
    width: 100%;
    background-color: white;
    border: none;
    border-collapse: collapse;
    font-size: 0.8rem;
}
table tbody {
}
table.qna thead th,
table.qna tbody td {
    text-align: center;
}
table.qna tbody tr,
table.qna thead tr {
    height: 3.125rem;
}
table.qna thead tr {
    background-color: #333;
    color: white;
}
table.qna thead th {
    font-weight: bold;
}
table.qna tbody {
}
table.qna tbody tr {
    vertical-align: middle;
    cursor: pointer;
}
table.qna tbody tr:hover {
    background-color: rgba(150, 150, 150, 0.3);
}
table.qna tbody tr:before,
table.qna thead tr:before,
table.qna tbody tr:after,
table.qna thead tr:after {
    content: "";
    display: table-cell;
    width: 1.25rem;
    border-bottom: none;
}
table.qna tbody td {
    border-bottom: 1px solid #ddd;
    color: #333;
}
table.qna tbody tr.notice td.no,
table.qna tbody tr.notice td.title {
    color: #8fb7db;
}
table.qna tbody tr td.no {
    width: 7%;
}
table.qna tbody tr td.is-secret {
    width: 5%;
}
table.qna tbody tr td.title {
    text-align: left;
}
table.qna tbody tr td.is-answered {
    color: #888;
    width: 10%;
    color: darkorange;
}
table.qna tbody tr td.is-answered.yes {
    color: #ef691a;
}
table.qna tbody tr td.author {
    width: 13%;
}
table.qna tbody tr td.created-at {
    width: 10%;
}
table.qna tbody tr td.view-count {
    width: 10%;
}
#fantagio.qna .breadcrumb-and-control {
    margin-bottom: 0;
    /* background-color: #f0f0f0; */
}
#fantagio.qna .container {
    /* background-color: white; */
}
.new-question {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5rem 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: rgba(50, 50, 50, 0.75);
}
.new-question .container {
    background-color: white;
    overflow-y: scroll;
}
