body
	  {
		  background-image: url("../../images/registration/regBg.jpg");
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		  background-attachment: fixed;
		  font-family: "Be Vietnam Pro", sans-serif;
		  overflow-x: hidden;
	  }
	  
	    
	  .form
	  {
		  margin: 0px auto;
		  width: 70%;
		  padding: 10px;
		  background-color: rgba(255,255,255,0.85);
		  margin-top: 2%;
	  }
	  
	  .header
	  {
		  background-color: #fff;
		  text-align: center;
		  width: 100%;
	  }

.header img
{
	width: 100%;
}
	
table td {
	font-weight:bold;
}

table th {
	font-size:18px;
}
	  
	  footer
	  {
		  padding: 30px;
		  text-align: center;
		  color: aliceblue;
		  margin-top: 20px;
		  background-color: #0E0E0E;
		  
	  }
	  
	  footer a
	  {
		  color: gold;
	  }
	  
	  .row{
		  padding: 10px;
		  margin: 5px;
	  }
	  
	  .col-md-8 {
		  width: 100%;
}
	
	  .container
	  {
		  margin: 0px auto;
		  width: 100%;
	  }
	  
	  ul
	  {
		  list-style-type: none;
	  }
	  
	  .submit
	  {
		  padding: 10px 50px; margin: 0px auto;margin-left: 45%;
	  }
	  
	  input, select, textarea
	  {
		  border: 1px solid forestgreen !important;
		  border-radius: 5px;
		  padding: 8px !important;
	  }
	  
	  #regTyp, #accompanying
	  {
		  width: 90%;
		  padding: 10px;
		  background-color: #fff;
		  margin: 0px auto;
		  margin-left: 10%;
	  }

.cell-full
{
	padding: 10px;
	margin-bottom: 15px;
}
	  
	  .reg-tbls table
	  {
		  width: 100%;
	  }
	   .reg-tbls table th
	  {
		  text-align: center;
	  }
	  
	  .reg-tbls table td, .reg-tbls table th
	  {
		  padding: 12px;
	  }
	  
	  .reg-tbls table td
	  {
		  background-color: #D0CACA;
		  text-transform: uppercase;
		  width: 25%;
	  }
	  
	  .reg-tbls table td:nth-child(even)
	  {
		  background-color: #A6B0C7;
	  }
	  
	  .typ1 .typ1-tbl thead
	  {
		  background-color: #b93f04;
		  color: aliceblue;
	  }
	  
	  .typ2 .typ2-tbl thead
	  {
		  background-color: #2f5e8e;
		  color: aliceblue;
	  }
	  
	  .typ3 .typ3-tbl thead
	  {
		  background-color: forestgreen;
		  color: aliceblue;
	  }
	
	  .summary
	  {
		  box-shadow: 2px 3px 2px grey;
		  margin: 10px;
		  padding: 10px;
		  font-size: 17px;
	  }
	  
	  .summary ul li
	  {
		  margin-left: -20px;
		  padding: 6px;
	  }
	  
	  .summary ul li:before
	  {
		  content: " \1F9FE";
		  padding: 1px;
		  margin: 2px;
		  color: forestgreen;
	  }	  
	 

.titleMain
{
  background: forestgreen;
  padding: 12px;
  width: 114%;
  margin-left: -7%;
  margin-top: -46px;
  color: #fff;
}
	 
.btn
{
	width: 150px !important;
	font-size: 18px;
}

td
{
	vertical-align: text-top;
	height: 60px;
}

td small
{
	left:249px !important;
}
	  /* ------------------ */
	  
	@media (max-width:700px) 
	{
		.form
		{
			width: 100% !important;
		}
		
		.container {
  padding-right: 5px !important;
  padding-left: 5px !important;
		}
		
		ul
		{
			margin-left: -25% !important;
			width: 110% !important;
		}
		
		
		
		ul li
		{
			font-size: 12px !important;
		}
		
		.header
		{
			width: 100%  !important;
		}
		
		.header img
		{
			width: 100% !important;
		}
		
		.col-md-8 {
  width: 126%;
			margin-left: -13%;
}
		
		.form-control
		{
			padding: 16px;
		}
		
		.submit
		{
			margin-left: 33%;
		}
		
td small
{
	left:139px !important;
}
	  }

@media (max-width:1450px) 
	{
	td small
{
	left:199px !important;
}	
}
	  
	