/**
 * jquery-restable - jQuery plugin that make tables responsive
 * @version v0.1.2
 * @link http://codeb.it/restable/
 * @license MIT
 */
ul.tabletolist {
	border-bottom:2px solid #eee;
	font-size:14px;
	margin:0 0 20px
}
ul.tabletolist img {
	max-width:100%
}
ul.tabletolist.nrh {
	border-bottom:2px solid #000
}
ul.tabletolist.nrh>li {
	border-top:2px solid #000
}
ul.tabletolist, ul.tabletolist>li>ul {
	padding:0!important;
	list-style:none!important
}
ul.tabletolist>li>ul {
	margin:0!important
}
ul.tabletolist>li .titles {
	background-color:#0046BD;
	display:block;
	color:#fff;
	padding:10px;
	font-weight:800
}
ul.tabletolist>li>ul>li {
	font-weight:200;
	border-bottom:1px solid #bbb;
	padding:10px;
	color:#555;
}

ul.tabletolist>li>ul>li a{
	color:#00466C;
}

ul.tabletolist>li>ul>li:hover {
	background-color:#efefef
}
ul.tabletolist>li>ul>li:last-child {
	border-bottom:none
}
ul.tabletolist ul>li .row_headers {
	font-size:12px;
	max-width:40%;
	float:left;
	margin-right:3%
}

ul.tabletolist ul>li .row_headers{
	color:#0046BD;
	font-weight:bold;
}
ul.tabletolist ul>li .row_data {
	float:left;
	font-weight:800;
	max-width:84%;
	text-align:left;
	line-height:160%;
	margin-top:-5px;
}
ul.tabletolist>li>ul>li {
*zoom:1
}
ul.tabletolist>li>ul>li:before {
	content:" ";
	display:table
}
ul.tabletolist>li>ul>li:after {
	content:" ";
	display:table;
	clear:both
}
ul.tabletolist ul>li .row_data.html {
	font-weight:400
}
ul.tabletolist ul>li .row_data.html ul {
	list-style-type:none;
}




ul.tabletolist li ul li:nth-child(even){
	background: #FEFDDA;
}
