@import url("screen.css"); /* default gitit screen styles */
@import url("hk-pyg.css"); /* for syntax highlighting */

/* Put your custom style modifications here: */

#content {
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 12pt;
}

#content a[href*="//"]:not([href*="causeprioritization.org"]):after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAV0lEQVR4Xq2QwQ2AAAwC3cmd2Kk7sRP64CEJ9qOX8OPatMc/QKppnEPhTmJh23CLiwAqIw21CybKQ28qQi37WGFYBJcwfJQpP8LlEHKyZMF0IdmF13zlAjZ/6H4wb+mUAAAAAElFTkSuQmCC);
    margin: 0 0 0 2px;
}

#wikipage a { text-decoration: none; }
#wikipage a:link { color: #0645AD; }
#wikipage a:visited { color: #0B0080; }
#wikipage a:hover, #wikipage a:active { text-decoration:underline; }

/* a.footnoteRef {
    text-decoration: none;
}

a.footnoteRef:before {
   content: "["; 
   vertical-align: top;
}

a.footnoteRef:after {
   content: "]"; 
   vertical-align: top;
} */

code {
    background-color: #eee;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
}

pre code {
    display: block;
    line-height: 1.2em;
    max-height: 30em;
    overflow: auto;
    padding: 10px;
}

/* table {
    border-collapse: collapse;
    border-color: #ccc;
    border-width: 1px;
    width: 100%;
}

table th {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

table td {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
} */

table {
  border-collapse: collapse;
  background-color: #f9f9f9;
}

table th {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  padding: 5px 10px;
}

table td {
  border: 1px solid #aaaaaa;
  padding: 5px 10px;
}

blockquote {
    border-left: 4px solid #ccc;
    color: #444;
    margin: 0px;
    padding: 0px 0px 0px 16px; /* top right bottom left */
}

.multicolumn {
    -webkit-columns: 100px 3;
    -moz-columns: 100px 3;
    columns: 100px 3;
}

#footnotediv div {
    text-align: left;
}
