.container {
  max-width: 980px;
  width: 100%;
  margin: 0;
}

#medlem input[type="text"],
#medlem input[type="email"],
#medlem input[type="tel"],
#medlem input[type="url"],
#medlem textarea,
#medlem button[type="submit"] {
  font: 400 22px/20px Arial, sans-serif;
}
img {max-width:100%; height:auto;}
#medlem {
  background: #F9F9F9;
  padding: 25px 55px 25px 25px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#medlem h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#medlem h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#medlem input[type="text"],
#medlem input[type="email"],
#medlem input[type="tel"],
#medlem input[type="url"],
#medlem textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#medlem input[type="text"]:hover,
#medlem input[type="email"]:hover,
#medlem input[type="tel"]:hover,
#medlem input[type="url"]:hover,
#medlem textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#medlem textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#medlem button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 16px;
font-weight:bold;
}

#medlem button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#medlem button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#medlem input:focus,
#medlem textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

hr.spexiallinje {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.spexiallinje :after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}