body{
	margin:0;
	padding:0;
}

a:focus { 
    outline: none; 
}

#actionBar{
	background:#556;
	color:white;
	box-shadow: 0px 1px 2px black;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

#backButton{
	float:left;
	border-right:2px solid rgba(255,255,255,0.1);
	border-left:0 !important;
}

#abTitle{
	float:left;
	height:50px;
}

#title{
	font-size:1.2em;
	display:inline-block;
	padding:13px;
}

#actions{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}

#actions li{
	float:left;
}

.action{
	display:inline-block;
	text-decoration:none;
	border-left:1px solid rgba(255,255,255,0.1);
	color:white;
	font-size:1.2em;
	height:34px;
	padding:9px 8px 7px 8px;
}

#actions a{
	float:right;
}

.action:active{
	background-color:#888899;
}

.card{
	background-color:#fff;
	border-radius:3px;
	box-shadow: 0px 1px 2px #444;
	padding:20px;
	margin:8px;
	overflow:hidden;
}

.page{
	margin-top:51px;
}

#overf{
	background:#556;
	list-style:none;
	position:absolute;
	right:0px;
	top:35px;
	display:none;
	border-radius:3px;
	box-shadow: 0px 1px 2px #444;
	z-index:9999999;
}

.ofAction{
	margin-left:-40px;
	width:122px;
}

.ac-name{
	padding:5px 0 5px 0;
	margin: 18px;
	position: relative;
	top: -7px;
}

h4{
	margin:0 0 14px 0;
	color:#660000;
	border-bottom:3px solid #660000;
}