@font-face {
  font-family: 'Verdana';
  src: url('../fonts/vardana/Verdana.eot') format('embedded-opentype'), url('../fonts/vardana/Verdana.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana-Bold';
  src: url('../fonts/vardana/Verdana-Bold.eot') format('embedded-opentype'); src: url('../fonts/vardana/Verdana-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{ font-family: 'verdana';}

*{
	margin:0px;
	padding:0px;
}

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

.page-header {
	/*text-align:center;*/
	border-bottom:0px solid #eee;
}

.page-header{
	padding:0px;
	margin:0px;
 	margin-top: 10px;
}

.content{	
	border-radius:4px;
	padding:30px;
	margin-top:35px;	
	text-align:center;	
}

.text h4{
	font-size:26px;
	text-align:center;
	color:#2d2d2d;	
}

.text h2{
	font-size:33px;
	text-align:center;
	color:#2d2d2d;
	  font-family: 'Verdana-Bold';
	font-weight:bold;
	margin-top:24px;
	margin-bottom:22px;	
}

.text p{
	font-size:17px;
	text-align:center;
	color:#a6c320;	
	font-weight:bold;
	margin-top:15px;
	margin-bottom:30px;
}

.table_1 th {
	margin-bottom:10px;
}

.table th{
	color:#ffffff;
	font-size:15px;
}

#no-more-tables th
{
	color:#ffffff;
	padding: 18px;
	font-size:15px;
	font-family: 'Verdana-Bold';	
}

#no-more-tables td
{
	padding:12px 9px;
	font-size:12px;
}

.error, .card_num-error {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.card_num-error{display: none;}

input#card_num{
	width: 100px;
    margin: 0 auto;
}

.table td{
	font-size:12px;
	color:#252525;
	font-weight:normal;
}

.table-striped > tbody > tr:nth-of-type(2n+1){
	background:#cdcdcd;
}

.ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.ajax-loader img {
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

@media only screen and (max-width: 991px) {    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		font-weight:normal;
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}