#report .blockArea01 > div{
	max-width:100%;
	float:none;
}

#report ol{
	list-style-type:decimal;
	margin-bottom:15px;
}
#report ol li{
	line-height:25px;
	margin-left:35px;
	font-size: 1.6em;
}
#report > p{
	margin-top:10px;
}

#report .list{
	display: inline-block;
    background: #629a62;
    border-radius: 3px;
    width: 5px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
	font-size: 1.6em;
}

/*table*/
#report table{
	border-collapse: collapse;
	width:100%;
	margin:20px auto;
	font-size: 1.4em;
	*table-layout:fixed;
}
#report table,#report table tr,#report table th,#report table td{
	border:1px solid #ccc;
}
#report table th{
	background:#e9e7e7;
	font-weight:bold;
	text-align:center;
}
#report table th{
	padding:10px;
}
#report table td{
	padding:5px 10px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}
#report table td.txL{
	text-align:left;
}
#report table th.name{
	width:100px;
}

#report table td ul{
	margin:-5px 0 10px 10px;
	line-height:5px;
}
#report table td ul li{
	line-height:20px;
}
#report table .btn{
	display: inline-block;
    background: #f60;
    padding:5px 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
	color:#fff;
	margin:20px 0;
	cursor:pointer;
	font-size:1.2em;
}
#report table .btn:hover {
    background: #f30;
}

#report table .btn.disabled{
	background: #bbb;
	cursor:default;
	color:#9d9c9c;
	text-shadow: 1px 1px 0px #fff;
}
#report table .btn.disabled:hover{
	background:#bbb;
}
.fntGreen{
	color:#006600;
}
.fntRed{
	color:#f30;
}
.larger{
	font-size:1.4em;
}
b.point{
	display:inline-block;
	margin-top:10px;
}


/*mobile
-------------------*/
@media screen and (max-width:560px) {
	#report table th.name{
		width:60px;
	}
	#report table .btn{
		font-size:0.8em;
	}
}