body {
	padding-top:30px;
}
.bs-example {
	margin: 20px;
}
table.gridtable {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.gridtable td {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
@media (min-width: 768px){ /*Above iPhone*/
	table.gridtable td {
		padding: 8px;
	}
}
@media(max-width: 767px){
	table.gridtable td {
		padding: 3px;
	}
}

.wrapper {
	width: 800px;
}
.show_hide {
	display:none;
}
.negativeBreak {  
    background:rgb(244,194,194);  
    background: transparent\9;  
    background:rgba(244,194,194,0.5);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1;  
}    
.negativeBreak:nth-child(n) {  
    filter: none;  
}