div.list-container div.menu{
	display:inline;
	float:right;
	text-transform: uppercase;
	font-size:18px;
	font-family:"ralewayheavy";
}
div.list-container > div > h2 {
	margin-top:30px;
	text-transform:uppercase;
	font-family:"ralewayheavy";
	font-size:18px;
	color:white;
}
div.list-container .list-blip{
	border-top: 1px solid #494c4e;
}
div.list-container .list-blip .info h2 {
	font-family:"ralewaythin";
	margin:0;
	color:white;
	font-weight:100;
	font-size:25px;
	text-transform: capitalize;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	overflow:hidden;
}
div#dashboard-activity{
	min-width:745px;
}
div#requests-shop .list-blip .info div.types,
div#dashboard-activity .list-blip .info div.types {
	white-space:nowrap;
}
.list-blip .details table {
	table-layout:fixed;
	width:100%;
}
.list-blip .details table thead {
	font-weight:bold;
	font-size:18px;
	color:white;
}
.list-blip .details span {
	color:white;
	margin-right:5px;
}

.list-footer{
	margin-top:5px;
	color:white;
	font-size:16px;
}
.list-footer span.current-page{
	cursor: default;
	color:white;
}
#dashboard-activity .list-footer{
	margin:5px 0;
}
#shops-list .list-footer{
	margin:5px -20px 20px -20px;
}
#profile-content .list-footer{
	margin:0 -15px 0px -15px;
}
#requests-shop .list-footer{
	margin:0 -28px 0px -28px;
}
.list-footer span{
	cursor: pointer;
	font-size:20px;
	letter-spacing:3px;
	position:relative;
	top:2px;
	color:#aaa;
}
.list-footer .control{
	display:inline-block;
	margin:2px 0 2px 0;
}
.list-footer .control input{
	padding:0 6px 3px 6px;
	width:50px !important;
	font-size:16px;
	display:inline-block;
}
.list-footer .control input[type="submit"]{
	width:0;
	height:0;
	padding:0;
	margin:0;
}
.no-top-border .list-blip:first-child{
	border:none !important;
}
/* EMPTY LIST */
.empty-list{
	margin: 2.5em auto;
	text-align:center;
	margin-bottom:15px;
}
.empty-list .icon{
	font-size:50px;
	width:100%;
	text-align:center;
}
.empty-list {
	font-size: 16pt;
}
.empty-list .icon {
	color: white;
	margin-bottom: 0.25em;
}
.empty-list .button {
	margin: 1em 0;
}
.empty-list a:hover {
	text-decoration: none;
}
.activity-list .dropdown-arrow {
	font-size: 16px;
	margin-top: 15px;
	float: right;
}
.activity-list .list-blip {
	padding:15px;
}
.activity-list .list-blip div.icon:first-child {
	display: inline;
	margin-right: 1em;
	font-size: 30pt;
}
table.list-container{
	width:100%;
	border-collapse:collapse;
	border:none;
}
table.list-container td{
	padding:5px;
}

.list-item-open .separator{
	background:none !important;
}
@media (max-width: 800px){
	.list-footer span{
		padding:15px;
	}
}