@charset "UTF-8";
/* CSS Document */

a.eat24-stnd {
	display: block;
	box-sizing: border-box;
	width: 13.55em;
	margin: 0 auto;
	background-image: -moz-linear-gradient(top, rgba(254,255,253,0) 0%, rgba(0,0,0,0.2) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,253,0)), color-stop(100%,rgba(0,0,0,0.2)));
    background-image: -webkit-linear-gradient(top, rgba(254,255,253,0) 0%,rgba(0,0,0,0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(254,255,253,0) 0%,rgba(0,0,0,0.2) 100%);
    background-image: -ms-linear-gradient(top, rgba(254,255,253,0) 0%,rgba(0,0,0,0.2) 100%);
    background-image: linear-gradient(to bottom, rgba(254,255,253,0) 0%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fefffd', endColorstr='#1f000000',GradientType=0 );
    -webkit-border-radius: .4em;
    -moz-border-radius: .4em;
	border-radius: .4em;
	font-family: Arial, Helvetica, sans-serif;
    text-shadow: .0625em .0625em .1875em rgba(0,0,0,.3);
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	line-height: 2.5em;
	height: 2.5em;
	padding: 0 .75em 0 0;
	position: relative;
}
a.eat24-stnd:hover {
	border-width: .0625px;
}
a.eat24-stnd:active {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.35)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#00ffffff',GradientType=0 );
	transform: translate(0, .0625em);
}
a.eat24-stnd::after {
	content: "";
	position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .375em 0 .375em .5em;
    top: .85em;
    left: 91%;
    -moz-transform: scale(.9999);
    -webkit-transform: scale(.9999);
    -o-transform: scale(.9999);
    -ms-transform: scale(.9999);
    transform: scale(.9999);
}