body { padding-right: 0 !important; }
form { width: auto; }

input[type=checkbox] { vertical-align: middle; }
input[type=submit] { width: 5em; font-weight: bold; }
input[type=text].rand { width: 2em; }

/* Recent pastes table */
table.recent    { width: 98%; border-collapse: collapse; font-size: smaller;
		  margin-bottom: 1em; }
table.recent td { padding: 0.3em 2px; }

table.recent thead th { font-weight: bold; border-bottom: 1px black solid;
                        text-align: left; }
table.recent tr.odd { background: #eee; }

table.recent .recentnum   { width: 20px; text-align: right; font-family: monospace; }
table.recent .recenttitle { padding-left: 0.5em; }
table.recent .recenttype  { width: 10%; }
table.recent .recentdate  { width: 25%; text-align: right; }

span.pasteinfo { color: #aaa; font-style: italic; }
span.pasteinfo:before { content: " ("; }
span.pasteinfo:after  { content: ")"; }

p.error { color: red; }

form { margin-bottom: 3em; font-size: smaller; }
form textarea { margin-bottom: 1em; }
