

body {
  background: white; color: black;
}

.location {
  border-top: thin solid black;
  padding-left: 0.5em;
  font-style: italic;
  background: #FFF0F0;
}
.commandresponse {
  color: #909000;
}
.ooc {
  color: #A0A0A0;
}
.comment {
  color: #009000;
}
#date {
  margin-left: 2em;
  font-style: italic;
}
 
hr { 
  clear: both;
}

#linkbackpicture { 
  float: right;
  width: 120px;
  height: 100px;
}

a:link img { border: none; }
a:link object { border: none; }
a:link object img { border: none; }
a:active img { border: none; }
a:active object { border: none; }
a:active object img { border: none; }
a:visited img { border: none; }
a:visited object { border: none; }
a:visited object img { border: none; }

#maintitle { 
  text-align: left;
}

#subtitle { 
  text-align: right;
}

#description { 
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.5em;
  background: #FFFFDD;
}


#yifflog-last-comment { 
  font-size: smaller;
  width: 40%;
  margin-left: auto;
  text-align: right;
  color: #c0c0c0;
  font-size: smaller:
  border-top: 2px solid #a0a0a0;
}

@media screen { 
  #yifflog-last-comment { 
    font-size: 10px;
  }
}

#tslogwarning {
	border: 2px solid #f00;
	background: #ddd;
	padding: 3px; margin: 5px;
}
