@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

html {
	max-height: 999999px;
	font-size: 62.5%;
}

body {
 background: black;
 color: #ffffff;
 font-family: 'Coda', cursive;
 font-size: 1.6rem;
}

td {
 vertical-align: top;
 padding: 0 10px 5px;
}

a, a:hover, a:visited {
	color: white;
	text-decoration: underline;
}

input[type=button] {
	border: 1px solid silver;
	border-radius: 3px;
	color: white;
	background-color: transparent;
}

input[type=text] {
	border: 1px solid silver;
	border-radius: 3px;
	color: white;
	background-color: transparent;
	width: 80px;
}


label {
  float:left;
  width:70px;
  margin-right:0.5em;
  text-align:left;
  white-space:nowrap;
  clear: left;
}

#list {border-width: 0;}

span.R { color: #83cdef; cursor: pointer;}
span.E { color: #80f85f; cursor: pointer;}

span.Rdel { color: #83cdef; cursor: pointer; text-decoration: line-through;}
span.Edel { color: #80f85f; cursor: pointer; text-decoration: line-through; }

span.E:hover, span.R:hover {text-decoration: underline;}

#alog a { color: yellow; text-decoration: none;}
#alog a:hover { color: yellow; text-decoration: underline;}

.time {
	font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; 
}
