 input, textarea 
 { 
 border-color:#cccccc; 
 padding:4px; 
 font-size:18px; 
 border-radius:13px; 
 border-style:solid; 
 border-width:3px; 
 background-color:#ffffff; 
 font-family:monospace; 
 font-weight:normal;     
 color:#000000 !important;
 } 
 
 input[type=submit] {
  
  cursor: pointer;
border-color:#cccccc; 
 padding:4px; 
 font-size:18px; 
 border-radius:13px; 
 border-style:solid; 
 border-width:3px; 
 background-color:#ffffff; 
 font-family:monospace; 
 font-weight:normal;  
 color:#000000 !important;
}
 
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media all and (max-width: 479px) {
	input.datepicker-here {
		font-size:small ;  
		}
	input.smalltext {
		font-size:small ;  
		}
}


 p.ex {
 /*   border:1px solid red;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 50px; */
    margin-left: 20px;
	float:left; //right;
	padding: 2px;
}


 .makereserv
{
	background-color: #7ece47;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	padding: 8px;
	margin: 1px;
	line-height: 20px;
	float: left;
	width: 170px;
	cursor:pointer;
}
.deletereserv
{
	background-color:#F6701D;
	font-size:22px; 
	font-weight:bold;
	vertical-align: middle;
	display: table-cell;
	padding: 15px;
	margin: 5px;
	line-height: 20px;
	float : left;
	width: 200px;
	cursor:pointer;
}
 .makevoucher
{
	background-color:#7ece47;
	font-size:20px; 
	font-weight:normal;
	vertical-align: middle;
	display: table-cell;
	padding: 15px;
	margin: 5px;
	line-height: 20px;
	float : left;
	width: 200px;
	cursor:pointer;
}
 .bankcard
{
	border: 0;
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
	float: left;
}

 .backsteps
{

	background-color: #C4C4C4;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	padding: 8px;
	margin: 1px;
	line-height: 20px;
	float: left;
	width: 140px;
	cursor: pointer;
}

 input, textarea:focus 
 { 
 outline:none; 

 } 
 
 
 #infobar {
	width: 90%;
	margin: 2px auto;
	padding: 1px;
	border: 0px solid #cccccc;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

div.fadeMe {
  opacity:    0.7; 
  background: #cccccc; 
  width:      100%;
  height:     100%; 
  z-index:    998;
  top:        0; 
  left:       0; 
  position:   fixed; 
}
div.preloader {
    position: absolute;
    width:225px;
	height: 25px;
    background-color:transparent;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 3px;
    z-index: 999;
}

form {
    width: 100%;
    margin: 0 auto;
}


/* The CSS */
select {
	border-color: #cccccc;
    padding: 4px;
    font-size: 18px;
    border-radius: 13px;
    border-style: solid;
    border-width: 3px;
    background-color: #ffffff;
    font-family: monospace;
    font-weight: normal;	
    cursor:pointer;
}

.services
{
	padding:10px;
	font-size : 18px;
	font-weight: normal;
	width : 550px;
	float : left;
	display:inline;
	border-radius: 13px;
	border-style: solid;
	border-width: 2px;
	
}

.countries {
    padding: 3px;
    font-size: 18px;
    font-weight: normal;
    width: 550px;
    float: left;
    display: inline;
    border-radius: 13px;
    border-style: solid;
    border-width: 3px;
    margin-right: 9px;

p.event_desc2 {
    font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 14px;
/*    height:75px; */
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    bordeR: 1px solid #f00;
}

p.event_desc {
    vertical-align: middle;
	display: table-cell;
	padding: 5px;
	margin: 0px;
	line-height: 14px;
	float : left;
}



/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}
label:after {
    content:'';
    font:14px "Courier", monospace;
    color:#aaa;   
    right:4px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
	font:14px "Courier", monospace;
    right:4px; top:2px;
    width:2px; height:2px;
    background:#f8f8f8;
    position:absolute;
	