
table.mediace_table {
  border-collapse: collapse;
}

table.mediace_table td, table.mediace_table th {
  padding: 10px;
}

a.stressed {
  color: red;
}

a.stressed:hover {
  color: #ff4000;
  text-decoration: none;
}

#counter {
  padding-top: 20px;
  font-size: 12pt;
  color: black;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  
  pointer-events: auto;
}

#counter table {
  width: 200px;
}

div#logohrefdiv {
  position: absolute;
  top: 0px;
}

div#logohrefdiv .logohref {
  position: relative;
  top: 10px;
  width: 400px;
  height: 150px;
  display: block;
  z-index: 10;
}

div.form_element .float_left {
  min-width: 500px;
}