/* tech-profile.css
 * CSS file for my CV's tech profile
 *
 * This file is copyright © 2005 martin f. krafft <cv@martin-krafft.net>.
 * You may use this file for your own curriculum vitae
 * under the terms of the Artistic License 2.0, provided that you change all
 * personal data. The attribution has to appear only inside a comment, though
 * a brief note and link would be appreciated, if the CV is served as a web
 * page. You can use the screen-only class for this.
 */

@import url(cv.css);

h1, h2, p, table {
  margin-left: 0;
  padding-left: 0;
}

h1, h2 {
  text-align: center;
}

.title {
  margin-bottom: 0;
}

h2 {
  background: transparent;
  font-size: 140%;
  margin: 0 0 1em 0;
  border: none;
}

table {
  width: 100%;
  page-break-inside: avoid;
  border-spacing: 0;
  empty-cells: show;
}

table, th, td {
  border: none;
}

@media screen {
  thead tr {
    background: #ddd;
  }
}

@media print {
  th {
    border-bottom: 2px solid #ddd;
  }
}

th {
  text-align: left;
  font-family: "RotisSemiSerif", "Bitstream Vera Serif", "Times New Roman", Times, serif;
}

td {
  border-bottom: 1px solid #ddd;
}

@media print {
  td {
    font-size: smaller;
  }
}

.online-notes {
  padding-left: 0;
}

a.reference[href="http://debiansystem.info"] {
  font-style: italic;
}

span.level, span.check {
  display: block;
  text-align: center;
}
