@charset "utf-8";
/* CSS Document */
.prodcanshu { 
font-size:16px;        
width: 100%;
        position: relative;
        overflow-x: auto;}

/* Table Styles */
/*12.21*/
td:first-child {
            /*position: sticky;*/
            left: 0;
            /*z-index: 1;*/
            background-color: #d5e6fb;
        }
/*12.21*/
table {
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
	font-family: verdana,arial,sans-serif;
	

}

table td, table th {
    text-align: center;
    padding: 8px;
	
}

table td {
    border-right: 1px solid #e9e9e9;
    font-size: 16px;
	border-bottom:1px solid #e9e9e9;
}

table th {
    color: #ffffff;
    background: #4FC3A1;
}


table th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}

table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    table {
        display: block;
        width: 100%;
		/*border:none;*/
    }
    table:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 12px;
        color: white;
        padding: 0 0 10px;
    }
    table, table tbody, table th {
        display: block;
    }
    table th:last-child{
        border-bottom: none;
    }
    table {
        float: left;
    }
    table tbody {
        width: auto;
        position: relative;
        /*overflow-x: auto;*/
		
    }
    table td, table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 14px;
        text-overflow: ellipsis;
    }
    table th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
/*    table tbody tr {
        display: table-cell;
    }
    table tbody tr:nth-child(odd) {
        background: none;
    }*/
/*    table tr:nth-child(even) {
        background: transparent;
    }
    table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }*/
/*    table tbody td {
        display: block;
        text-align: center;
    }*/
}
