@media all {	 a.sr-only-focusable:focus, a.sr-only-focusable:active {
		 color: #fff;
		 background-color:#000;
		 left: auto;
		 top: auto;
		 width: 30%;
		 height: auto;
		 overflow:auto;
		 padding:5px;
		 border-radius: 15px;
		 border:4px solid #c8102e;
		 text-align:center;
		 font-size:1.2em;
		 z-index:999;
	}

}