.deb_msd_desktop .deb_device_standards_container {
	margin-left:20px; 
	margin-top:20px;
	margin-bottom:20px;
}
.deb_msd_mobile .deb_device_standards_container {
	margin-top:10px;
	margin-bottom:20px;
}
.deb_device_standards_container h3{
	margin-bottom:15px;
	color: #595959;
}
.deb_device_standards_container ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom:4px;
}
.deb_device_standards_container table.deb_device_standards_table {
	margin-top:10px; 
	margin-bottom:10px; 
	border-collapse:collapse;
}
.deb_device_standards_container table.deb_device_standards_table th {
	font-weight:bold;
	text-align:left;
}
.deb_device_standards_container table.deb_device_standards_table, .deb_device_standards_container table.deb_device_standards_table tr, .deb_device_standards_container table.deb_device_standards_table td {
	border:1px solid #0F9ED5;
}
	
.deb_device_standards_container table.deb_device_standards_table td, .deb_device_standards_container table.deb_device_standards_table th {
	padding:7px;
}

.deb_device_standards_container table.deb_device_standards_table tr.odd {
	background-color:#E2E4FF;
}
.deb_device_standards_container table.deb_device_standards_table tr.even {
	background-color:#ffffff;
}