/*
 * style.css - cascading style sheet
 *
 * This file is part of the ELD website.
 *
 * date: 11 August 2016
 */

body, table {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 10pt;
   line-height: 15pt;
   text-decoration: none;
   color: #666;
}

h1 {
   margin-top: 0;
}

table, tr, td, th {
   text-align: left;
   padding-left: 0;
   margin-left: 0;
}

table {
   border-collapse: collapse;
}

td {
/* border: 1px solid #336699; */
   vertical-align: top;
}

ol {
   padding-left: 1em;
}

li {
   padding-bottom: 12px;
}

.column1 {
   width: 12em;
}

.email, .domain, .server, .ip, .url, .unc, .path {
   font-family: monospace;
}

.emphasize {
   color: red;
}

.light {
   color: gray;
}

.right {
   text-align: right;
   padding-right: 10px;
}

.spacecol{
   width: 20px;
}

/*
 * end of file
 */
