@charset "utf-8";
/* css document */


/* table styles */


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;
}

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;
    }*/
}
