@charset "utf-8";
/* CSS Document */

#filters{
	font-size:1.2em;
	padding-bottom:14px;
}

#configs{-webkit-border-radius:4px;-moz-border-radius:8px;background:#F6F9FB;border:1px solid #ddd;padding-top:12px;}
#configs table {margin:0}
#configs table thead th{border-bottom:1px solid #ddd;padding-left:12px;font-size:1.2em;}
#configs table thead tr{border:none}
#configs table tbody {border:none;}
#configs table td{padding:6px}
#configs table tr{ 
	
	border-top:1px solid #ddd;
	margin:8px 0;
}
#configs table tr.alt{
	background:#fff;
}
#configs table td.image{width:64px;padding-left:14px;}
#configs table td.title{font-size:2.2em;}
#configs table div.detail{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
#configs table td.browsers, 
#configs table td.software,
#configs table td.launch{border-left:1px dashed #ddd}
#configs table td.launch{text-align:center;}

#configs table td.browsers{white-space:nowrap}
#configs table td.software{width:160px;}

#configs table td.browsers ul, 
#configs table td.software ul,
#configs table td.resolutions ul{float:left;}

#configs table td.browsers ul li, 
#configs table td.software ul li,
#configs table td.resolutions ul li{background-image:none;padding:0 8px;list-style:none;}

#configs table div.image{display:inline;}
#configs table div.name{font-size:1.2em;line-height:100%;display:inline}
#configs table span.versions{font-size:1.1em;}


