.css-table{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
}
.css-table thead{
    background-color: #EFEFEF;
}
.css-table tbody{
    font-size: 11pt;
}
.css-table th{
    font-weight: bold;
    font-size: 14px;
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
}
.css-table th:not(:first-child) {
    text-align: center;
}
.css-table tbody>tr:not(:first-child){
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.css-table td{
    vertical-align: middle;
}
.list_c{
    color:#008cd6;
    cursor: pointer;
	text-align: left;
}
.svg-inline--fa.fa-w-6{
    width: .375em;
}
.svg-block{
    font-size: 28px;
    padding: 8px;
}
.svg-block a:hover{
    text-decoration: none;
}
.svg-block a::after{
    content: '';
    display: inline-block;
}
.svg-block .pdfdownload svg{
    display: block;
    margin: auto;
}
.detail{
    width: 100%;
    margin-bottom: 1rem;
}
.detail__title{
    text-align: left;
    font-weight: 600;
    min-width: 105px;
}
.detail td{
    border: 1px solid #bbc0c4;
    padding: 6px;
    word-break: break-word;
}
.detail tr:nth-child(2n+1):not(:first-child){
    background-color: #F5F5F5;
}
.detail__date{
    background-color: #666666;
    color: white;
}
.detail__date td{
    border: 1px solid #666666;
    border-width: 0px 1px;
}
.detail__file .fa-file-pdf{
    font-size: 20px;
}
.css-table tbody>tr.detail__outer{
    border-top: 0;
}
.css-table tbody>tr.detail__outer:last-child{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}