body {
  background-image: url("images/sparkarena.jpg");
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
  text-align: left;
  font-size: 18px;
}
	
table#t01 {
  width: 100%;    
  background-color: #ffffff;
}

#more {display: none;
}

.footer {
  background: #061D25;
  padding: 10px 0;
  font-weight: 500%;
}

.footer a {
  color: #FFFFFF;
  font-size: 30px;
  padding: 10px;
  border-right: 1px solid #70726F;
  transition: all .5s ease;
}

.footer a:first-child {
  border-left: 1px solid #70726F;
}

.footer a:hover {
  color: white;
}

.footer p {
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
}

.footer a {
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
}

.map-container-4{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container-4 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

#camptext{
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(000, 000, 000, 0.6);
}

#campface{
	color: #03d3fc;
	text-decoration: underline;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

#satskil{
	font-size: 20px
}

.open {
	color: #03d3fc;
	text-decoration: underline;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Add a background color and some padding around the form */
.form {
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 20px;
}
<<<<<<< HEAD
* {box-sizing: border-box}

/* Add padding to containers */
.contentmembership {
  padding: 16px;
  background-color: #FFFFFF;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit/register button */
.registerbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity:1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.contentsignin {
  background-color: #f1f1f1;
  text-align: center;
}
=======

>>>>>>> 35dc824dc56b59d7f4f9b55d09300e186e491d76