
    .cw-table-responsive {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 13px;
        color: #333; /* #3b5671 */
		margin-top:12px;
		margin-bottom:12px;
        width: 100%;
        padding: 0;
		overflow-x:auto; /* or scroll */
		border: 0;
    }

    .cw-table-responsive table {
        border-collapse: collapse;
        padding: 0;
        margin: 0;
		width: 100%;
		border: 0;
		text-transform: none;
		/* background:#FFF; */
		color: #333;
    }
	
	.cw-table-responsive table thead tr{
		background: #f0f0f0;
	}
	
	.cw-table-responsive table tbody tr {
		background: rgba(255, 255, 255, 0.6);
	}

	.cw-table-responsive table tbody tr:nth-child(2n+1) td {
		background: #F7F7F7;
	}
    /*
	.cw-table-responsive table tbody tr:hover td{
		background: #f0f0f0;
		border-top: 0px solid #E2E2E2;
	}
	*/
    .cw-table-responsive table th {
        border: 0;
        vertical-align: bottom;
		padding:6px;
        text-align: left !important;
		/*min-width:100px;*/
		font-size:13px;
		text-transform: none;
		background: #f0f0f0;
		color: #333;
		font-weight:normal;
    }

    .cw-table-responsive table td {
        border-bottom: 0px solid #dadada;
        border: 0;
        vertical-align: middle;
		padding:6px;
        text-align: left !important;
		/*min-width:100px;*/
		font-size:12px;
		text-transform: none;
		background: rgba(255, 255, 255, 0.6);
		color: #333;
		font-weight:normal;
    }
	
	.cw-table-responsive .urllink a {
		color: #1C6F93;
		text-decoration: none;
		word-break: break-all;
		word-wrap: break-word;
	
	}
	
	.cw-table-responsive .urllink a:hover{color:#4CB1DD;}
	.cw-table-responsive .urllink a:focus{color:#4CB1DD;}

/*
    .cw-table-responsive table th:nth-child(1),
    .cw-table-responsive table td:nth-child(1) {
        text-align: left;
        padding-left: 0;
        font-weight: bold;
    }
*/

@media screen and (max-width: 640px) {

	.cw-table-responsive {
		margin-top:26px;
    }
	
    .cw-table-responsive table,
    tbody {
        display: block;
        width: 100%;
    }
	
	thead { display: none; }
	
    .cw-table-responsive table tr,
    .cw-table-responsive table th,
    .cw-table-responsive table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
		padding:4px;
		background:#FFF;
    }
	
    .cw-table-responsive table tr {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
	
    .cw-table-responsive table th[data-title]:before,
    .cw-table-responsive table td[data-title]:before {
        content: attr(data-title) ":\00A0"; 
        font-weight: bold;
    }
	
    .cw-table-responsive table td {
        border: none;
        margin-bottom: 0px;
        color: #444;
    }
	
    /*.cw-table-responsive table td:empty { display: none; }*/

    .cw-table-responsive table td:first-child {
        /*font-size: 14px;*/
        font-weight: normal;
       /* margin-bottom: 6px;*/
        color: #333;
    }
    /* .cw-table-responsive table td:first-child:before { content: ''; } */
	
	
}