@import url(http://www.gnucitizen.org/styles/screen.css);

/* -------------------- */

#header h1 a {
width: 165px;
height: 20px;
background-image: url(/styles/logo.png);
}

/* -------------------- */

ul.applications-list {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.applications-list li {
display: inline;
}

/* -------------------- */

th {
text-align: right;
font-weight: lighter;
}

td em {
font-size: 80%;
margin-left: 10px;
}

textarea {
width: 300px;
height: 100px;
}

