
._10d_pagelist_panel{
	display:block;
	position:relative;
	margin: 0 5px 5px 5px;
	padding:0;
	border:1px solid #ddd;	
}

._10d_pagelist_panel_title{
	display:block;
	position:relative;
	padding:10px;
	background-color:#fedc0b;
	color: #001b35;
}

._10d_pagelist_panel_table{
	border-collapse: collapse;
	width:100%;
	border:none;
}

._10d_pagelist_panel_table, ._10d_pagelist_panel_table tr, ._10d_pagelist_panel_table td, ._10d_pagelist_panel_table th{
  border: none;
  padding: 8px;
}

._10d_pagelist_panel_table tr{
	background-color:#ffffff;
	color: #333333;
}

._10d_pagelist_panel_table tr:nth-child(even){
	background-color:#f3f3f3;
	color: #333333;
}
