
a {
  text-decoration:none;
  color: #C0B49E;
}

#g_content {
  color: #C0B49E;
  font-size: 1em;
  padding: 3px;
}
.g_entry {
  border-bottom: 1px solid #70644E;
  padding:26px 10px;
}
.g_name {
  font-weight:bold;
  margin-bottom:10px;
}

.g_name a:hover {
  text-decoration:underline;
}

.g_text {
}

#eintrag {
  position:fixed;
  top:80px;
  left:800px;
  cursor:pointer;
}

@media (max-width: 940px){
#eintrag {
  top:10px;
  left:initial;
  right:6px;
}
}

@media (max-width: 800px){
#eintrag {
  display:none;
}
}

.submit {
  padding: 6px 12px;
}
