#permission-bar-prompt-content, #permission-bar, .permission-bar {
	color: #333;
	font-family: 'OpenSans', 'Helvetica', sans-serif;
	font-weight:400;
}
#permission-bar-prompt-content a, #permission-bar a, #permission-bar-prompt-content span{
	color: #1d6f7a;
	font-weight: 700;
	margin-left: 10px;
	text-decoration:none;
}
#permission-bar-prompt-content a:hover, #permission-bar a:hover{
	color: #1d6f7a;
	font-weight: 700;
	text-decoration:none;
}
#permission-bar-prompt-close{
	width:0;
	height:0;
	display:block;
	position: absolute; top: 0; left: 0;
}
#permission-bar-prompt-close span, #permission-bar-prompt-logo span{
	display: none;
}
#permission-bar{
	position:fixed;
	bottom:0;
	left: 0;
	width:100%;
	margin-top: 12px;
	padding:3px 0;
	height:45px; 
	background-color: #DEDEDE;
	font-size:14px;
	line-height:20px;
	text-align:center;
	z-index:500;
}

@media (min-width:470px) {#permission-bar {height:22px;}}

@media (min-width:400px) {.breakat400 {display:none;}} /* Activates line-break at 400px and less */

#permission-bar p{
	text-align:center;
}
#permission-bar-button{
	background-color: #2daebf;
	font-size:14px;
	display: inline-block;
	padding: 3px 4px;
	color: #fff!important;
	text-decoration: none;
	font-weight: 700;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
#permission-bar-prompt{
	position: fixed;
	width:0;
	height:0;
	top:0;
	left:0;
}

#permission-bar-prompt-content{
	position: absolute;
	width:0;
	height:0;
	padding:0;
	background: #dedede;
	color: #333;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size:0;
}

.clear{
	clear:both;
}