.fade
{
	    background: rgba(0, 0, 0, 0.35);
}
.black-text
{
	color:black;
}


.expireHeaderAdjust
{
	padding:10px;
}

.bigFont
{
	font-size: 39px;
}


.outline
{
	border:solid 1px black;
}



.codeBox
{
	    background: #c9fa07;
    width: 40%;
    font-size: 23px;
    text-align: center;
    border: dashed 2px black;
	font-weight:600;
    color:black;	
}


.code
{
       margin-left: 113px;
	

}
.get-code
{
	
    margin-top: -48px;
    margin-left: 10px;	
}
.code-back
{
	z-index:-1;
	
}
.code-hover
{

    -webkit-transition: all .2s linear;
    transition: all .2s linear;

position:relative;	
}
.code-hover:hover
{	
margin-left:-20px;	
}

.intro-paragraph
{
	background-color: white;
    padding: 16px;
	margin-top: 24px;
	
}

.views
{
	font-size:24px;
	text-align:center-left;
	
}
.eye
{
	margin-top: -10px;
}
.percent_label
{
	
font-size: large;	
}

.blog
{
	background-color: whitesmoke;
	background-repeat:no-repeat;
	}

.image-adjust
{
	    margin-left: 17%;
}

.search_response
{
	
	border-radius: 2px 2px 2px 2px;
    background-color: white;
    position: absolute;
    max-width: auto;
    margin-top: 2px;
    width: 100%;
    padding: 4px;
    box-shadow: 3px 10px 24px -17px black;
    margin-left: 0px;
	z-index: 10000;
	
}
.list-adjust
{
	    margin-top: 18px;

	
}
.offer-description
{
	margin-top: 24px;
    margin-left: auto;
    font-size: 17px;
}
	
.coupon-image
{

	width:200px;
}

.coupon-image-button
{
	display: block;
    width: 30%;
	
}
.loader {
	border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
 .point {
                                color: #5a5a5a;
                                text-align: justify;
								line-height: 2em;
                            }
                            
                            .intro {
                                font-size: 4em;
                                float: left;
                                margin-top: -5px;
                                color: black;
								margin-left:-2px;
                            }
