#ewfg-notice {
    border: 1px solid gray;
	background: white;
    padding: 8px 8px 8px 32px !important;
    margin-bottom: 10px;
	background-image: url("../images/light.gif");
	background-repeat: no-repeat !important;
	background-position: 10px 9px !important;
}

#ewfg-notice a {
	text-decoration: none;
}

.ewfg-header {
	margin-bottom: 10px;
}
.ewfg-header span {
	font-size: 16px;
	font-weight: bold;
}
#ewfg-overlay
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
	position: fixed;
    top: 0; left: 0;
    z-index: 999999;
    text-align: center;
}
#ewfg-gifts * {
	box-sizing: border-box;
}
#ewfg-container
{
    border: 1px solid #black;
    background-color: white;
    position: relative;
    margin: 0;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
}

#ewfg-close {
	margin-top: 10px;
}

#ewfg-gifts {
	max-height: 500px;
	max-width: 500px;
	overflow-x: auto;
	overflow-y: auto;
}
#ewfg-container .ewfg-gifts-grid > li
{
    padding: 20px;
    width: 250px;
	float: left;
    border: 1px solid #D6D6D6;
}

#ewfg-container .ewfg-gifts-grid .gift-name
{
    font-size: 14px;
	font-weight: bold;
}

#ewfg-container .ewfg-gift-options
{
    margin-bottom: 10px;
    text-align: left;
}


.ewfg-gift-options input, .ewfg-gift-options select {
    max-width: 205px;
}

div.ewfg-gift-buttons button *  {
	box-sizing: initial !important;
}
@media only screen and (max-width: 850px) {
	#ewfg-overlay {
		background: none !important;
		position: relative !important;
	}
	#ewfg-container {
		width: 100% !important;
		border: 1px dashed gray;
		position: static !important;
		margin-bottom: 10px !important;
	}
	#ewfg-gifts {
		width: 100% !important;
		max-width: 100% !important;
	}
}

