.rt-breakpoint {
    display:none;
}
.rt-wrap{
    overflow:hidden;
    border-bottom:0;
}
.rt-alt {
	display:block;
	text-align:left;
	white-space:normal;
}


.rt-alt td:first-child{
background:#f2dede;
}


.re-alt2 {
	background:none;
	margin-bottom:20px;
	padding:0;
}
.cellResize[data-title]:before {
    content: attr(data-title) ":\00A0";
        font-weight: bold;
}


		table {
			border:1px solid rgba(255,255,255,.5);
			border-collapse: collapse;
			font-size: 12px;
			width:100%;
		}
		th {
			background:#f2dede;
			color:#;
			padding:10px;
			text-align:center;
			border:1px solid rgba(255,255,255,.5);
		}
		td {
			padding:10px;
			
			border:1px solid rgba(255,255,255,.5);
		}




		tr:nth-child(2n) {
			background:#;
		}



