/* dashboard */

/* flags */

flag {
	display: inline-flex;

}

.gdp_flag {
	background:url('../images/flags.png') no-repeat scroll 0 0 transparent;
	width:16px;
	height:11px;
	padding : 0;
	margin: 5px 8px 0 0;
	float: left;
}

/* dashboard widgets */


#dashboard-widgets-wrap table {
	border-spacing:0;
	padding : 0;
}

/* metaboxes */


/* Authorities */

li.current_authority {
	background-color: #f0f0f0;
}

/* */

.num {
	text-align:right;
}

.gdp_scroll {
	max-height:16em;
	overflow-x:hidden;
	overflow-y:auto;
}

.postbox-container {
	width: 49%;
}

/* subsubsub */

.gdp-subsubsub {
	list-style: none;
	font-size: 13px;
	color: #666;
}

.gdp-subsubsub li {
	/*display: inline-block;*/
	margin: 0;
	padding: 0 0 10px 0;

	white-space: nowrap;
}

.gdp-subsubsub a {
	line-height: 2;
	padding: .2em;
	text-decoration: none;
}

.gdp-subsubsub a .count {
	color: #555d66;
	font-weight: 400;
}