body {margin:0px;}
.vgc_header
{
    width:100%;
    background-color:#E1E1E1;
    height:5px;
    font-family: 'Lucida Grande', Verdana, Geneva, Sans-serif;
    font-size: 12px;
}
.vgc_header .vgc_header_center
{
    width:550px;
    margin-left:auto;
    margin-right:auto;
    display:none;
    padding:5px;
    background-color:#E1E1E1;
    border-bottom-right-radius: 40px 50px;
    border-bottom-left-radius: 40px 50px;
}
.vgc_header a, .vgc_header:visited
{
    color:#252525;
    font-size:10px;
}
.vgc_enter_key
{
	margin-left:auto;
    margin-right:auto;
	padding:5px;
	border-radius:10px;
}
table.buttons{
    margin-left:10px;
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    padding-left:10px;
    border-left-color:#C0C0C0;
    border-left-width: 1px;
    border-left-style: dotted;

}
a.link_button, a.link_button:visited
{
    /*background-color:#901323;*/
	background-color:#252525;
    color:#FFFFFF;
    border-radius:10px;

    cursor: pointer;
    width:175px;
    text-align:center;
    padding:5px;
    display:block;
    font-size:16px;
    margin-left:20px;
    border:#999999 1px solid;

}
.shadow
{
    -moz-box-shadow: 3px 3px 10px #999999;
    -webkit-box-shadow: 3px 3px 10px #999999;
    box-shadow: 3px 3px 10px #999999;
}
.gradient
{
    /* IE10 */
    background-image: -ms-linear-gradient(top, #666666 10%, #444444 80%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #666666 10%, #444444 80%);
    /* Opera */
    background-image: -o-linear-gradient(top, #666666 10%, #444444 80%);
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #666666 10%, #444444 80%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top, #666666 10%, #444444 80%);
}
.vgc_button
{
    background-color:#901323;
    color:#FFFFFF;
    border-radius:4px;
    border:#999999 1px solid;
    cursor: pointer;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}
.vgc_container {width:610px;height:auto;margin-left:auto;margin-right:auto;}
.vgc_faq {
    margin: 0;
    padding: 10px;
    font-family: Verdana, Geneva, Sans-serif;
    font-size: 12px;
    color: #4F5155;
    background-color: white;
}
.vgc_faq h1
{
    font-size: 16px;
}
.vgc_faq h2
{
    font-size: 14px;
}
#vgc_spacer{margin-top:40px !important;}

.showCardArtForPrint {
	display:none;
}

/* REVIEW 46271487 */
/* New VGC TOOLBAR STYLES */
.toolbar-container.no_print {
    width: 100%;
    margin: 0px auto 40px auto;
    display: flex;
    border-bottom: 2px solid #d6d7d9;
    background-color: #f0f0f0;
    position: sticky;
    top: 0px;
}

.toolbar-container.no_print > .container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    width: 100%;
    max-width: 640px;
}

.print-icon {
    width: 25%;
    max-height: 30px;
}

#print {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.add-to-wallet-buttons {
    width: 75%;
    max-height: 30px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.add-to-wallet {
    width: 50%;
    max-height: 30px;
    text-align: right;
}

.add-to-wallet > a {
    display: inline-block;
    width: 100%;
    max-height: 30px;
}

.add-to-wallet > a > img {
    display: inline-block;
    height: 30px;
    width: 100%;
}

#google-wallet > a > img {
    max-width: 233.33px;
}

#apple-wallet > a > img {
    width: 97.15px;
}

@media screen and (min-width: 768px) {
    .toolbar-container.no_print > .container {
        width: 750px;
    }
}

@media screen and (min-width: 992px) {
    .toolbar-container.no_print > .container {
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .toolbar-container.no_print > .container {
        width: 1170px;
    }
}

@media screen and (max-width: 520px) {
    .add-to-wallet-buttons {
        width: 85%;
    }

    .print-icon {
        width: 15%;
    }
}

@media screen and (max-width: 450px) {
    .add-to-wallet {
        width: 100%;
        clear: both;
        margin: 0px 0px 10px 0px;
        text-align: right;
    }
}

/* END REVIEW 46271487 */
@media print
{
	.no_print
	{
	    display: none !important;
	}

	.print_fix
	{
	    width: 300px !important;
	    height: 250px !important;
	    background-color: #ffffff !important;
	}

	.print_fix2
	{
	    height: 840px !important;
	}

    .showCardArtForPrint {
		display: inline-block !important;
	}
	.hideCardArtForPrint {
		display: none;
	}
}
