/* Indirectotron 9000 - Adds intermediate 'hazard warning' clicks to any URI.
 * Copyright (c) 2005-2006 Philip Boulain
 * This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/uk/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
 */

span#version {
 float: right;
 color: #777777;
}

form#resultinglink input {
 font-family: monospace;
 width: 100%;
}
form#resultinglink td.linkboxes {
 width: 100%; /* Opera needs this to encourage table growth */
}

li#testlink {
 font-weight: bold;
}
div#theaddress h2, div#thewarning h2 {
 margin-left: 0.5cm;
}
div#theaddress p, form#resultinglink p {
 font-family: monospace;
 background-color: #cdf;
 border: 1px solid #abd;
 padding: 0.1cm;
 overflow: auto;
 white-space: nowrap; /* Opera and MSIE wrap URLs */
}
div#theaddress p, div#thewarningcontent, div#relativewarning {
 margin-left: 1cm;
}
div#thewarningcontent, div#relativewarning {
 background-color: #fdc;
 border: 1px solid #dba;
 padding: 0.1cm;
}
span#createnewwarning {
 border: 1px solid #adb; /* Try 'bda' (and 'dfc') if your page */
 background-color: #cfd; /* style is less blue than mine       */
 padding: 1px;
}
div#relativewarning {
 padding: 0.2cm;
 text-align: center;
}
div#relativewarning p {
 text-align: center;
}
