body,html{
	margin:0;
	width:100%;
}

body{
	font-family:arial;
}

#wrapper {
    width: 50%;
    margin: auto;
    border: 1pt solid #ccc;
    padding: 5px;
    margin-top: 50px;
    border-radius: 3px;
}    

#payment-form{
	display:none;
}

#logo{
	width:150px;
	margin-right:20px;
}

#flagTop {
    width: 100%;
    height: 290px;
    background: #000;
    background-image: url("../images/flag.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    color: white; /* Make text color white */
    font-size: 3em; /* Set text size to 2em */
    display: flex; /* Use flexbox to help with alignment */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    text-align: center; /* Ensure text is centered if it wraps to multiple lines */
}


#card-container{	
	width:100%;	
}

.ib{
	display:inline-block;
}

.lbl{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:5px;
}

#nof{
	width:80px;
}

.hideMe{
	display:none;
}

.btn{
	width:100px;
	color:#000;
	background:#eee;
	height:30px;
	border:1pt solid #efefef;
	border-radius:3px;	
	line-height:30px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#333;
	color:#fff;
}

.ctr{
	text-align:center;
}

.clr{
	clear:both;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/spinner.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}



@media only screen and (max-width : 768px) {

}