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

 
.gift-topbar-text {
	font-family: 'Open Sans', 'Tahoma', 'Sans Serif';
	font-size: 13px;
	color: #2C3541;
	line-height: 20px;
}
.gift-topbar-button {
	background-color: #3e88d2;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 0;
	width: auto;
	overflow: visible;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-family: 'Open Sans', 'Tahoma', 'Sans Serif';
	text-decoration: none;
}
.gift-topbar-button:hover {
	background-color: #61a4e6;
	color: #FFFFFF;
	text-decoration: none;
}
.gift-topbar-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	width: 96%;
	margin-top: 8px;
}
.gift-topbar-button-cell {
	width: 200px;
}
.gift-topbar-table-container {
	width: 100%;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	min-height: 46px;
	background-color: #ECF3FA;
	border-bottom: 1px solid #7588AE;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:fixed;
	z-index:1000;

}
@media only screen and (max-width: 959px) {
    .gift-details i
	{
        display:none;
    }

}
@media only screen and (max-width: 767px) {

	.gift-details {
		display:none;
	}
	td.gift-text-wrapper {
		text-align: left;
	}
	/*#mobile-nav {*/
		/*top: 72px !important;*/
	/*}*/
}

@media only screen and (max-width: 479px) {

    #mobile-nav {
        /*top: 92px;*/
    }
	.gift {
		display:none;
	}
}

@media only screen and (max-width: 400px) {

    #mobile-nav {
        /*top: 111px;*/
    }
}