Line 5,907: | Line 5,907: | ||
font-size: 20px; | font-size: 20px; | ||
line-height: 37px; | line-height: 37px; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | font-size: 21px; | ||
} | } | ||
Revision as of 16:20, 11 October 2016
/* // 1. Configuration and helpers @import
'abstracts/variables', 'abstracts/functions', 'abstracts/mixins';
- /
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ /**
* 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove the margin in all browsers (opinionated). */
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
/* 1 */ display: block;
}
/**
* Add the correct display in IE 9-. */
audio, canvas, progress, video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7. */
audio:not([controls]) {
display: none; height: 0;
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
vertical-align: baseline;
}
/**
* Add the correct display in IE 10-. * 1. Add the correct display in IE. */
template, [hidden] {
display: none;
}
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */
a:active, a:hover {
outline-width: 0;
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
font-weight: bolder;
}
/**
* Add the correct font style in Android 4.3-. */
dfn {
font-style: italic;
}
/**
* Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
font-size: 2em; margin: 0.67em 0;
}
/**
* Add the correct background and color in IE 9-. */
mark {
background-color: #ff0; color: #000;
}
/**
* Add the correct font size in all browsers. */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub, sup {
font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-. */
img {
border-style: none;
}
/**
* Hide the overflow in IE. */
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {
font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */
}
/**
* Add the correct margin in IE 8. */
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */
}
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */
button, input, select, textarea {
font: inherit; /* 1 */ margin: 0; /* 2 */
}
/**
* Restore the font weight unset by the previous rule. */
optgroup {
font-weight: bold;
}
/**
* Show the overflow in IE. * 1. Show the overflow in Edge. */
button, input {
/* 1 */ overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button, select {
/* 1 */ text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none; padding: 0;
}
/**
* Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
legend {
box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */
}
/**
* Remove the default vertical scrollbar in IE. */
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {
box-sizing: border-box; /* 1 */ padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
-webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari. */
- -webkit-input-placeholder {
color: inherit; opacity: 0.54;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
- -webkit-file-upload-button {
-webkit-appearance: button; /* 1 */ font: inherit; /* 2 */
}
@media print {
.noprint, div#jump-to-nav, .mw-jump, div.top, div#column-one, #colophon, .mw-editsection, .mw-editsection-like, .toctoggle, #toc.tochidden, div#f-poweredbyico, div#f-copyrightico, li#viewcount, li#about, li#disclaimer, li#mobileview, li#privacy, #footer-places, .mw-hidden-catlinks, tr.mw-metadata-show-hide-extended, span.mw-filepage-other-resolutions, #filetoc, .usermessage, .patrollink, #mw-navigation, #siteNotice { display: none; }
.wikitable, .thumb, img { page-break-inside: avoid; }
h2, h3, h4, h5, h6 { page-break-after: avoid; }
p { widows: 3; orphans: 3; }
body { background: white; color: black; margin: 0; padding: 0; }
ul { list-style-type: square; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
dt { font-weight: normal; }
pre, .mw-code { border: 1pt dashed black; white-space: pre; font-size: 8pt; overflow: auto; padding: 1em 0; background: white; color: black; }
#globalWrapper { width: 100% !important; min-width: 0 !important; }
.mw-body { background: white; border: none !important; padding: 0 !important; margin: 0 !important; direction: ltr; color: black; }
#column-content { margin: 0 !important; }
#column-content .mw-body { padding: 1em; margin: 0 !important; }
#toc { border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; display: -moz-inline-block; display: inline-block; display: table; zoom: 1; *display: inline; }
#footer { background: white; color: black; margin-top: 1em; border-top: 1px solid #AAA; direction: ltr; }
img { border: none; vertical-align: middle; }
span.texhtml { font-family: serif; }
a.stub, a.new { color: #ba0000; text-decoration: none; }
a { color: black !important; background: none !important; padding: 0 !important; }
.mw-body a.external.text:after, .mw-body a.external.autonumber:after { content: " (" attr(href) ")"; }
.mw-body a.external.text[href^='//']:after, .mw-body a.external.autonumber[href^='//']:after { content: " (https:" attr(href) ")"; }
a, a.external, a.new, a.stub { color: black !important; text-decoration: none !important; }
a, a.external, a.new, a.stub { color: inherit !important; text-decoration: inherit !important; }
div.floatright { float: right; clear: right; position: relative; margin: 0.5em 0 0.8em 1.4em; }
div.floatright p { font-style: italic; }
div.floatleft { float: left; clear: left; position: relative; margin: 0.5em 1.4em 0.8em 0; }
div.floatleft p { font-style: italic; }
div.center { text-align: center; }
div.thumb { border: none; width: auto; margin-top: 0.5em; margin-bottom: 0.8em; background-color: transparent; }
div.thumbinner { border: 1px solid #cccccc; padding: 3px !important; background-color: White; font-size: 94%; text-align: center; overflow: hidden; }
html .thumbimage { border: 1px solid #cccccc; }
html .thumbcaption { border: none; text-align: left; line-height: 1.4em; padding: 3px !important; font-size: 94%; }
div.magnify { display: none; }
div.tright { float: right; clear: right; margin: 0.5em 0 0.8em 1.4em; }
div.tleft { float: left; clear: left; margin: 0.5em 1.4em 0.8em 0; }
img.thumbborder { border: 1px solid #dddddd; }
li.gallerybox { vertical-align: top; display: inline-block; }
ul.gallery, li.gallerybox { zoom: 1; *display: inline; }
ul.gallery { margin: 2px; padding: 2px; display: block; }
li.gallerycaption { font-weight: bold; text-align: center; display: block; word-wrap: break-word; }
li.gallerybox div.thumb { text-align: center; border: 1px solid #ccc; margin: 2px; }
div.gallerytext { overflow: hidden; font-size: 94%; padding: 2px 4px; word-wrap: break-word; }
table.diff { background: white; }
td.diff-otitle { background: #ffffff; }
td.diff-ntitle { background: #ffffff; }
td.diff-addedline { background: #ccffcc; font-size: smaller; border: solid 2px black; }
td.diff-deletedline { background: #ffffaa; font-size: smaller; border: dotted 2px black; }
td.diff-context { background: #eeeeee; font-size: smaller; }
.diffchange { color: silver; font-weight: bold; text-decoration: underline; }
table.wikitable, table.mw_metadata { margin: 1em 0; border: 1px #aaa solid; background: white; border-collapse: collapse; }
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, .mw_metadata th, .mw_metadata td { border: 1px #aaa solid; padding: 0.2em; }
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th { text-align: center; background: white; font-weight: bold; }
table.wikitable > caption, .mw_metadata caption { font-weight: bold; }
table.listing, table.listing td { border: 1pt solid black; border-collapse: collapse; }
a.sortheader { margin: 0 0.3em; }
.catlinks ul { display: inline; margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none; vertical-align: middle; }
.catlinks li { display: inline-block; line-height: 1.15em; padding: 0 .4em; border-left: 1px solid #AAA; margin: 0.1em 0; zoom: 1; display: inline; }
.catlinks li:first-child { padding-left: .2em; border-left: none; }
.printfooter { padding: 1em 0 1em 0; }
} @media screen {
.mw-content-ltr { direction: ltr; }
.mw-content-rtl { direction: rtl; }
.sitedir-ltr textarea, .sitedir-ltr input { direction: ltr; }
.sitedir-rtl textarea, .sitedir-rtl input { direction: rtl; }
.mw-userlink { unicode-bidi: embed; }
mark { background-color: yellow; color: black; }
wbr { display: inline-block; }
input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] { direction: ltr; }
textarea[dir="ltr"], input[dir="ltr"] { direction: ltr; }
textarea[dir="rtl"], input[dir="rtl"] { direction: rtl; }
abbr[title], .explain[title] { border-bottom: 1px dotted; cursor: help; }
.mw-plusminus-pos { color: #006400; }
.mw-plusminus-neg { color: #8b0000; }
.mw-plusminus-null { color: #aaa; }
.allpagesredirect, .redirect-in-category, .watchlistredir { font-style: italic; }
span.comment { font-style: italic; }
span.changedby { font-size: 95%; }
.texvc { direction: ltr; unicode-bidi: embed; }
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }
#wikiPreview.ontop { margin-bottom: 1em; }
#editform, #toolbar, #wpTextbox1 { clear: both; }
div.mw-filepage-resolutioninfo { font-size: smaller; }
h2#filehistory { clear: both; }
table.filehistory th, table.filehistory td { vertical-align: top; }
table.filehistory th { text-align: left; }
table.filehistory td.mw-imagepage-filesize, table.filehistory th.mw-imagepage-filesize { white-space: nowrap; }
table.filehistory td.filehistory-selected { font-weight: bold; }
.filehistory a img, #file img:hover { background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC) repeat; background: white url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/checker.png?2014-12-17T20:11:40Z) repeat; }
li span.deleted, span.history-deleted { text-decoration: line-through; color: #888; font-style: italic; }
.not-patrolled { background-color: #ffa; }
.unpatrolled { font-weight: bold; color: red; }
div.patrollink { font-size: 75%; text-align: right; }
td.mw-label { text-align: right; }
td.mw-input { text-align: left; }
td.mw-submit { text-align: left; }
td.mw-label { vertical-align: top; }
.prefsection td.mw-label { width: 20%; }
.prefsection table { width: 100%; }
.prefsection table.mw-htmlform-matrix { width: auto; }
.mw-icon-question { background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/question.png?2014-12-17T20:11:40Z); background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIxLjA1OSIgaGVpZ2h0PSIyMS4wNiI+PHBhdGggZmlsbD0iIzU3NTc1NyIgZD0iTTEwLjUyOSAwYy01LjgxNCAwLTEwLjUyOSA0LjcxNC0xMC41MjkgMTAuNTI5czQuNzE1IDEwLjUzIDEwLjUyOSAxMC41M2M1LjgxNiAwIDEwLjUyOS00LjcxNSAxMC41MjktMTAuNTNzLTQuNzEyLTEwLjUyOS0xMC41MjktMTAuNTI5em0tLjAwMiAxNi43NjdjLS44NjEgMC0xLjQ5OC0uNjg4LTEuNDk4LTEuNTE2IDAtLjg2Mi42MzctMS41MzQgMS40OTgtMS41MzQuODI4IDAgMS41LjY3MiAxLjUgMS41MzQgMCAuODI3LS42NzIgMS41MTYtMS41IDEuNTE2em0yLjEzNy02LjUxMmMtLjcyMy41NjgtMSAuOTMxLTEgMS43Mzl2LjVoLTIuMjA1di0uNjAzYzAtMS41MTcuNDQ5LTIuMTM2IDEuMTU0LTIuNjg4LjcwNy0uNTUyIDEuMTM5LS44NDUgMS4xMzktMS42MzcgMC0uNjcyLS40MTQtMS4wNTEtMS4yNC0xLjA1MS0uNzA3IDAtMS4zMjguMTg5LTEuOTgyLjYzOGwtMS4wNTEtMS44MDdjLjg2MS0uNjA0IDEuOTMtMS4wMzQgMy4zNDItMS4wMzQgMS45MTIgMCAzLjUxNiAxLjA1MSAzLjUxNiAzLjA2Ni0uMDAxIDEuNDMtLjc5NCAyLjE4OC0xLjY3MyAyLjg3N3oiLz48L3N2Zz4=); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/question.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIxLjA1OSIgaGVpZ2h0PSIyMS4wNiI+PHBhdGggZmlsbD0iIzU3NTc1NyIgZD0iTTEwLjUyOSAwYy01LjgxNCAwLTEwLjUyOSA0LjcxNC0xMC41MjkgMTAuNTI5czQuNzE1IDEwLjUzIDEwLjUyOSAxMC41M2M1LjgxNiAwIDEwLjUyOS00LjcxNSAxMC41MjktMTAuNTNzLTQuNzEyLTEwLjUyOS0xMC41MjktMTAuNTI5em0tLjAwMiAxNi43NjdjLS44NjEgMC0xLjQ5OC0uNjg4LTEuNDk4LTEuNTE2IDAtLjg2Mi42MzctMS41MzQgMS40OTgtMS41MzQuODI4IDAgMS41LjY3MiAxLjUgMS41MzQgMCAuODI3LS42NzIgMS41MTYtMS41IDEuNTE2em0yLjEzNy02LjUxMmMtLjcyMy41NjgtMSAuOTMxLTEgMS43Mzl2LjVoLTIuMjA1di0uNjAzYzAtMS41MTcuNDQ5LTIuMTM2IDEuMTU0LTIuNjg4LjcwNy0uNTUyIDEuMTM5LS44NDUgMS4xMzktMS42MzcgMC0uNjcyLS40MTQtMS4wNTEtMS4yNC0xLjA1MS0uNzA3IDAtMS4zMjguMTg5LTEuOTgyLjYzOGwtMS4wNTEtMS44MDdjLjg2MS0uNjA0IDEuOTMtMS4wMzQgMy4zNDItMS4wMzQgMS45MTIgMCAzLjUxNiAxLjA1MSAzLjUxNiAzLjA2Ni0uMDAxIDEuNDMtLjc5NCAyLjE4OC0xLjY3MyAyLjg3N3oiLz48L3N2Zz4=); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/question.svg?2014-12-17T20:11:40Z); background-repeat: no-repeat; background-size: 13px 13px; display: inline-block; height: 13px; width: 13px; margin-left: 4px; }
.mw-icon-question:lang(ar), .mw-icon-question:lang(fa), .mw-icon-question:lang(ur) { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
td.mw-submit { white-space: nowrap; }
table.mw-htmlform-nolabel td.mw-label { width: 1px; }
tr.mw-htmlform-vertical-label td.mw-label { text-align: left !important; }
.mw-htmlform-invalid-input td.mw-input input { border-color: red; }
.mw-htmlform-flatlist div.mw-htmlform-flatlist-item { display: inline; margin-right: 1em; white-space: nowrap; }
.mw-htmlform-matrix td { padding-left: 0.5em; padding-right: 0.5em; }
input#wpSummary { width: 80%; margin-bottom: 1em; }
.mw-content-ltr .thumbcaption { text-align: left; }
.mw-content-ltr .magnify { float: right; }
.mw-content-rtl .thumbcaption { text-align: right; }
.mw-content-rtl .magnify { float: left; }
#catlinks { text-align: left; }
.catlinks ul { display: inline; margin: 0; padding: 0; list-style: none; list-style-type: none; list-style-image: none; vertical-align: middle; }
.catlinks li { display: inline-block; line-height: 1.25em; border-left: 1px solid #AAA; margin: 0.125em 0; padding: 0 0.5em; zoom: 1; display: inline; }
.catlinks li:first-child { padding-left: 0.25em; border-left: none; }
.catlinks li a.mw-redirect { font-style: italic; }
.mw-hidden-cats-hidden { display: none; }
.catlinks-allhidden { display: none; }
p.mw-ipb-conveniencelinks, p.mw-protect-editreasons, p.mw-filedelete-editreasons, p.mw-delete-editreasons, p.mw-revdel-editreasons, p.mw-upload-editlicenses { font-size: 90%; text-align: right; }
.autocomment { color: gray; }
#pagehistory .history-user { margin-left: 0.4em; margin-right: 0.2em; }
#pagehistory span.minor { font-weight: bold; }
#pagehistory li { border: 1px solid white; }
#pagehistory li.selected { background-color: #f9f9f9; border: 1px dashed #aaa; }
.mw-history-revisiondelete-button, #mw-fileduplicatesearch-icon { float: right; }
.newpage, .minoredit, .botedit { font-weight: bold; }
#shared-image-dup, #shared-image-conflict { font-style: italic; }
div.mw-warning-with-logexcerpt { padding: 3px; margin-bottom: 3px; border: 2px solid #2F6FAB; clear: both; }
div.mw-warning-with-logexcerpt ul li { font-size: 90%; }
span.mw-revdelundel-link, strong.mw-revdelundel-link { font-size: 90%; }
span.mw-revdelundel-hidden, input.mw-revdelundel-hidden { visibility: hidden; }
td.mw-revdel-checkbox, th.mw-revdel-checkbox { padding-right: 10px; text-align: center; }
a.new { color: #BA0000; }
a.feedlink { background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/feed-icon.png?2014-12-17T20:11:40Z); background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9Ii4wODUiIHkxPSIuMDg1IiB4Mj0iLjkxNSIgeTI9Ii45MTUiIGlkPSJhIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNFMzcwMkQiLz48c3RvcCBvZmZzZXQ9Ii4xMDciIHN0b3AtY29sb3I9IiNFQTdEMzEiLz48c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iI0Y2OTUzNyIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNGQjlFM0EiLz48c3RvcCBvZmZzZXQ9Ii43MDIiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCBvZmZzZXQ9Ii44ODciIHN0b3AtY29sb3I9IiNERTY0MkIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEOTVCMjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgcng9IjU1IiByeT0iNTUiIGZpbGw9IiNDQzVEMTUiLz48cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiIHk9IjUiIGZpbGw9IiNGNDlDNTIiLz48cmVjdCB3aWR0aD0iMjM2IiBoZWlnaHQ9IjIzNiIgcng9IjQ3IiByeT0iNDciIHg9IjEwIiB5PSIxMCIgZmlsbD0idXJsKCNhKSIvPjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik0xNjAgMjEzaC0zNGE4MiA4MiAwIDAgMC04Mi04MnYtMzRhMTE2IDExNiAwIDAgMSAxMTYgMTE2ek0xODQgMjEzYTE0MCAxNDAgMCAwIDAtMTQwLTE0MHYtMzVhMTc1IDE3NSAwIDAgMSAxNzUgMTc1eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/feed-icon.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyOCIgaGVpZ2h0PSIxMjgiIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgeDE9Ii4wODUiIHkxPSIuMDg1IiB4Mj0iLjkxNSIgeTI9Ii45MTUiIGlkPSJhIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNFMzcwMkQiLz48c3RvcCBvZmZzZXQ9Ii4xMDciIHN0b3AtY29sb3I9IiNFQTdEMzEiLz48c3RvcCBvZmZzZXQ9Ii4zNSIgc3RvcC1jb2xvcj0iI0Y2OTUzNyIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNGQjlFM0EiLz48c3RvcCBvZmZzZXQ9Ii43MDIiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCBvZmZzZXQ9Ii44ODciIHN0b3AtY29sb3I9IiNERTY0MkIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEOTVCMjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgcng9IjU1IiByeT0iNTUiIGZpbGw9IiNDQzVEMTUiLz48cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiIHk9IjUiIGZpbGw9IiNGNDlDNTIiLz48cmVjdCB3aWR0aD0iMjM2IiBoZWlnaHQ9IjIzNiIgcng9IjQ3IiByeT0iNDciIHg9IjEwIiB5PSIxMCIgZmlsbD0idXJsKCNhKSIvPjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik0xNjAgMjEzaC0zNGE4MiA4MiAwIDAgMC04Mi04MnYtMzRhMTE2IDExNiAwIDAgMSAxMTYgMTE2ek0xODQgMjEzYTE0MCAxNDAgMCAwIDAtMTQwLTE0MHYtMzVhMTc1IDE3NSAwIDAgMSAxNzUgMTc1eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/feed-icon.svg?2014-12-17T20:11:40Z); background-position: center left; background-repeat: no-repeat; background-size: 12px 12px; padding-left: 16px; }
.plainlinks a.external { background: none !important; padding: 0 !important; }
.rtl a.external.free, .rtl a.external.autonumber { direction: ltr; unicode-bidi: embed; }
table.wikitable { margin: 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; color: black; }
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { border: 1px #aaa solid; padding: 0.2em; }
table.wikitable > tr > th, table.wikitable > * > tr > th { background-color: #f2f2f2; text-align: center; }
table.wikitable > caption { font-weight: bold; }
.error, .warning, .success { font-size: larger; }
.error { color: #cc0000; }
.warning { color: #705000; }
.success { color: #009000; }
.errorbox, .warningbox, .successbox { border: 1px solid; padding: .5em 1em; margin-bottom: 1em; display: -moz-inline-block; display: inline-block; zoom: 1; *display: inline; }
.errorbox h2, .warningbox h2, .successbox h2 { font-size: 1em; color: inherit; font-weight: bold; display: inline; margin: 0 .5em 0 0; border: none; }
.errorbox { color: #cc0000; border-color: #fac5c5; background-color: #fae3e3; }
.warningbox { color: #705000; border-color: #fde29b; background-color: #fdf1d1; }
.successbox { color: #009000; border-color: #b7fdb5; background-color: #e1fddf; }
.mw-infobox { border: 2px solid #ff7f00; margin: 0.5em; clear: left; overflow: hidden; }
.mw-infobox-left { margin: 7px; float: left; width: 35px; }
.mw-infobox-right { margin: 0.5em 0.5em 0.5em 49px; }
.previewnote { color: #c00; margin-bottom: 1em; }
.previewnote p { text-indent: 3em; margin: 0.8em 0; }
.visualClear { clear: both; }
.mw-datatable { border-collapse: collapse; }
.mw-datatable, .mw-datatable td, .mw-datatable th { border: 1px solid #aaaaaa; padding: 0 0.15em 0 0.15em; }
.mw-datatable th { background-color: #ddddff; }
.mw-datatable td { background-color: #ffffff; }
.mw-datatable tr:hover td { background-color: #eeeeff; }
ul#filetoc { text-align: center; border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; margin-bottom: 0.5em; margin-left: 0; margin-right: 0; }
#filetoc li { display: inline; list-style-type: none; padding-right: 2em; }
table.mw_metadata { font-size: 0.8em; margin-left: 0.5em; margin-bottom: 0.5em; width: 400px; }
table.mw_metadata caption { font-weight: bold; }
table.mw_metadata th { font-weight: normal; }
table.mw_metadata td { padding: 0.1em; }
table.mw_metadata { border: none; border-collapse: collapse; }
table.mw_metadata td, table.mw_metadata th { text-align: center; border: 1px solid #aaaaaa; padding-left: 5px; padding-right: 5px; }
table.mw_metadata th { background-color: #f9f9f9; }
table.mw_metadata td { background-color: #fcfcfc; }
table.mw_metadata ul.metadata-langlist { list-style-type: none; list-style-image: none; padding-right: 5px; padding-left: 5px; margin: 0; }
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { margin: 0.3em 0 0 1.6em; padding: 0; }
.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul { margin: 0.3em 1.6em 0 0; padding: 0; }
.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol { margin: 0.3em 0 0 3.2em; padding: 0; }
.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol { margin: 0.3em 3.2em 0 0; padding: 0; }
.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd { margin-left: 1.6em; margin-right: 0; }
.mw-content-rtl dd, .mw-content-ltr .mw-content-rtl dd { margin-right: 1.6em; margin-left: 0; }
li.gallerybox { vertical-align: top; display: -moz-inline-box; display: inline-block; }
ul.gallery, li.gallerybox { zoom: 1; *display: inline; }
ul.gallery { margin: 2px; padding: 2px; display: block; }
li.gallerycaption { font-weight: bold; text-align: center; display: block; word-wrap: break-word; }
li.gallerybox div.thumb { text-align: center; border: 1px solid #ccc; background-color: #f9f9f9; margin: 2px; }
li.gallerybox div.thumb img { display: block; margin: 0 auto; }
div.gallerytext { overflow: hidden; font-size: 94%; padding: 2px 4px; word-wrap: break-word; }
ul.mw-gallery-nolines li.gallerybox div.thumb { background-color: transparent; border: none; }
ul.mw-gallery-nolines li.gallerybox div.gallerytext { text-align: center; }
ul.mw-gallery-packed li.gallerybox div.thumb, ul.mw-gallery-packed-overlay li.gallerybox div.thumb, ul.mw-gallery-packed-hover li.gallerybox div.thumb { background-color: transparent; border: none; }
ul.mw-gallery-packed li.gallerybox div.thumb img, ul.mw-gallery-packed-overlay li.gallerybox div.thumb img, ul.mw-gallery-packed-hover li.gallerybox div.thumb img { margin: 0 auto; }
ul.mw-gallery-packed-hover li.gallerybox, ul.mw-gallery-packed-overlay li.gallerybox { position: relative; }
ul.mw-gallery-packed-hover div.gallerytextwrapper { overflow: hidden; height: 0; }
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper { position: absolute; background: white; background: rgba(255, 255, 255, 0.8); padding: 5px 10px; bottom: 0; left: 0; height: auto; font-weight: bold; margin: 2px; }
ul.mw-gallery-packed-hover, ul.mw-gallery-packed-overlay, ul.mw-gallery-packed { text-align: center; }
.mw-ajax-loader { background-image: url(data:image/gif;base64,R0lGODlhIAAgAOMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBP///////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAAIAAgAAAE5/DJSWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBk+EDskxTBDPZwuAkkqIfxIQyhBQBFvHwSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5g/qXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQFCgAPACwAAAAAGAAXAAAEcvDJSesiNetplqlDsYnUYlIGw2jGV55SoS5sq0wmLS3qoBWtAw42mG0ehxYp90CoGKRNy8U8qFzNweCGwlJkgolCq0VIEAbMkUIghxLrDcLti2/Gg7D9qN774wkKBIOEfw+ChIV/gYmDho+QkZKTR3p7EQAh+QQFCgAPACwBAAAAHQAOAAAEcvDJSScxNev9jjkZwU2IUhkodSzLKA2DOKGYRLD1CA/InEoGlkui2PlyuKGkADM9aI8EayGbJDYI4zM1YIEmAwajkCAoehNmTNNaLsQMHmGuuEYHgpHAAGfUBHNzeUp9VBQJCoFOLmFxWHNoQweRWEocEQAh+QQFCgAPACwHAAAAGQARAAAEavDJ+cQQNOtdRsnf9iRINpyZYYgEgU3nQKnr1hIJjEqHGmqIlkInexRUB5FE0So9YhKaUpK4SaAPlWaxIFAETQ3B4BxzF2Kn8nBeJKebdm3SgksKXDt8kNP7/xoMgoMLP36DiAyAD4kMhREAIfkEBQoADwAsDgAAABIAGAAABGUQFfSqvZiUghXF1cZZxTCA4WYh5omKVqugD/woLV2rT/u9KoJpFDIYaIJBwnIwGogoivOoq0wPs6r1qe16v5WFeEzVjc+LKnphIIC9g193wGC4uvX6Aoo05BllVQULeXdadAxuEQAh+QQFCgAPACwOAAAAEgAeAAAEgDCp9Kq9WBGFBb5ECBbFV4XERaYmahGk14qPQJbm4z53foq2AquiGAwQJsQQYTRyfIlCc4DzTY8+i8CZxQy74KxhTD58P+S0Qaw+hN8WyruwWMDrdcM5ecAv3CYDDDIEBngmBwwMaxeGJgmKDFVdggx2bwuKA28EkXAGinJhVCYRACH5BAUKAA8ALA8AAQARAB8AAAR88Mn5UKIYC0KyT5ziZQqHjBQSohRHXGzFCSkHU/eTlCa7uTSUi6DIeVSEU0yiXDo9g6i0EIRKr6hrlPrsOgkGQ8EZDh+eZcOosKAcymPKYLE4TwphCWMvoS86HnsME3RqgXwSBnQjghR+h4MTB4sZjRiAGAsMbU4FDHFLEQAh+QQFCgAPACwIAA4AGAASAAAEbPDJSesjOKtk+8yg4nkgto1oihIqKgyD2FpwjcxUUtRDMROG2wPBkz0EjEHHYKgoYMKHgcE4PBZYCbM5KlAZHOxCUmBaPQuq8pqVHJg+GnUsEVO2nTQjzqZPmB1UXHVtE3wVOxUGC4M4H34qEQAh+QQFCgAPACwCABIAHQAOAAAEePDJSat96FJ0tEUEkV0DwwwepYSEklDEYpopJbCEIBkzY+geweD1SKxCiJJpUZAgmBbCYNCcIFaJggk1OSwWKINYMh2MLMRJ7LsbPxTl2sTAbhsmhalC/vje7VZxNXQLBHNuEnlcKV8dh38TCmcehhUHBo58cpA1EQAh+QQFCgAPACwAAA8AGQARAAAEZ7AsRuu7OOtbO9tgJnlfaJ7omQwpuixFCxrvK2dHvRwoQmw1w+8i3PgIggzBpjEYLoPohUBNoJzPR5T1OCpOB2dMK70oqIhQwcmDlh8J6nCDzWwzAmrIqblnEFZqGgUDYzcaAgNJGxEAIfkEBQoADwAsAQAIABEAGAAABFyQMDaevfiOyVbJ4GNwjCGEWLGQaLZRbYZUcW3feK7vaGEYNsXh96sRgYiW73e4JAYn0O9zKQwGhAdhi5pdLdts6DpQgLkgBfkSHl+TZ7ELi2mDEHKLgmC+JRQJEQAh+QQFCgAPACwAAAIADgAdAAAEcvDJ+cqgeDJmMt4M4U3DtozTsl1oASJpRxnbkS6LIT4Cw0oHHO4A8xAMwhPqgSssH4nnknAwWK+Zq1ZGoW650vAOpRgMBCOEee2xrAtRTNlcQEsI8Yd6oKAICARFHgmAYx4KgIIZCIB9ZIB5RgR2KAmKEQA7); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/ajax-loader.gif?2014-12-17T20:11:40Z); background-position: center center; background-repeat: no-repeat; padding: 16px; position: relative; top: -16px; }
.mw-small-spinner { padding: 10px !important; margin-right: 0.6em; background-image: url(data:image/gif;base64,R0lGODlhFAAUAIQQAAYJBRkbGCYnJTI0MT9APk5QTVhZV2ZoZXR2c4SGg5CSj52fnKyuq7m7uMfJxtPV0v///////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAAFAAUAAAFc2AgjuNQkCipHCMAiI6TjoWAiG7gNM08CgTca+cbGWyBXEMm6okMJxGBNWLuGo8ngWBY+HgxlIFwm4VnimKKkWgn1Dzwwv0uxpfqfJWZ2p1hV0VXTA9gMCRETXxOOj08jXxfMo+NcHiUgT5nlAFZejqRKCEAIfkECQoADAAsAAAAABQAFAAABXYgI45jcZAouSSjIIjDkI4HwTJBIALvLBIFUY4xAPhoA1ZAcAjIRI2RQlFCkIIMR6PxEC0UiYXDt3WMSdOFz0w+prTb6DHeMNPd9LN7n9WjtGwjdnIzcGeGIn5aI3WMglFbWY14kHKLR4AMkZKEb2ebDF18fUchACH5BAkKAAEALAAAAAAUABQAAAV6YCCO44GQKOkw40CIxZuKi9KIwyAK8hwkCpyOIPCNFglWTjEojAgJkeMmUixIhiABADhIGw3HwycACLyqsI+ATo2NqCmY6puH5WC43QHvjxx8M3KBUnJGgyIPYIGEAVMjaiJ0j3lTjTN5eQGadWqainQpgJJ0b36jPiEAIfkECQoAAQAsAAAAABQAFAAABXVgII7jwpAo+TxjkoiGkY5OwwauSBTz2DSinIHQozUcuISCIIMpRDUfcoRYBAwCwQH6c9xSBAEBgapNUwfy7Fs0/oBFgBwwqL3bcwCvzYeey10qdkV2Uw+BAX9RIkc+RgE/iY1tkZGSlI2Wgz0OU5YBbG2dRSEAIfkECQoACAAsAAAAABQAFAAABXcgIo4j05Ao+TjjsohuOjoNi8RIoshjDb+KBG/mczUUL9EhSevZYKwDgSBE0GoPXmFgqBKfqIMXlR2iro3TMCBgF9BqXpt9MKPGJAeYRAhw81dDAwAAAyIPaTZgTSIChiJxTWlWPmaTk5SWPpiBPHqQcWV2VnskIQAh+QQJCgABACwAAAAAFAAUAAAFemAgjqPjkCj5nGLTiAyTlg3rios8t/bLLDvayeXIjRYsx4tHcjwCi0RCp6w9Z4qEQifcxXbXYNN1Cw7Og0O1vEMTEGKUYmfaGQaEQ7O6WxQEAwUiD0QiLCIEAiMEBCNLAUoBNwcAA3E3ZQIAYoVllI10PSMHCXGGhykhACH5BAkKAAEALAAAAAAUABQAAAV3YCCOo+OQKPmcYtOIZlo2T/sGDSvjrBs4t90vh6MRYbXh6Igc0mAuRzIV1UGtpJhsKpy5grKEOLEAfrvjBKOLUuy0KQTBkMiadwsDYS56RGEkBwQjBQZLMwEAAAEIAoZdPooiBAKQRJKMAgVCWpgBB25sAQUDQiEAIfkECQoAEAAsAAAAABQAFAAABXsgJI6j45Ao+Zxi04hmWjZP+0INK+OsCzm33S+HoxFhteHoiBzSYC5HMhXVQa2kmGwqnLmCsm8O+O2KseadNrVQKBhZsnqRSChEj6iIQEIURm5LIwMBCAIBEAkDB10QAAIQAYgQBnxChyKYiQSMOwKQEJ8jCQuNIgd/OyEAIfkECQoAHwAsAAAAABQAFAAABXzgJ46j45Ao+Zxi04hmWjZP+34NK+Os+zm33S+HoxFhteHoiBzSYC5HMhXVQa2kmGwqnLmCsm8O+O2KsV0u6UDYAbWigwAg2K2iIgMAMPgsDCQMCkssCW0iBQMKA30MCQtdHwNtjCILCV0EfZKbDY9CBAUimiMMaDIIgDshACH5BAkKAB8ALAAAAAAUABQAAAV44CeOo+OQKPmcYtOIZlo2T/t+DSvjrPs5t90vh6MRYbXh6Igc0mAuRzIV1UGtpJhsKhwVAGBA1xUdhMVCMrMr4pIQhx1QK0IQBITdKio6CAQFHwsIWUFHCoEiBgQKCQlDWCkEgY5QXQV5H5WQQgWJmx8PbjsMC0IhACH5BAkKAB8ALAAAAAAUABQAAAV14CeOo+OQKPmcYtO0bwo/cC3b7pffotOcrsevRPsMBKMh8eNrFAcBwEBxczlRUMLNdEvwUgWAGPC1/gZjMs9c/I7aqMRh62KJEoZB4bay3gkEcw4LJD5JMQtzIgsKfj52XVQ7OzcKVDoxQjEyCoSYb3A8XDchACH5BAEKAB8ALAAAAAAUABQAAAV64CeOo+OQKJkcY9OIZjoSAPu5Ii6LgJC/jtdONKjdGo/GCfYQEQYjAYHkaAaVosJgUFjsXDHS07ALpxTDFOK5TbvAh217+MamSU0Zg1FWLkUMCgloMg9XSwwJCV6GVEI3Sw5eMEg4QX9fJzo6X0I6SZgoYZwPeXdmKSEAOw==); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/spinner.gif?2014-12-17T20:11:40Z); background-position: center center; background-repeat: no-repeat; }
h1:lang(anp), h1:lang(as), h1:lang(bh), h1:lang(bho), h1:lang(bn), h1:lang(gu), h1:lang(hi), h1:lang(kn), h1:lang(ks), h1:lang(ml), h1:lang(mr), h1:lang(my), h1:lang(mai), h1:lang(ne), h1:lang(new), h1:lang(or), h1:lang(pa), h1:lang(pi), h1:lang(sa), h1:lang(ta), h1:lang(te) { line-height: 1.6em !important; }
h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp), h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as), h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho), h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh), h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn), h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu), h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi), h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn), h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks), h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml), h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr), h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my), h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai), h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne), h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new), h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or), h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa), h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi), h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa), h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta), h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) { line-height: 1.2em; }
ol:lang(bcc) li, ol:lang(bqi) li, ol:lang(fa) li, ol:lang(glk) li, ol:lang(kk-arab) li, ol:lang(mzn) li { list-style-type: -moz-persian; list-style-type: persian; }
ol:lang(ckb) li { list-style-type: -moz-arabic-indic; list-style-type: arabic-indic; }
ol:lang(hi) li, ol:lang(mr) li { list-style-type: -moz-devanagari; list-style-type: devanagari; }
ol:lang(as) li, ol:lang(bn) li { list-style-type: -moz-bengali; list-style-type: bengali; }
ol:lang(or) li { list-style-type: -moz-oriya; list-style-type: oriya; }
#toc ul, .toc ul { margin: 0.3em 0; }
.mw-content-ltr .toc ul, .mw-content-ltr #toc ul, .mw-content-rtl .mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr #toc ul { text-align: left; }
.mw-content-rtl .toc ul, .mw-content-rtl #toc ul, .mw-content-ltr .mw-content-rtl .toc ul, .mw-content-ltr .mw-content-rtl #toc ul { text-align: right; }
.mw-content-ltr .toc ul ul, .mw-content-ltr #toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr #toc ul ul { margin: 0 0 0 2em; }
.mw-content-rtl .toc ul ul, .mw-content-rtl #toc ul ul, .mw-content-ltr .mw-content-rtl .toc ul ul, .mw-content-ltr .mw-content-rtl #toc ul ul { margin: 0 2em 0 0; }
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { direction: ltr; }
.mw-help-field-hint { display: none; margin-left: 2px; margin-bottom: -8px; padding: 0 0 0 15px; background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAP///01NTZOTk1lZWefn57i4uJSUlPPz82VlZdDQ0HFxcaysrNvb28TExAAAAAAAACH5BAAAAAAALAAAAAALAAsAAAQrUIRJqQQ455nNNBgHJANBDAwgZsVwqIG2IEQYYwXy2lq/Kg3NqqeSVCqCCAA7); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/help-question.gif?2014-12-17T20:11:40Z); background-position: left center; background-repeat: no-repeat; cursor: pointer; font-size: .8em; text-decoration: underline; color: #0645ad; }
.mw-help-field-hint:hover { background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAAtop+7z+GCWwpW51oStz8rb6yZzrafF3bnR5Nzn8QBcoD91oABQmf///wAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE5NkQ0QUQzRjI0NzRCNUQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBN0FFQTQwQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBN0FFQTNGQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkM3RjExNzQwNzIwNjgxMTk1RkVBQ0ZBOEQxNTU5MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMTk2RDRBRDNGMjQ3NEI1RDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACwALAAAEK3CxSalsOOeZxRQY1yBKkihFI2aDEqiMRgBJGGMD8NpavxoHzaqnklQqiwgAOw==); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.legacy/images/help-question-hover.gif?2014-12-17T20:11:40Z); }
.mw-help-field-data { display: block; background-color: #d6f3ff; padding: 5px 8px 4px 8px; border: 1px solid #5dc9f4; margin-left: 20px; }
#mw-clearyourcache, #mw-sitecsspreview, #mw-sitejspreview, #mw-usercsspreview, #mw-userjspreview { direction: ltr; unicode-bidi: embed; }
.diff-currentversion-title, .diff { direction: ltr; unicode-bidi: embed; }
.diff-contentalign-right td { direction: rtl; unicode-bidi: embed; }
.diff-contentalign-left td { direction: ltr; unicode-bidi: embed; }
.diff-multi, .diff-otitle, .diff-ntitle, .diff-lineno { direction: ltr !important; unicode-bidi: embed; }
#mw-revision-info, #mw-revision-info-current, #mw-revision-nav { direction: ltr; display: inline; }
div.tright, div.floatright, table.floatright { clear: right; float: right; }
div.tleft, div.floatleft, table.floatleft { float: left; clear: left; }
div.floatright, table.floatright, div.floatleft, table.floatleft { position: relative; }
#mw-credits a { unicode-bidi: embed; }
.mw-jump, #jump-to-nav { overflow: hidden; height: 0; zoom: 1; }
.printfooter { display: none; }
.xdebug-error { position: absolute; z-index: 99; }
.mw-editsection, .toctoggle, #jump-to-nav { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.mw-editsection, .mw-editsection-like { font-size: small; font-weight: normal; margin-left: 1em; vertical-align: baseline; line-height: 1em; display: inline-block; }
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { margin-left: 1em; }
.mw-content-rtl .mw-editsection, .mw-content-ltr .mw-content-rtl .mw-editsection { margin-right: 1em; }
sup, sub { line-height: 1; }
} @media screen {
.mw-body a.external, .link-https { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDEuNDcsMjU5LjQsNywwLDAsNy0yLTItMywyLDAtMSwzLTIuMjUsMSwxLDAtMy43NS0zLjc1LDAsMSwxLTIuMjUsMy0xLDAsMi0zeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzMzNjZiYjsiIGQ9Im00My40NywyNjEuNC01LDAsMCw4LDgsMCwwLTUtMSwwLDAsNC02LDAsMC02LDQsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDAuNTUsMjYzLjljMC0wLjYyMTMsMC42MjEzLTAuNjIxMywwLjYyMTMtMC42MjEzLDEuODY0LDAuNjIxMywzLjEwNywxLjg2NCwzLjcyOCwzLjcyOCwwLDAsMCwwLjYyMTMtMC42MjEzLDAuNjIxMy0xLjI0My0xLjg2NC0xLjg2NC0yLjQ4NS0zLjcyOC0zLjcyOHoiLz4KPC9nPgo8L3N2Zz4K); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDEuNDcsMjU5LjQsNywwLDAsNy0yLTItMywyLDAtMSwzLTIuMjUsMSwxLDAtMy43NS0zLjc1LDAsMSwxLTIuMjUsMy0xLDAsMi0zeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzMzNjZiYjsiIGQ9Im00My40NywyNjEuNC01LDAsMCw4LDgsMCwwLTUtMSwwLDAsNC02LDAsMC02LDQsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDAuNTUsMjYzLjljMC0wLjYyMTMsMC42MjEzLTAuNjIxMywwLjYyMTMtMC42MjEzLDEuODY0LDAuNjIxMywzLjEwNywxLjg2NCwzLjcyOCwzLjcyOCwwLDAsMCwwLjYyMTMtMC42MjEzLDAuNjIxMy0xLjI0My0xLjg2NC0xLjg2NC0yLjQ4NS0zLjcyOC0zLjcyOHoiLz4KPC9nPgo8L3N2Zz4K); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href^="mailto:"], .link-mailto { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/mail.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDcsLTI1Ny40KSI+CjxwYXRoIHN0eWxlPSJmaWxsOiMxNWE1ZWE7IiBkPSJtMzguMzEsMjYxLjQsNC42Niw0LjM0OSw0LjY2LTQuMzQ5LTAuNjIxMy0wLjYyMTMtMS4yNDMsMC42MjE2LTIuNzk2LDIuNDg1LTIuNzk2LTIuNDg1LTEuMjQzLTAuNjIxNnoiLz4KPHBhdGggc3R5bGU9ImZpbGw6IzMzNjZiYjsiIGQ9Im0zNy40NywyNjAuNCwwLDgsMTEsMCwwLTh6bTEsMSw5LDAsMCw2LTksMHoiLz4KPC9nPgo8L3N2Zz4K); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/mail.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDcsLTI1Ny40KSI+CjxwYXRoIHN0eWxlPSJmaWxsOiMxNWE1ZWE7IiBkPSJtMzguMzEsMjYxLjQsNC42Niw0LjM0OSw0LjY2LTQuMzQ5LTAuNjIxMy0wLjYyMTMtMS4yNDMsMC42MjE2LTIuNzk2LDIuNDg1LTIuNzk2LTIuNDg1LTEuMjQzLTAuNjIxNnoiLz4KPHBhdGggc3R5bGU9ImZpbGw6IzMzNjZiYjsiIGQ9Im0zNy40NywyNjAuNCwwLDgsMTEsMCwwLTh6bTEsMSw5LDAsMCw2LTksMHoiLz4KPC9nPgo8L3N2Zz4K); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/mail.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href^="ftp://"], .link-ftp { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/ftp-ltr.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM2LjM1NzE1LC0zNzQuNDMzNjIpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzNDY1YmE7IiBkPSJtMTM3LjQsMzc2LjksMCw3LjUsMS0wLjk4NzIsMC02LjAxMywyLDAsMiwxLDQtMC4wMDAyLDAsMiwxLDAsMC0yLjUtMC41LTAuNTAwMi00LjUsMC4wMDAyLTItMS0yLjUsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNmE0ZTg7IiBkPSJtMTQyLjQsMzc5LjQtMS0wLjAwMDEtMi41LDAtMC41LDAuNS0xLDQuNSwxMC0wLjAwMDEsMC00LjUtMC41LTAuNXptMCwxLDQtMC4wMDAxLDAsMy03Ljc1LTAuMDAwMSwwLjc1LTMsMiwweiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzM0NjViYTsiIGQ9Im0xMzguNCwzODUuNCwwLDEsOCwwLDAtMXoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzNDY1YmE7IiBkPSJtMTQxLjQsMzgzLjksMCwyLDIsMCwwLTJjMC0wLjUtMi0wLjUtMiwweiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/ftp-ltr.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM2LjM1NzE1LC0zNzQuNDMzNjIpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzNDY1YmE7IiBkPSJtMTM3LjQsMzc2LjksMCw3LjUsMS0wLjk4NzIsMC02LjAxMywyLDAsMiwxLDQtMC4wMDAyLDAsMiwxLDAsMC0yLjUtMC41LTAuNTAwMi00LjUsMC4wMDAyLTItMS0yLjUsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNmE0ZTg7IiBkPSJtMTQyLjQsMzc5LjQtMS0wLjAwMDEtMi41LDAtMC41LDAuNS0xLDQuNSwxMC0wLjAwMDEsMC00LjUtMC41LTAuNXptMCwxLDQtMC4wMDAxLDAsMy03Ljc1LTAuMDAwMSwwLjc1LTMsMiwweiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzM0NjViYTsiIGQ9Im0xMzguNCwzODUuNCwwLDEsOCwwLDAtMXoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzNDY1YmE7IiBkPSJtMTQxLjQsMzgzLjksMCwyLDIsMCwwLTJjMC0wLjUtMi0wLjUtMiwweiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/ftp-ltr.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href^="irc://"], .mw-body a.external[href^="ircs://"], .link-irc { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/chat-ltr.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtMzguMDksMjYwLjQtMC42MjEzLDAuNjIxMywwLDUuNzU3LDAuNjIxMywwLjYyMTMsMS42ODksMC0wLjYyMTMsMi43MjgsNC4zMTEtMi43MjgsNC4zNzksMCwwLjYyMTMtMC42MjEzLDAtNS43NTctMC42MjEzLTAuNjIxM3ptMC4zNzg3LDEsOSwwLDAsNS00LDAtMi45MDIsMS44OTcsMC45MDIxLTEuODk3LTMsMHoiLz4KPC9nPgo8L3N2Zz4K); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/chat-ltr.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtMzguMDksMjYwLjQtMC42MjEzLDAuNjIxMywwLDUuNzU3LDAuNjIxMywwLjYyMTMsMS42ODksMC0wLjYyMTMsMi43MjgsNC4zMTEtMi43MjgsNC4zNzksMCwwLjYyMTMtMC42MjEzLDAtNS43NTctMC42MjEzLTAuNjIxM3ptMC4zNzg3LDEsOSwwLDAsNS00LDAtMi45MDIsMS44OTcsMC45MDIxLTEuODk3LTMsMHoiLz4KPC9nPgo8L3N2Zz4K); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/chat-ltr.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href$=".ogg"], .mw-body a.external[href$=".OGG"], .mw-body a.external[href$=".mid"], .mw-body a.external[href$=".MID"], .mw-body a.external[href$=".midi"], .mw-body a.external[href$=".MIDI"], .mw-body a.external[href$=".mp3"], .mw-body a.external[href$=".MP3"], .mw-body a.external[href$=".wav"], .mw-body a.external[href$=".WAV"], .mw-body a.external[href$=".wma"], .mw-body a.external[href$=".WMA"], .link-audio { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/audio-ltr.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDMuNDcsMjU5LjQtMywzLTMsMCwwLDQsMywwLDMsM3ptLTEsMi41LDAsNS0xLjUtMS41LTIuNSwwLDAtMiwyLjUsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDMuOSwyNjIuNWMwLTAuNjIxMywwLjYyMTMtMS4yNDMsMS4yNDMtMC42MjEzLDAsMCwwLjYyMTMsMC42MjEzLDAuNjIxMywyLjQ4NXMtMC42MjEzLDIuNDg1LTAuNjIxMywyLjQ4NWMtMC42MjEzLDAuNjIxMy0xLjI0MywwLTEuMjQzLTAuNjIxMywwLDAsMC42MjEzLTAuNjIxMywwLjYyMTMtMS44NjRzLTAuNjIxMy0xLjg2NC0wLjYyMTMtMS44NjR6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTQ1Ljc2LDI2MS4yYzAtMC42MjEzLDAuNjIxMy0xLjI0MywxLjI0My0wLjYyMTMsMCwwLDEuMjQzLDEuMjQzLDEuMjQzLDMuNzI4cy0xLjI0MywzLjcyOC0xLjI0MywzLjcyOGMtMC42MjEzLDAuNjIxMy0xLjI0MywwLTEuMjQzLTAuNjIxMywwLDAsMS4yNDMtMS4yNDMsMS4yNDMtMy4xMDdzLTEuMjQzLTMuMTA3LTEuMjQzLTMuMTA3eiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/audio-ltr.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDMuNDcsMjU5LjQtMywzLTMsMCwwLDQsMywwLDMsM3ptLTEsMi41LDAsNS0xLjUtMS41LTIuNSwwLDAtMiwyLjUsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDMuOSwyNjIuNWMwLTAuNjIxMywwLjYyMTMtMS4yNDMsMS4yNDMtMC42MjEzLDAsMCwwLjYyMTMsMC42MjEzLDAuNjIxMywyLjQ4NXMtMC42MjEzLDIuNDg1LTAuNjIxMywyLjQ4NWMtMC42MjEzLDAuNjIxMy0xLjI0MywwLTEuMjQzLTAuNjIxMywwLDAsMC42MjEzLTAuNjIxMywwLjYyMTMtMS44NjRzLTAuNjIxMy0xLjg2NC0wLjYyMTMtMS44NjR6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTQ1Ljc2LDI2MS4yYzAtMC42MjEzLDAuNjIxMy0xLjI0MywxLjI0My0wLjYyMTMsMCwwLDEuMjQzLDEuMjQzLDEuMjQzLDMuNzI4cy0xLjI0MywzLjcyOC0xLjI0MywzLjcyOGMtMC42MjEzLDAuNjIxMy0xLjI0MywwLTEuMjQzLTAuNjIxMywwLDAsMS4yNDMtMS4yNDMsMS4yNDMtMy4xMDdzLTEuMjQzLTMuMTA3LTEuMjQzLTMuMTA3eiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/audio-ltr.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href$=".ogm"], .mw-body a.external[href$=".OGM"], .mw-body a.external[href$=".avi"], .mw-body a.external[href$=".AVI"], .mw-body a.external[href$=".mpeg"], .mw-body a.external[href$=".MPEG"], .mw-body a.external[href$=".mpg"], .mw-body a.external[href$=".MPG"], .link-video { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/video.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3OCwtMjU4LjM5KSI+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbC1vcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTM4Ljk2LDI2MC40LDAsMC42MjEzLDguMDk4LDAsMC0wLjYyMTN6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbC1vcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTM4Ljk2LDI2OC40LDguMDk4LDAsMC0wLjYyMTMtOC4wOTgsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsLW9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtMzguOTYsMjYyLjMsMCwwLjYyMTMsMS44NjksMCwwLTAuNjIxM3ptNi4yMjksMCwwLDAuNjIxMywxLjg2OSwwLDAtMC42MjEzeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGwtb3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im0zOC45NiwyNjYsMCwwLjYyMTMsMS44NjksMCwwLTAuNjIxM3ptNi4yMjksMCwwLDAuNjIxMywxLjg2OSwwLDAtMC42MjEzeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGwtb3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im0zOC45NiwyNjQuOCw4LjA5OCwwLDAtMC42MjEzLTguMDk4LDB6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTQwLjgzLDI2My45LDAsMS4yNDMsNC4zNiwwLDAtMS4yNDN6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMzM2NmJiOyIgZD0ibTQwLjQ3LDI2MC40LDAsOCw1LDAsMC04em0xLDEsMywwLDAsNi0zLDB6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMzM2NmJiOyIgZD0ibTM4LjQ3LDI1OS40LDEsMCwwLDEwLTEsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDYuNDcsMjU5LjQsMSwwLDAsMTAtMSwweiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/video.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3OCwtMjU4LjM5KSI+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbC1vcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTM4Ljk2LDI2MC40LDAsMC42MjEzLDguMDk4LDAsMC0wLjYyMTN6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbC1vcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTM4Ljk2LDI2OC40LDguMDk4LDAsMC0wLjYyMTMtOC4wOTgsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsLW9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtMzguOTYsMjYyLjMsMCwwLjYyMTMsMS44NjksMCwwLTAuNjIxM3ptNi4yMjksMCwwLDAuNjIxMywxLjg2OSwwLDAtMC42MjEzeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGwtb3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im0zOC45NiwyNjYsMCwwLjYyMTMsMS44NjksMCwwLTAuNjIxM3ptNi4yMjksMCwwLDAuNjIxMywxLjg2OSwwLDAtMC42MjEzeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGwtb3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im0zOC45NiwyNjQuOCw4LjA5OCwwLDAtMC42MjEzLTguMDk4LDB6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMTVhNWVhOyIgZD0ibTQwLjgzLDI2My45LDAsMS4yNDMsNC4zNiwwLDAtMS4yNDN6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMzM2NmJiOyIgZD0ibTQwLjQ3LDI2MC40LDAsOCw1LDAsMC04em0xLDEsMywwLDAsNi0zLDB6Ii8+CjxwYXRoIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojMzM2NmJiOyIgZD0ibTM4LjQ3LDI1OS40LDEsMCwwLDEwLTEsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDYuNDcsMjU5LjQsMSwwLDAsMTAtMSwweiIvPgo8L2c+Cjwvc3ZnPgo=); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/video.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.external[href$=".pdf"], .mw-body a.external[href$=".PDF"], .mw-body a.external[href*=".pdf#"], .mw-body a.external[href*=".PDF#"], .mw-body a.external[href*=".pdf?"], .mw-body a.external[href*=".PDF?"], .link-document { background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/document-ltr.png?2014-12-17T20:11:40Z) center right no-repeat; background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im03LjUsMiwwLDMsMi41LDAsMS0xLTIuNSwwLDAtM3oiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtMywxLDAsMTAsOCwwLDAtNy0yLjUtM3ptMSwxLDQsMCwyLDIuNSwwLDUuNS02LDB6Ii8+Cjwvc3ZnPgo=); background-image: -webkit-linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/document-ltr.svg?2014-12-17T20:11:40Z); background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzE1YTVlYTsiIGQ9Im03LjUsMiwwLDMsMi41LDAsMS0xLTIuNSwwLDAtM3oiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtMywxLDAsMTAsOCwwLDAtNy0yLjUtM3ptMSwxLDQsMCwyLDIuNSwwLDUuNS02LDB6Ii8+Cjwvc3ZnPgo=); background-image: linear-gradient(transparent, transparent), url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/document-ltr.svg?2014-12-17T20:11:40Z); padding-right: 15px; }
.mw-body a.extiw, .mw-body a.extiw:active { color: #36b; }
.mw-body a.external { color: #36b; }
} @media screen {
a { text-decoration: none; color: #0645ad; background: none; }
a:visited { color: #0b0080; }
a:active { color: #faa700; }
a:hover, a:focus { text-decoration: underline; }
a.stub { color: #772233; }
a.new, #p-personal a.new { color: #ba0000; }
a.new:visited, #p-personal a.new:visited { color: #a55858; }
.mw-body a.extiw, .mw-body a.extiw:active { color: #36b; }
.mw-body a.extiw:visited { color: #636; }
.mw-body a.extiw:active { color: #b63; }
.mw-body a.external { color: #36b; }
.mw-body a.external:visited { color: #636; }
.mw-body a.external:active { color: #b63; }
img { border: none; vertical-align: middle; }
hr { height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: 0.2em 0; }
h1, h2, h3, h4, h5, h6 { color: black; background: none; font-weight: normal; margin: 0; overflow: hidden; padding-top: 0em; padding-bottom: 0em; border-bottom: 0px solid #aaa; }
h1 { font-size: 100%; }
h2 { font-size: 100%; }
h3, h4, h5, h6 { border-bottom: none; font-weight: bold; }
h3 { font-size: 100%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
h1, h2 { margin-bottom: 0em; }
h3, h4, h5 { margin-bottom: 0em; }
p { margin: 0; line-height: 1em; }
p img { margin: 0; }
ul { line-height: 1.0em; list-style-type: square; margin: 0; padding: 0; }
ol { line-height: 1.0em; margin: 0; padding: 0; list-style-image: none; }
li { margin-bottom: 0em; }
dt { font-weight: bold; margin-bottom: 0.1em; }
dl { margin-top: .2em; margin-bottom: 0.5em; }
dd { line-height: 1.5em; margin-left: 1.6em; margin-bottom: 0.1em; }
q { *font-style: italic; }
pre, code, tt, kbd, samp, .mw-code { font-family: monospace, Courier; }
code { color: black; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 2px; padding: 1px 4px; }
pre, .mw-code { color: black; background-color: #f9f9f9; border: 1px solid #ddd; padding: 1em; }
table { font-size: 100%; }
fieldset { border: 1px solid #2f6fab; margin: 1em 0 1em 0; padding: 0 1em 1em; line-height: 1.5em; }
fieldset.nested { margin: 0 0 0.5em 0; padding: 0 0.5em 0.5em; }
legend { padding: .5em; font-size: 95%; }
form { border: none; margin: 0; }
textarea { width: 100%; padding: .1em; display: block; box-sizing: border-box; }
select { vertical-align: top; }
.center { width: 100%; text-align: center; }
*.center * { margin-left: auto; margin-right: auto; }
.small { font-size: 94%; }
table.small { font-size: 100%; }
#toc, .toc, .mw-warning { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; }
#toc, .toc { display: -moz-inline-block; display: inline-block; display: table; zoom: 1; *display: inline; padding: 7px; }
table#toc, table.toc { border-collapse: collapse; }
table#toc td, table.toc td { padding: 0; }
#toc h2, .toc h2 { display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold; }
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center; }
#toc ul, .toc ul { list-style-type: none; list-style-image: none; margin-left: 0; padding: 0; text-align: left; }
#toc ul ul, .toc ul ul { margin: 0 0 0 2em; }
#toc .toctoggle, .toc .toctoggle { font-size: 94%; }
.toccolours { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; }
.mw-warning { margin-left: 50px; margin-right: 50px; text-align: center; }
div.floatright, table.floatright { margin: 0 0 .5em .5em; border: 0; }
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft { margin: 0 .5em .5em 0; border: 0; }
div.floatleft p { font-style: italic; }
div.thumb { margin-bottom: .5em; width: auto; background-color: transparent; }
div.thumbinner { border: 1px solid #ccc; padding: 3px; background-color: #f9f9f9; font-size: 94%; text-align: center; overflow: hidden; }
html .thumbimage { border: 1px solid #ccc; }
html .thumbcaption { border: none; line-height: 1.4em; padding: 3px; font-size: 94%; text-align: left; }
div.magnify { float: right; margin-left: 3px; }
div.magnify a { display: block; text-indent: 15px; white-space: nowrap; overflow: hidden; width: 15px; height: 11px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAAAAACFLIiAAAAAAnRSTlMA/1uRIrUAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAAd0SU1FB9UEAhIREfdlPYsAAABPSURBVAjXY/j///+5vXDwjAHIr26ZAgXZe8H8a/+hoIcw/9nevdVL9+79DuPvzQYZFPUezu8BMZLXgkExnD8HAu6hqv//n+HZVjD4DuUDAKlChD3fj6aPAAAAAElFTkSuQmCC) center center no-repeat; background: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?2014-12-17T20:11:40Z) center center no-repeat; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
img.thumbborder { border: 1px solid #dddddd; }
.mw-content-ltr .thumbcaption { text-align: left; }
.mw-content-ltr .magnify { float: right; margin-left: 3px; margin-right: 0; }
.mw-content-ltr div.magnify a { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAAAAACFLIiAAAAAAnRSTlMA/1uRIrUAAAACYktHRAD/h4/MvwAAAAlwSFlzAAAK8AAACvABQqw0mAAAAAd0SU1FB9UEAhIREfdlPYsAAABPSURBVAjXY/j///+5vXDwjAHIr26ZAgXZe8H8a/+hoIcw/9nevdVL9+79DuPvzQYZFPUezu8BMZLXgkExnD8HAu6hqv//n+HZVjD4DuUDAKlChD3fj6aPAAAAAElFTkSuQmCC); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?2014-12-17T20:11:40Z); }
.mw-content-rtl .thumbcaption { text-align: right; }
.mw-content-rtl .magnify { float: left; margin-left: 0; margin-right: 3px; }
.mw-content-rtl div.magnify a { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAAAAACFLIiAAAAAAnRSTlMA/1uRIrUAAABOSURBVAhbY3i2Fw7O/f//n2Fv9hQoaKkG83v+Q8E1Uvjf9+5dWr137zMY/30UyMjsvQx7i9eCQTJItGcvw705EADjQw2Dq4fyv28Fg2cAsGSEPe14NMoAAAAASUVORK5CYII=); background-image: url(https://2016.igem.org/wiki/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?2014-12-17T20:11:40Z); }
div.tright { margin: 0.5em 0 1.3em 1.4em; }
div.tleft { margin: 0.5em 1.4em 1.3em 0; }
.catlinks { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; margin-top: 1em; clear: both; }
.usermessage { background-color: #ffce7b; border: 1px solid #ffa500; color: black; font-weight: bold; margin: 2em 0 1em; padding: .5em 1em; vertical-align: middle; }
#siteNotice { position: relative; text-align: center; margin: 0; }
#localNotice { margin-bottom: 0.9em; }
.firstHeading { margin-bottom: .1em; line-height: 1.2em; padding-bottom: 0; }
#siteSub { display: none; }
#jump-to-nav { margin-top: -1.4em; margin-bottom: 1.4em; }
#contentSub, #contentSub2 { font-size: 84%; line-height: 1.2em; margin: 0 0 1.4em 1em; color: #545454; width: auto; }
span.subpages { display: block; }
} .mw-ui-button {
font-family: inherit; font-size: 1em; display: inline-block; padding: .5em 1em; margin: 0; box-sizing: border-box; -webkit-appearance: none; *display: inline; zoom: 1; background: #FFF; color: #555; border: 1px solid #CCC; border-radius: 2px; min-width: 80px; vertical-align: middle; text-align: center; font-weight: bold; cursor: pointer; -webkit-transition: background .1s ease-in-out, color .1s ease-in-out, box-shadow .1s ease-in-out; -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, box-shadow 0.1s ease-in-out; transition: background 0.1s ease-in-out, color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.mw-ui-button:hover, .mw-ui-button:focus {
box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.2); border-bottom-color: #cccccc; outline: none;
}
.mw-ui-button:hover::-moz-focus-inner, .mw-ui-button:focus::-moz-focus-inner {
border-color: transparent;
}
.mw-ui-button:active, .mw-ui-button.mw-ui-checked {
background: #cccccc; box-shadow: none;
}
.mw-ui-button:disabled {
color: #CCC;
}
.mw-ui-button:disabled:hover, .mw-ui-button:disabled:active {
background: #FFF; box-shadow: none;
}
.mw-ui-button:disabled {
text-shadow: none; cursor: default;
}
.mw-ui-button.mw-ui-big {
font-size: 1.3em;
}
.mw-ui-button.mw-ui-block {
display: block; width: 100%;
}
.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
background: #347bff; color: #fff; border: 1px solid #347bff; border-left: none; border-right: none; text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.mw-ui-button.mw-ui-progressive:hover, .mw-ui-button.mw-ui-progressive:focus, .mw-ui-button.mw-ui-primary:hover, .mw-ui-button.mw-ui-primary:focus {
box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.2); border-bottom-color: #2a62cc; outline: none;
}
.mw-ui-button.mw-ui-progressive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-progressive:focus::-moz-focus-inner, .mw-ui-button.mw-ui-primary:hover::-moz-focus-inner, .mw-ui-button.mw-ui-primary:focus::-moz-focus-inner {
border-color: transparent;
}
.mw-ui-button.mw-ui-progressive:active, .mw-ui-button.mw-ui-progressive.mw-ui-checked, .mw-ui-button.mw-ui-primary:active, .mw-ui-button.mw-ui-primary.mw-ui-checked {
background: #2a62cc; box-shadow: none;
}
.mw-ui-button.mw-ui-progressive:disabled, .mw-ui-button.mw-ui-primary:disabled {
background: #CCC; border-color: #CCC;
}
.mw-ui-button.mw-ui-progressive:disabled:hover, .mw-ui-button.mw-ui-progressive:disabled:active, .mw-ui-button.mw-ui-progressive:disabled.mw-ui-checked, .mw-ui-button.mw-ui-primary:disabled:hover, .mw-ui-button.mw-ui-primary:disabled:active, .mw-ui-button.mw-ui-primary:disabled.mw-ui-checked {
box-shadow: none;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet, .mw-ui-button.mw-ui-primary.mw-ui-quiet {
color: #555;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-progressive.mw-ui-quiet:focus, .mw-ui-button.mw-ui-primary.mw-ui-quiet:hover, .mw-ui-button.mw-ui-primary.mw-ui-quiet:focus {
color: #5d95ff;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:active, .mw-ui-button.mw-ui-progressive.mw-ui-quiet.mw-ui-checked, .mw-ui-button.mw-ui-primary.mw-ui-quiet:active, .mw-ui-button.mw-ui-primary.mw-ui-quiet.mw-ui-checked {
color: #2a62cc;
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:disabled, .mw-ui-button.mw-ui-primary.mw-ui-quiet:disabled {
color: #CCC;
}
.mw-ui-button.mw-ui-constructive {
background: #00af89; color: #fff; border: 1px solid #00af89; border-left: none; border-right: none; text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.mw-ui-button.mw-ui-constructive:hover, .mw-ui-button.mw-ui-constructive:focus {
box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.2); border-bottom-color: #008c6e; outline: none;
}
.mw-ui-button.mw-ui-constructive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-constructive:focus::-moz-focus-inner {
border-color: transparent;
}
.mw-ui-button.mw-ui-constructive:active, .mw-ui-button.mw-ui-constructive.mw-ui-checked {
background: #008c6e; box-shadow: none;
}
.mw-ui-button.mw-ui-constructive:disabled {
background: #CCC; border-color: #CCC;
}
.mw-ui-button.mw-ui-constructive:disabled:hover, .mw-ui-button.mw-ui-constructive:disabled:active, .mw-ui-button.mw-ui-constructive:disabled.mw-ui-checked {
box-shadow: none;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet {
color: #555;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-constructive.mw-ui-quiet:focus {
color: #33bfa1;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:active, .mw-ui-button.mw-ui-constructive.mw-ui-quiet.mw-ui-checked {
color: #008c6e;
}
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:disabled {
color: #CCC;
}
.mw-ui-button.mw-ui-destructive {
background: #d11d13; color: #fff; border: 1px solid #d11d13; border-left: none; border-right: none; text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.mw-ui-button.mw-ui-destructive:hover, .mw-ui-button.mw-ui-destructive:focus {
box-shadow: 0 1px rgba(0, 0, 0, 0.1), inset 0 -3px rgba(0, 0, 0, 0.2); border-bottom-color: #a7170f; outline: none;
}
.mw-ui-button.mw-ui-destructive:hover::-moz-focus-inner, .mw-ui-button.mw-ui-destructive:focus::-moz-focus-inner {
border-color: transparent;
}
.mw-ui-button.mw-ui-destructive:active, .mw-ui-button.mw-ui-destructive.mw-ui-checked {
background: #a7170f; box-shadow: none;
}
.mw-ui-button.mw-ui-destructive:disabled {
background: #CCC; border-color: #CCC;
}
.mw-ui-button.mw-ui-destructive:disabled:hover, .mw-ui-button.mw-ui-destructive:disabled:active, .mw-ui-button.mw-ui-destructive:disabled.mw-ui-checked {
box-shadow: none;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet {
color: #555;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:hover, .mw-ui-button.mw-ui-destructive.mw-ui-quiet:focus {
color: #da4a42;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:active, .mw-ui-button.mw-ui-destructive.mw-ui-quiet.mw-ui-checked {
color: #a7170f;
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:disabled {
color: #CCC;
}
.mw-ui-button.mw-ui-quiet {
background: transparent; border: none; text-shadow: none; color: #555;
}
.mw-ui-button.mw-ui-quiet:hover, .mw-ui-button.mw-ui-quiet:focus {
color: #777777;
}
.mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet.mw-ui-checked {
color: #444444;
}
.mw-ui-button.mw-ui-quiet:disabled {
color: #CCC;
}
.mw-ui-button.mw-ui-quiet:hover, .mw-ui-button.mw-ui-quiet:focus {
box-shadow: none;
}
.mw-ui-button.mw-ui-quiet:active, .mw-ui-button.mw-ui-quiet:disabled {
background: transparent;
}
a.mw-ui-button {
text-decoration: none;
}
a.mw-ui-button:hover, a.mw-ui-button:focus {
text-decoration: none;
}
.mw-ui-button-group > * {
border-radius: 0; float: left;
}
.mw-ui-button-group > *:first-child {
border-top-left-radius: 2px; border-bottom-left-radius: 2px;
}
.mw-ui-button-group > *:not(:first-child) {
border-left: none;
}
.mw-ui-button-group > *:last-child {
border-top-right-radius: 2px; border-bottom-right-radius: 2px;
}
body {
font: x-small sans-serif; color: black; margin: 0; padding: 0; background-color: #aaaaaa;
}
- globalWrapper {
position: relative; font-size: 127%; width: 100%; margin: 0; padding: 0; padding-bottom: 10px;
}
.visualClear {
clear: both;
}
- top-section {
position: relative; height: 98px; width: 975px; # margin-left: 10px; margin: 0 auto 0 auto; border-left: 1px solid #444444; border-right: 1px solid #444444; border-bottom: 1px solid #444444;
}
- p-logo {
position: absolute; z-index: 1; height: 107px; width: 975px;
}
- p-logo h5 {
display: none;
}
- p-logo a,
- p-logo a:hover {
text-decoration: none;
}
- search-controls {
position: absolute; top: 20px; right: 15px; width: 150px; height: 40px; background-color: transparent; text-align: center; z-index: 3;
}
input.searchButton {
margin: 1px 5px 0 10px; font-size: 100%; background: none; border: none; color: #AAAAFF; font-weight: bold;
}
input.searchButton:hover {
color: white;
}
- searchInput {
width: 10.9em; margin: 0; font-size: 95%;
}
- searchGoButton {
margin-right: 0px; margin-left: 35px;
}
- menubar {
position: absolute; white-space: nowrap; top: -6px; width: 400px; z-index: 5; font-family: sans-serif; font-size: 95%; line-height: 1em;
}
.left-menu, .left-menu a {
left: 0px; text-align: left; color: transparent; text-transform: lowercase;
}
.left-menu:hover {
color: white; background-color: #555555;
}
.right-menu, .right-menu a {
right: 0px; text-align: right; color: white;
}
- menubar ul {
color: #555555; list-style: none;
}
- menubar li {
display: inline; position: relative; cursor: pointer; padding-left: 0px; padding-right: 0px;
}
.left-menu li a {
padding: 0px 10px 0px 0px;
}
.left-menu .selected {
# color: white;
}
.left-menu .selected:hover {
# color: #5555FF;
}
.left-menu:hover a {
color: white;
}
.right-menu li {
# background-color: #606060;
}
.right-menu li a {
padding: 0px 15px 0px 0px; color: white; background-color: #606060;
}
.right-menu li a:hover {
color: #aaaaff; text-decoration: underline;
}
- footer-box {
margin-left: 10px; width: 965px; padding: 5px; background-color: white; margin: 0 auto; border: 1px solid #444444;
}
- footer {
color: #000000; text-align: center; font-size: 90%;
}
- footer li {
display: inline; margin: 0 1.3em;
}
- sponsor-box {
height: 49px; width: 975px; # margin-left: 10px; margin: 0 auto; border-left: 1px solid #444444; border-right: 1px solid #444444; border-bottom: 1px solid #444444; background-color: white; font-family: 'verdana' 'arial' sans-serif; font-size: 11pt; line-height: 1.2em; z-index: 5;
}
- f-poweredbyico {
float: right;
}
- f-copyrightico {
float: left;
}
.hidden {
visibility: hidden;
}
.visible {
visibility: visible;
}
.menubox {
position: absolute; top: 20px; left: 0px; border: 1px solid #A4A4A4; background-color: #E0E0E0; width: 200px; height: 200px; z-index: 20;
}
.bridge1 {
position: absolute; top: 18px; left: 1px; width: 59px; height: 4px; background-color: #d8d8d8; z-index: 25;
}
.shadow1 {
position: absolute; top: 23px; left: 3px; width: 202px; height: 202px; background-color: #202020; border-right: 1px solid #454545; border-bottom: 1px solid #454545; z-index: 18; opacity: 0.6;
}
.shadow2 {
position: absolute; top: 25px; left: 5px; width: 202px; height: 202px; border-right: 1px solid #606060; border-bottom: 1px solid #606060; background-color: #303030; opacity: 0.4; z-index: 16;
}
.shadow3 {
position: absolute; top: 27px; left: 7px; width: 202px; height: 202px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; background-color: #000000; opacity: 0.2; z-index: 13;
}
- right-sidebar {
position: absolute; right: 0px; width: 190px; border-left: 3px solid gray; font-size: 95%; line-height: 90%;
}
.right-box {
width: 180px; padding: 4px 5px 5px 5px; margin-top: 10px; border: 1px solid #444444; border-left: none;
}
.right-box:first-child {
margin-top: 0px;
}
.right-heading {
font-size: 125%; font-weight: bold; padding: 0.5em 0 0; line-height: 100%;
}
.right-box ul {
line-height: 90%;
}
.right-box li {
color: #666666;
}
- content {
position: relative; width: 965px; # margin-left: 10px; margin: 0 auto; padding: 5px 5px 5px 5px; background: white; color: black; border-left: 1px solid #444444; border-right: 1px solid #444444; line-height: 1.5em; z-index: 2;
}
- column-one {
padding-top: 107px; position: absolute; right: 4px; padding: 100px 20px 0 0;
}
table {
font-size: 100%; background: white; color: black;
}
a {
text-decoration: none; color: #002bb8; background: none;
}
a:visited {
color: #002bb8;
}
a:active {
color: #002bb8;
}
a:hover {
text-decoration: underline;
}
a.stub {
color: #772233;
}
a.new {
color: #AAAAFF;
}
a.new:visited,
- p-personal a.new:visited {
color: #002bb8;
}
img {
border: none; vertical-align: middle;
}
p {
margin: .4em 0 .5em 0; line-height: 1.5em;
}
p img {
margin: 0;
}
hr {
height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: 0.2em 0 0.2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: black; background: none; font-weight: normal; margin: 0; padding-top: 0em; padding-bottom: 0em; border-bottom: 0px solid #aaa;
}
h1 {
font-size: 100%;
}
h2 {
font-size: 100%;
}
h3, h4, h5, h6 {
border-bottom: none; font-weight: bold;
}
h3 {
font-size: 100%;
}
h4 {
font-size: 100%;
}
h5 {
font-size: 100%;
}
h6 {
font-size: 100%;
}
ul {
line-height: 1.0em; list-style-type: square; margin: 0em; padding: 0; list-style-image: url(https://2016.igem.org/wiki/skins/Igem/resources/bullet.gif?2015-09-09T00:46:40Z);
}
ol {
line-height: 1em; margin: 0em; padding: 0; list-style-image: none;
}
li {
margin-bottom: 0em;
}
dt {
font-weight: bold; margin-bottom: 0.1em;
}
dl {
margin-top: .2em; margin-bottom: 0.5em;
}
dd {
line-height: 1.5em; margin-left: 2em; margin-bottom: 0.1em;
}
fieldset {
border: 1px solid #2f6fab; margin: 1em 0 1em 0; padding: 0 1em 1em; line-height: 1.5em;
}
legend {
background: white; padding: .5em; font-size: 95%;
}
form {
border: none; margin: 0;
}
textarea {
width: 100%; padding: 0.1em;
}
input.historysubmit {
padding: 0 .3em .3em .3em !important; font-size: 94%; cursor: pointer; height: 1.7em !important; margin-left: 1.6em;
}
select {
vertical-align: top;
}
abbr, acronym, .explain {
border-bottom: 1px dotted black; color: black; background: none; cursor: help;
}
q {
font-family: Times, "Times New Roman", serif; font-style: italic;
}
code {
background-color: #f9f9f9;
}
pre {
padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #f9f9f9; line-height: 1.1em;
}
- siteSub {
display: none;
}
- contentSub {
font-size: 84%; line-height: 1.2em; margin: 0 0 1.4em 1em; color: #7d7d7d; width: auto;
}
span.subpages {
display: block;
}
- bodyContent h1,
- bodyContent h2 {
margin-bottom: 0em;
}
- bodyContent h3,
- bodyContent h4,
- bodyContent h5 {
margin-bottom: 0em;
}
.firstHeading {
margin-bottom: 0.1em;
}
.usermessage {
background-color: #ffce7b; border: 1px solid #ffa500; color: black; font-weight: bold; margin: 2em 0 1em; padding: .5em 1em; vertical-align: middle;
}
- siteNotice {
text-align: center; font-size: 95%; padding: 0 0.9em;
}
- siteNotice p {
margin: 0; padding: 0;
}
.error {
color: red; font-size: larger;
}
- catlinks {
border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; margin-top: 1em; clear: both;
}
.documentDescription {
font-weight: bold; display: block; margin: 1em 0; line-height: 1.5em;
}
.documentByLine {
text-align: right; font-size: 90%; clear: both; font-weight: normal; color: #76797c;
}
.center {
width: 100%; text-align: center;
}
- .center * {
margin-left: auto; margin-right: auto;
}
.small, .small * {
font-size: 94%;
}
table.small {
font-size: 100%;
}
- toc,
.toc {
border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%;
}
- toc h2,
.toc h2 {
display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold;
}
- toc #toctitle,
.toc #toctitle,
- toc .toctitle,
.toc .toctitle {
text-align: center;
}
- toc ul,
.toc ul {
list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0; text-align: left;
}
- toc ul ul,
.toc ul ul {
margin: 0 0 0 2em;
}
- toc .toctoggle,
.toc .toctoggle {
font-size: 94%;
}
div.floatright, table.floatright {
clear: right; float: right; position: relative; margin: 0 0 .5em .5em; border: 0;
}
div.floatright p {
font-style: italic;
}
div.floatleft, table.floatleft {
float: left; position: relative; margin: 0 .5em .5em 0; border: 0;
}
div.floatleft p {
font-style: italic;
}
div.thumb {
margin-bottom: .5em; border-style: solid; border-color: white; width: auto;
}
div.thumb div {
border: 1px solid #ccc; padding: 3px !important; background-color: #f9f9f9; font-size: 94%; text-align: center; overflow: hidden;
}
div.thumb div a img {
border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
border: none; text-align: left; line-height: 1.4em; padding: 0.3em 0 0.1em 0;
}
div.magnify {
float: right; border: none !important; background: none !important;
}
div.magnify a, div.magnify img {
display: block; border: none !important; background: none !important;
}
div.tright {
clear: right; float: right; border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
float: left; margin-right: .5em; border-width: 0.5em 1.4em 0.8em 0;
}
.hiddenStructure {
display: none;
}
img.tex {
vertical-align: middle;
}
span.texhtml {
font-family: serif;
}
table.rimage {
float: right; position: relative; margin-left: 1em; margin-bottom: 1em; text-align: center;
}
.toccolours {
border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%;
}
div.townBox {
position: relative; float: right; background: white; margin-left: 1em; border: 1px solid gray; padding: .3em; width: 200px; overflow: hidden; clear: right;
}
div.townBox dl {
padding: 0; margin: 0 0 .3em; font-size: 96%;
}
div.townBox dl dt {
background: none; margin: 0.4em 0 0;
}
div.townBox dl dd {
margin: .1em 0 0 1.1em; background-color: #f3f3f3;
}
.special li {
line-height: 1.4em; margin: 0; padding: 0;
}
.autocomment {
color: gray;
}
- pagehistory span.user {
margin-left: 1.4em; margin-right: 0.4em;
}
- pagehistory span.minor {
font-weight: bold;
}
- pagehistory li {
border: 1px solid white;
}
- pagehistory li.selected {
background-color: #f9f9f9; border: 1px dashed #aaa;
}
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: white;
}
td.diff-addedline {
background: #cfc; font-size: smaller;
}
td.diff-deletedline {
background: #ffa; font-size: smaller;
}
td.diff-context {
background: #eee; font-size: smaller;
}
span.diffchange {
color: red; font-weight: bold;
}
- bodyContent a[href^="https://"],
.link-https {
background: url(https://2016.igem.org/wiki/skins/Igem/resources/lock_icon.gif?2015-09-11T20:20:00Z) center right no-repeat; padding-right: 16px;
}
- bodyContent a[href^="mailto:"],
.link-mailto {
background: url() center right no-repeat; padding-right: 18px;
}
- bodyContent a[href^="news://"] {
background: url() center right no-repeat; padding-right: 18px;
}
- bodyContent a[href^="ftp://"],
.link-ftp {
background: url() center right no-repeat; padding-right: 18px;
}
- bodyContent a[href^="irc://"],
.link-irc {
background: url() center right no-repeat; padding-right: 18px;
}
- bodyContent a.extiw,
- bodyContent a.extiw:active {
color: #36b; background: none; padding: 0;
}
- bodyContent .plainlinks a {
background: none !important; padding: 0;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
padding-left: 20px; text-transform: none;
}
head:first-child + body #footer li {
white-space: nowrap;
}
- preftoc {
float: left; margin: 1em; width: 13em;
}
- preftoc li {
border: 1px solid white;
}
- preftoc li.selected {
background-color: #f9f9f9; border: 1px dashed #aaa;
}
- preftoc a,
- preftoc a:active {
display: block; color: #0014a6;
}
- prefcontrol {
clear: both; float: left; margin-top: 1em;
}
div.prefsectiontip {
font-size: 95%; margin-top: 1em;
}
fieldset.operaprefsection {
margin-left: 15em;
}
- > html #p-cactions li {
border: none;
}
- > html #p-cactions li a {
border: 1px solid #aaa; border-bottom: none;
}
- > html #f-poweredbyico,
- > html #bodyContent,
- > html #bodyContent pre {
overflow-x: auto; width: 100%; padding-bottom: 25px;
}
- html #footer {
margin-top: 0;
}
- html #column-content {
display: inline; margin-bottom: 0;
}
- html div.editsection {
font-size: smaller;
}
- pagehistory li.selected {
position: relative;
}
- > html #column-content {
float: none;
}
- > html #column-one {
position: absolute; left: 0; top: 0;
}
- > html #footer {
margin-left: 13.2em;
}
.redirectText {
font-size: 150%; margin: 5px;
}
.printfooter {
display: none;
}
.not-patrolled {
background-color: #ffa;
}
div.patrollink {
font-size: 75%; text-align: right;
}
span.newpage, span.minor, span.searchmatch {
font-weight: bold;
}
span.unpatrolled {
font-weight: bold; color: red;
}
span.searchmatch {
color: red;
}
.sharedUploadNotice {
font-style: italic;
}
span.updatedmarker {
color: black; background-color: #0f0;
}
span.newpageletter {
font-weight: bold; color: black; background-color: yellow;
}
span.minoreditletter {
color: black; background-color: #c5ffe6;
}
table.gallery {
border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: white;
}
table.gallery tr {
vertical-align: top;
}
table.gallery td {
vertical-align: top; background-color: #f9f9f9; border: solid 2px white;
}
div.gallerybox {
margin: 2px; width: 150px;
}
div.gallerybox div.thumb {
text-align: center; border: 1px solid #ccc; margin: 2px;
}
div.gallerytext {
font-size: 94%; padding: 2px 4px;
}
span.comment {
font-style: italic;
}
span.changedby {
font-size: 95%;
}
.previewnote {
text-align: center; color: #cc0000;
}
.editExternally {
border: 1px solid gray; background-color: #ffffff; padding: 3px; margin-top: 0.5em; float: left; font-size: small; text-align: center;
}
.editExternallyHelp {
font-style: italic; color: gray;
}
li span.deleted {
text-decoration: line-through; color: #888; font-style: italic;
}
.toggle {
margin-left: 2em; text-indent: -2em;
}
table.metadata {
font-size: 0.8em; margin-left: 0.5em; margin-bottom: 0.5em;
}
table.metadata caption {
font-weight: bold;
}
table.metadata th {
font-weight: normal;
}
table.metadata td {
padding: 0.1em;
}
table.metadata {
border: none; border-collapse: collapse;
}
table.metadata td, table.metadata th {
text-align: center; border: 1px solid #aaaaaa; padding-left: 0.1em; padding-right: 0.1em;
}
table.metadata th {
background-color: #f9f9f9;
}
table.metadata td {
background-color: #fcfcfc;
}
ul#filetoc {
text-align: center; border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; margin-bottom: 0.5em; margin-left: 0; margin-right: 0;
}
- filetoc li {
display: inline; list-style-type: none; padding-right: 2em;
}
input#wpSave, input#wpDiff {
margin-right: 0.33em;
}
table.revisionform_default {
border: 1px solid #000000;
}
table.revisionform_focus {
border: 1px solid #000000; background-color: #00BBFF;
}
tr.revision_tr_default {
background-color: #EEEEEE;
}
tr.revision_tr_first {
background-color: #DDDDDD;
}
p.revision_saved {
color: green; font-weight: bold;
}
- mw_trackbacks {
border: solid 1px #bbbbff; background-color: #eeeeff; padding: 0.2em;
}
- allmessagestable th {
background-color: #b2b2ff;
}
- allmessagestable tr.orig {
background-color: #ffe2e2;
}
- allmessagestable tr.new {
background-color: #e2ffe2;
}
- allmessagestable tr.def {
background-color: #f0f0ff;
}
- top_menu_under {
position: relative; width: 100%; height: 18px;
}
- top_menu_14 {
position: fixed; width: 100%; top: 0px; left: 0px; height: 16px; background-color: #383838; border-bottom: 2px solid black; z-index: 9999;
}
- top_menu_inside {
display: block; position: relative; width: 960px; height: 100%; margin: 0px auto; padding: 0 10px; border-left: 1px solid #c8c8c8; border-right: 1px solid #c8c8c8; font-family: 'arial', sans-serif; font-size: 12px; font-weight: 400; color: #ffffff;
}
- top_menu_inside ul {
list-style: none; margin: 0; padding: 0;
}
- top_menu_inside li {
float: left; padding: 0px 25px 0px 20px; cursor: pointer; margin: 0;
}
- top_menu_inside .has_submenu:hover {
background-color: #000000; color: white; text-decoration: none;
}
- top_menu_inside #user_item {
float: right; padding-top: 2px; margin-right: 100px; cursor: pointer; color: orange;
}
- top_menu_inside #user_item:hover {
background-color: #000000; color: #ffc864;
}
- top_menu_inside #bars_item {
position: absolute; top: 1px; left: 960px; z-index: 2; cursor: pointer;
}
- top_menu_inside #bars_box {
position: absolute; right: 0px; top: 17px; min-height: 100px; min-width: 100px; color: black; background-color: white; border: 1px solid black; box-shadow: rgba(50, 50, 50, 0.75) 1px 1px 10px 0px; z-index: 1;
}
- top_menu_inside .submenu {
display: none; position: absolute; z-index: 10; top: 16px; left: 20px; width: 900px; min-height: 80px; background-color: #000000; padding: 10px 15px 20px 15px; box-shadow: rgba(10, 10, 10, 0.75) 0px 5px 15px 0px; color: #ffffff;
}
- top_menu_inside .section {
float: left; width: 190px; font-family: helvitica, sans-serif; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; text-align: justify;
}
- top_menu_inside .section .google span {
padding-left: 20px;
}
- top_menu_inside .section .google span:hover,
- top_menu_inside .section #page_go:hover {
text-decoration: none; color: orange;
}
- top_menu_inside .h1 {
font-style: normal; font-size: 18px; line-height: 24px; text-weight: 600; text-decoration: underline; text-align: left;
}
- top_menu_inside .intro {
color: #ffffff; font-style: italic; font-weight: normal; font-size: 16px;
}
- top_menu_inside .has_submenu .intro a {
color: #ffffff; cursor: pointer;
}
- top_menu_inside .has_submenu .intro a:hover {
color: orange;
}
- notifications_item {
position: absolute; right: 65px; top: 2px;
}
- notifications_item .notification_bug {
height: 12px; min-width: 16px; border-radius: 6px; background-color: #777777; padding: 2px 5px 0px 5px; font-size: 11px; font-weight: 400; color: bg_light_gray; line-height: 10px; text-align: center; cursor: default;
}
- notifications_item .notification_bug[enabled] {
background-color: #960000; cursor: pointer;
}
- globalWrapper {
width: 100%; height: 100%; border: none; background-color: transparent; margin: 0px; padding: 0px;
}
body {
background-color: #333333;
}
- content {
width: 950px; padding: 15px; border: none; color: black; margin-left: 20px; margin-right: auto; background-color: #ffffff; position: relative;
}
- content H1 {
font-weight: bold;
}
- top_menu_inside {
margin-left: 20px;
}
- top_title {
margin-bottom: 15px;
}
.logo_2016 {
margin-top: 0px; width: 150px; float: left;
}
.logo_2016:hover {
opacity: 0.5;
}
.firstHeading {
padding-top: 30px; border-bottom: none;
}
- HQ_page .oneColumn {
width: 920px; float: left; padding: 15px;
}
- HQ_page .twoColumns {
width: 444px; float: left; padding: 15px;
}
- HQ_page .threeColumns {
width: 285px; float: left; padding: 15px;
}
- HQ_page .fourColumns {
width: 206px; float: left; padding: 15px;
}
- HQ_page .clear {
height: 10px; clear: both;
}
- HQ_page .clear_id {
height: 30px; clear: both;
}
- HQ_page .highlight {
-webkit-transition: background 0.2s linear; transition: background 0.2s linear;
}
- HQ_page .highlight:hover {
background-color: #ebeea9; cursor: pointer;
}
- HQ_page .full_border {
border: 1px solid #d3d3d3;
}
- HQ_page .dot_border {
border: 1px dashed #5da88a;
}
- HQ_page .right_border {
border-right: 1px solid #f2f2f2;
}
- HQ_page .background_gray {
background-color: #f2f2f2;
}
- HQ_page .photo_container {
padding: 0px; margin-right: 30px;
}
- HQ_page .photo_container p {
padding: 0px 15px; font-size: 11px;
}
- HQ_page .alert_box {
background-color: pink; border: 1px solid red; color: red; font-weight: bold; cursor: pointer;
}
- HQ_page .alert_box:hover {
background-color: red; border: 1px solid red; color: white; font-weight: bold;
}
- HQ_page .button {
min-width: 25%; max-width: 50%; border: 3px solid #f58631; color: #f58631; background-color: #FFF; height: 30px; font-size: 15px; text-align: center; border-radius: 5px; padding: 10px 5px 0px 5px; margin: auto; -webkit-transition: background 0.2s linear; transition: background 0.2s linear;
}
- HQ_page .button:hover {
background-color: #f58631; color: #fff;
}
- HQ_page .newsItem {
border: 1px solid #cccccc; margin: 0px 5px 5px 5px; padding: 5px 15px 5px 15px; border-radius: 5px;
}
- HQ_page .newsDate {
font-style: italic; display: inline-block; color: #383838; float: right; padding-top: 5px; padding-right: 15px;
}
.pop_why {
border: 2px solid #f58631; color: #f58631; font-weight: bold; text-align: center; border-radius: 50%; float: none; margin-right: 5px; margin-left: 5px; padding-left: 6px; padding-top: 2px; padding-right: 6px; padding-bottom: 2px; cursor: pointer;
}
.pop_why:hover {
color: #fff; background-color: #f58631;
}
.pop_close {
font-size: 25px; border: 3px solid #f58631; padding: 5px; padding-top: 0px; padding-right: 10px; color: #f58631; border-radius: 5px; cursor: pointer; font-weight: bold; width: 10px; height: 18px; float: right;
}
.pop_close:hover {
background-color: #f58631; color: white;
}
.pop_why_box {
display: none; left: 250px; top: 0px; background-color: white; padding: 15px; width: 500px; position: absolute; border: 3px solid #4e606e; border-radius: 3px; z-index: 100;
}
.pop_why_cover {
display: none; z-index: 100; margin-top: -65px; margin-left: -40px; width: 980px; height: 2100px; float: left; position: absolute; opacity: 0.5; background-color: #b2b2b2;
}
- HQ_page .click_open {
padding: 10px 15px; background-color: #f2f2f2; border: 1px solid #d3d3d3; border-radius: 3px; cursor: pointer; -webkit-transition: background 0.2s linear; transition: background 0.2s linear;
}
- HQ_page .click_icon {
font-size: 16px; float: right; margin-top: -25px;
}
- HQ_page .click_content {
display: none;
}
- HQ_page p {
font-size: 17px; text-align: left;
}
- HQ_page .red_text {
color: red; font-weight: bold;
}
- HQ_page h1,
h2, h3, h4, h5 {
border-bottom: none; font-weight: normal;
}
- HQ_page .oneColumn h1,
- HQ_page .twoColumns h1,
- HQ_page .threeColumns h1,
- HQ_page .fourColumns h1,
- HQ_page .pop_why_content h1 {
color: #000000;
}
- HQ_page .oneColumn h2,
- HQ_page .twoColumns h2,
- HQ_page .threeColumns h2,
- HQ_page .fourColumns h2,
- HQ_page .pop_why_content h2 {
color: #5da88a;
}
- HQ_page .oneColumn h3,
- HQ_page .twoColumns h3,
- HQ_page .threeColumns h3,
- HQ_page .fourColumns h3,
- HQ_page .pop_why_content h3 {
color: #4d5f6d;
}
- HQ_page .oneColumn h4,
- HQ_page .twoColumns h4,
- HQ_page .threeColumns h4,
- HQ_page .fourColumns h4,
- HQ_page .pop_why_content h4 {
color: #e9232f;
}
- HQ_page .oneColumn h5,
- HQ_page .twoColumns h5,
- HQ_page .threeColumns h5,
- HQ_page .fourColumns h5,
- HQ_page .pop_why_content h5,
- HQ_page .oneColumn h6,
- HQ_page .twoColumns h6,
- HQ_page .threeColumns h6,
- HQ_page .fourColumns h6,
- HQ_page .pop_why_content h6 {
color: #000000;
}
- HQ_page .oneColumn a,
- HQ_page .twoColumns a,
- HQ_page .threeColumns a,
- HQ_page .fourColumns a,
- HQ_page .pop_why_content a {
color: #f58631; font-weight: bold; text-decoration: none;
}
- HQ_page .oneColumn a:hover,
- HQ_page .twoColumns a:hover,
- HQ_page .threeColumns a:hover,
- HQ_page .fourColumns a:hover,
- HQ_page .pop_why_content a:hover {
color: #fbceac;
}
- HQ_page table {
border: 1px solid #ccc; border-collapse: collapse; width: 90% margin auto; margin-bottom: 15px; margin-top: 15px; margin-right: 10px; margin-left: 10px;
}
- HQ_page td {
padding: 10px; border: 1px solid #ccc; border-collapse: collapse; vertical-align: text-top;
}
- HQ_page th {
background-color: #f2f2f2; padding: 10px; color: black; border: 1px solid #ccc; border-collapse: collapse; vertical-align: text-top;
}
- sideMenu {
width: 170px; position: absolute; top: 20px; left: 1020px; z-index: 10; padding-top: 0px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background-color: white; text-align: left;
}
- sideMenu ul {
margin-top: 0px; margin-bottom: 0px;
}
- sideMenu .sideMenu a:hover {
text-decoration: none;
}
- HQ_page #home_logo {
margin-bottom: 10px; margin-top: 10px;
}
- sideMenu #home_logo:hover {
opacity: 0.4;
}
- sideMenu #MainPage_menu ul li {
width: 183px; margin-left: -30px; margin-bottom: 0px; list-style: none;
}
- sideMenu .mainMenu_Title {
width: 152px; float: left; padding-left: 15px; padding-top: 10px; padding-bottom: 10px; border: solid 1px #f2f2f2; font-size: 14px; -webkit-transition: background 0.1s linear; transition: background 0.1s linear;
}
- sideMenu .mainMenu_toggle {
width: 24px; text-align: center; float: left; font-size: 12px; margin-right: -17px; margin-left: -14px; padding-left: 5px; padding-bottom: 10px; padding-top: 10px; border: solid 1px #f2f2f2; -webkit-transition: background 0.1s linear; transition: background 0.1s linear;
}
- sideMenu .mainMenu_Title:hover,
- sideMenu .mainMenu_toggle:hover {
border: solid 1px #5da88a; background: #5da88a; color: white;
}
- sideMenu #MainPage_menu ul li li {
width: 183px; margin-bottom: 0px; margin-left: -15px; padding-left: 15px; padding-top: 5px; padding-bottom: 5px; cursor: pointer; border: solid 1px #f2f2f2; background-color: white; color: black; font-size: 12px;
}
- sideMenu #MainPage_menu ul li li:hover {
border: solid 1px #5da88a; background: #5da88a; color: white;
}
- sideMenu .switch_Menus {
width: 30px; font-size: 18px; margin-left: -15px; display: block;
}
- sideMenu .sideMenuTitle {
width: 140px; margin-left: 0px; font-size: 16px;
}
- sideMenu .expand_subMenus {
width: 30px; font-size: 20px; margin-right: -15px;
}
- sideMenu .sideMenuTitle,
- sideMenu .expand_subMenus,
- sideMenu .switch_Menus {
height: 30px; padding-top: 10px; float: left; font-weight: bold; color: #4e606e; background-color: #e8edaa; cursor: pointer; text-align: center;
}
- sideMenu .sideMenuTitle:hover,
- sideMenu .expand_subMenus:hover,
- sideMenu .switch_Menus:hover {
background-color: #f17530; color: white;
}
- sideMenu h4 {
color: #5ba88a;
}
- sideMenu .subMenu_toggle {
float: right; cursor: pointer;
}
- sideMenu ul {
margin-left: 15px; list-style: disc;
}
- sideMenu ol {
margin-left: 17px;
}
- sideMenu ul a,
- sideMenu ol a {
font-weight: bold; color: #4e606e;
}
- sideMenu ul a:hover,
- HQ_page #sideMenu ol a:hover {
color: #f27631;
}
- sideMenu ul ul {
margin-left: 15px; list-style: none; color: #4e606e;
}
- sideMenu ul ul a {
color: black; font-weight: normal;
}
- sideMenu ul ul a:hover {
color: #f27631; cursor: pointer;
}
/* cache key: 2016_igem_org:resourceloader:filter:minify-css:7:9de31c2a662ec63786ac655a980ca1bb */ button, [type='button'], [type='reset'], [type='submit'] {
-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #1565c0; border: 0; border-radius: 3px; color: #fff; cursor: pointer; display: inline-block; font-family: "pt_sansregular", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-size: 1em; -webkit-font-smoothing: antialiased; font-weight: 600; line-height: 1; padding: 0.8em 1.6em; text-align: center; text-decoration: none; -webkit-transition: background-color 150ms ease; transition: background-color 150ms ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; white-space: nowrap;
} button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
background-color: #11519a; color: #fff;
} button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
cursor: not-allowed; opacity: 0.5;
} button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
background-color: #1565c0;
}
fieldset {
background-color: transparent; border: 0; margin: 0; padding: 0;
}
legend {
font-weight: 600; margin-bottom: 0.4em; padding: 0;
}
label {
display: block; font-weight: 600; margin-bottom: 0.4em;
}
input, select, textarea {
display: block; font-family: "pt_sansregular", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-size: 1em;
}
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06); box-sizing: border-box; margin-bottom: 0.8em; padding: 0.5333333333em; -webkit-transition: border-color 150ms ease; transition: border-color 150ms ease; width: 100%;
} [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
border-color: #b1b1b1;
} [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
border-color: #1565c0; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7); outline: none;
} [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
background-color: #f2f2f2; cursor: not-allowed;
} [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
border: 1px solid #ddd;
} [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #8d8a8a;
} [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
color: #8d8a8a;
} [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #8d8a8a;
} [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
color: #8d8a8a;
}
textarea {
resize: vertical;
}
[type="checkbox"], [type="radio"] {
display: inline; margin-right: 0.4em;
}
[type="file"] {
margin-bottom: 0.8em; width: 100%;
}
select {
margin-bottom: 0.8em; width: 100%;
}
html {
box-sizing: border-box;
}
- ,
- before,
- after {
box-sizing: inherit;
}
html, body {
height: 100%;
}
ul, ol {
list-style-type: none; margin: 0; padding: 0;
}
dl {
margin: 0;
}
dt {
font-weight: 600; margin: 0;
}
dd {
margin: 0;
}
figure {
margin: 0;
}
img, picture {
margin: 0; max-width: 100%;
}
table {
border-collapse: collapse; margin: 0.8em 0; table-layout: fixed; width: 100%;
}
th {
border-bottom: 1px solid #a6a6a6; font-weight: 600; padding: 0.8em 0; text-align: left;
}
td {
border-bottom: 1px solid #ddd; padding: 0.8em 0;
}
tr, td, th {
vertical-align: middle;
}
@font-face {
font-family: 'Roboto-black'; src: url("https://static.igem.org/mediawiki/2016/1/10/T--Peshawar--Roboto-Black.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/8/82/T--Peshawar--Roboto-Black.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-bold'; src: url("https://static.igem.org/mediawiki/2016/1/16/T--Peshawar--Roboto-Bold.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/6/6c/T--Peshawar--Roboto-Bold.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-medium'; src: url("https://static.igem.org/mediawiki/2016/4/4a/T--Peshawar--Roboto-Medium.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/d/d2/T--Peshawar--Roboto-Medium.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-regular'; src: url("https://static.igem.org/mediawiki/2016/b/bd/T--Peshawar--Roboto-Regular.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/a/a6/T--Peshawar--Roboto-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-thin'; src: url("https://static.igem.org/mediawiki/2016/4/41/T--Peshawar--Roboto-Thin.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/7/7f/T--Peshawar--Roboto-Thin.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-light'; src: url("https://static.igem.org/mediawiki/2016/c/c1/T--Peshawar--Roboto-Light.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/c/c2/T--Peshawar--Roboto-Light.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-italic'; src: url("https://static.igem.org/mediawiki/2016/6/63/T--Peshawar--Roboto-Italic.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/9/98/T--Peshawar--Roboto-Italic.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-condensed-regular'; src: url("https://static.igem.org/mediawiki/2016/9/91/T--Peshawar--RobotoCondensed-Regular-webfont.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/7/7b/T--Peshawar--RobotoCondensed-Regular-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-condensed-bold'; src: url("https://static.igem.org/mediawiki/2016/4/4f/T--Peshawar--RobotoCondensed-Bold-webfont.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/c/ca/T--Peshawar--RobotoCondensed-Bold-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'Roboto-condensed-light'; src: url("https://static.igem.org/mediawiki/2016/9/95/T--Peshawar--RobotoCondensed-Light-webfont.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/1/1f/T--Peshawar--RobotoCondensed-Light-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'pt_sansbold'; src: url("https://static.igem.org/mediawiki/2016/4/44/T--Peshawar--PT-Sans-bold.eot"); src: url("https://static.igem.org/mediawiki/2016/4/44/T--Peshawar--PT-Sans-bold.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/7/78/T--Peshawar--PT-Sans-bold.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/9/97/T--Peshawar--PT-Sans-bold.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/f/f7/T--Peshawar--PT-Sans-bold.svg#pt_sansbold") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'pt_sansregular'; src: url("https://static.igem.org/mediawiki/2016/b/b8/T--Peshawar--PT-Sans-regular.eot"); src: url("https://static.igem.org/mediawiki/2016/b/b8/T--Peshawar--PT-Sans-regular.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/b/b8/T--Peshawar--PT-Sans-regular.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/e/ed/T--Peshawar--PT-Sans-regular.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/6/66/T--Peshawar--PT-Sans-regular.svg#pt_sansregular") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'pt_sans_narrowregular'; src: url("https://static.igem.org/mediawiki/2016/0/0c/T--Peshawar--PT-Sans-narrow-regular.eot"); src: url("https://static.igem.org/mediawiki/2016/0/0c/T--Peshawar--PT-Sans-narrow-regular.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/4/48/T--Peshawar--PT-Sans-narrow-regular.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/2/22/T--Peshawar--PT-Sans-narrow-regular.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/b/be/T--Peshawar--PT-Sans-narrow-regular.svg#pt_sans_narrowregular") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'pt_sans_narrowbold'; src: url("https://static.igem.org/mediawiki/2016/9/9d/T--Peshawar--PT-Sans-narrow-bold.eot"); src: url("https://static.igem.org/mediawiki/2016/9/9d/T--Peshawar--PT-Sans-narrow-bold.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/4/4b/T--Peshawar--PT-Sans-narrow-bold.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/8/8a/T--Peshawar--PT-Sans-narrow-bold.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/d/d9/T--Peshawar--PT-Sans-narrow-bold.svg#pt_sans_narrowbold") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'open_sansregular'; src: url("https://static.igem.org/mediawiki/2016/d/d5/T--Peshawar--open-sans-regular.eot"); src: url("https://static.igem.org/mediawiki/2016/d/d5/T--Peshawar--open-sans-regular.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/7/73/T--Peshawar--open-sans-regular.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/c/ca/T--Peshawar--open-sans-regular.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/a/ac/T--Peshawar--open-sans-regular.svg#open_sansregular") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'open_sansbold'; src: url("https://static.igem.org/mediawiki/2016/8/80/T--Peshawar--open-sans-bold.eot"); src: url("https://static.igem.org/mediawiki/2016/8/80/T--Peshawar--open-sans-bold.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/2/20/T--Peshawar--open-sans-bold.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/1/12/T--Peshawar--open-sans-bold.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/4/4b/T--Peshawar--open-sans-bold.svg#open_sansbold") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'open_sansbold_italic'; src: url("https://static.igem.org/mediawiki/2016/5/53/T--Peshawar--open-sans-bold-italic.eot"); src: url("https://static.igem.org/mediawiki/2016/5/53/T--Peshawar--open-sans-bold-italic.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/7/71/T--Peshawar--open-sans-bold-italic.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/d/db/T--Peshawar--open-sans-bold-italic.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/b/bf/T--Peshawar--open-sans-bold-italic.svg#open_sansbold_italic") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'open_sanslight'; src: url("https://static.igem.org/mediawiki/2016/0/0e/T--Peshawar--open-sans-light.eot"); src: url("https://static.igem.org/mediawiki/2016/0/0e/T--Peshawar--open-sans-light.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/1/19/T--Peshawar--open-sans-light.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/4/49/T--Peshawar--open-sans-light.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/0/07/T--Peshawar--open-sans-light.svg#open_sanslight") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'raleway_bold'; src: url("https://static.igem.org/mediawiki/2016/1/13/T--Peshawar--raleway-bold.eot"); src: url("https://static.igem.org/mediawiki/2016/1/13/T--Peshawar--raleway-bold.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/d/d4/T--Peshawar--raleway-bold.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/f/f5/T--Peshawar--raleway-bold.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/6/61/T--Peshawar--raleway-bold.svg#raleway_bold") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'raleway_medium'; src: url("https://static.igem.org/mediawiki/2016/3/38/T--Peshawar--raleway-medium.eot"); src: url("https://static.igem.org/mediawiki/2016/3/38/T--Peshawar--raleway-medium.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/c/c6/T--Peshawar--raleway-medium.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/8/88/T--Peshawar--raleway-medium.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/4/4e/T--Peshawar--raleway-medium.svg#raleway_medium") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'raleway_regular'; src: url("https://static.igem.org/mediawiki/2016/c/c9/T--Peshawar--raleway-regular.eot"); src: url("https://static.igem.org/mediawiki/2016/c/c9/T--Peshawar--raleway-regular.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/8/8e/T--Peshawar--raleway-regular.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/8/82/T--Peshawar--raleway-regular.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/4/45/T--Peshawar--raleway-regular.svg#raleway_regular") format("svg"); font-weight: normal; font-style: normal;
} @font-face {
font-family: 'raleway_light'; src: url("https://static.igem.org/mediawiki/2016/7/70/T--Peshawar--raleway-light.eot"); src: url("https://static.igem.org/mediawiki/2016/7/70/T--Peshawar--raleway-light.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2016/e/e5/T--Peshawar--raleway-light.woff") format("woff"), url("https://static.igem.org/mediawiki/2016/8/81/T--Peshawar--raleway-light.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2016/3/32/T--Peshawar--raleway-light.svg#raleway_light") format("svg"); font-weight: normal; font-style: normal;
} body {
color: #413c3c; font-family: "pt_sansregular", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-size: 1em; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
h1, h2, h3, h4, h5, h6 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; line-height: 1.2; margin: 0 0 0.8em;
}
p {
margin: 0 0 0.8em;
}
a {
color: #1565c0; text-decoration: none; -webkit-transition: color 150ms ease; transition: color 150ms ease;
} a:active, a:focus, a:hover {
color: #104c90;
}
.navigation-list {
line-height: 1.7em;
} .navigation-list li a {
font-family: "Roboto-condensed-regular", "Big Caslon", "Tahoma", "Verdana", "sans-serif";
}
.all-in-one-footer-container {
color: #817D74;
} .all-in-one-footer-container h3 {
font-family: "Roboto-condensed-light", "Big Caslon", "Tahoma", "Verdana", "sans-serif";
} .all-in-one-footer-container h4 {
font-family: "Roboto-light", "Big Caslon", "Tahoma", "Verdana", "sans-serif";
}
hr {
border-bottom: 1px solid #ddd; border-left: 0; border-right: 0; border-top: 0; margin: 1.6em 0;
}
body {
font-family: "pt_sansregular", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 400; font-style: normal; font-size: 17px; margin: 0 auto;
}
h1 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 600; font-style: inherit; font-size: 83px; line-height: 99px; margin-top: 33px; margin-bottom: 0px;
}
h2 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 600; font-style: inherit; font-size: 49px; line-height: 66px; margin-top: 33px; margin-bottom: 33px;
}
h3 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 600; font-style: inherit; font-size: 29px; line-height: 33px; margin-top: 33px; margin-bottom: 0px;
}
h4 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 600; font-style: inherit; font-size: 17px; line-height: 33px; margin-top: 33px; margin-bottom: 0px;
}
h5 {
font-family: "pt_sansbold", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-weight: 400; font-style: italic; font-size: 17px; line-height: 33px; margin-top: 33px; margin-bottom: 0px;
}
ul ul, ol ol, ul ol, ol ul {
margin-top: 0; margin-bottom: 0;
}
hr {
border: 1px solid; margin: -1px 0;
}
b, strong, em, small, code {
line-height: 1;
}
sup {
line-height: 0; position: relative; vertical-align: baseline; top: -0.5em;
}
sub {
bottom: -0.25em;
}
a {
color: #268ED9;
}
html {
box-sizing: border-box;
}
- , *::after, *::before {
box-sizing: inherit;
}
/*!
* Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars * Version: 2 Development * Url: http://www.adchsm.com/slidebars/ * Author: Adam Charles Smith * Author url: http://www.adchsm.com/ * License: MIT * License url: http://www.adchsm.com/slidebars/license/ */
/**
* Box Model, Html & Body */
html, body, [canvas=container], [off-canvas] {
margin: 0; padding: 0; box-sizing: border-box;
}
html, body {
width: 100%; height: 100%;
}
/**
* Canvas */
[canvas] {
z-index: 1;
}
[canvas=container] {
width: 100%; height: 100%; overflow-y: auto; position: relative; background-color: white; /* Basic background color, overwrite this in your own css. */ -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
[canvas=container]:before, [canvas=container]:after {
clear: both; content: ; display: table;
}
/**
* Off-Canavs */
[off-canvas] {
display: none; position: fixed; overflow: hidden; overflow-y: auto; background-color: black; /* Basic background color, overwrite this in your own css. */ color: white; /* Basic colors, overwrite this in your own css. */ -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}
[off-canvas*=top] {
width: 100%; height: 255px; top: 0;
}
[off-canvas*=right] {
width: 255px; height: 100%; top: 0; right: 0;
}
[off-canvas*=bottom] {
width: 100%; height: 255px; bottom: 0;
}
[off-canvas*=left] {
width: 255px; height: 100%; top: 0; left: 0;
}
[off-canvas*=reveal] {
z-index: 0;
}
[off-canvas*=push] {
z-index: 1;
}
[off-canvas*=overlay] {
z-index: 9999;
}
[off-canvas*=shift] {
z-index: 0;
}
/**
* Animation */
[canvas], [off-canvas] {
-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; -webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}
[off-canvas*=shift][off-canvas*=top] {
-webkit-transform: translate(0px, 50%); transform: translate(0px, 50%);
}
[off-canvas*=shift][off-canvas*=right] {
-webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px);
}
[off-canvas*=shift][off-canvas*=bottom] {
-webkit-transform: translate(0px, -50%); transform: translate(0px, -50%);
}
[off-canvas*=shift][off-canvas*=left] {
-webkit-transform: translate(50%, 0px); transform: translate(50%, 0px);
}
/**
* Print */
@media print {
[canvas] { -webkit-transform: translate(0px, 0px) !important; transform: translate(0px, 0px) !important; }
[off-canvas] { display: none !important; }
} /* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+matlab+sass+scss */ /**
* prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author Lea Verou */
code[class*="language-"], pre[class*="language-"] {
color: black; background: none; text-shadow: 0 1px white; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none; background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none; background: #b3d4fc;
}
@media print {
code[class*="language-"], pre[class*="language-"] { text-shadow: none; }
} /* Code blocks */ pre[class*="language-"] {
padding: 1em; margin: .5em 0; overflow: auto;
}
- not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
- not(pre) > code[class*="language-"] {
padding: .1em; border-radius: .3em; white-space: normal;
}
.token.comment, .token.prolog, .token.doctype, .token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
color: #905;
}
.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
color: #690;
}
.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
color: #a67f59; background: rgba(255, 255, 255, 0.5);
}
.token.atrule, .token.attr-value, .token.keyword {
color: #07a;
}
.token.function {
color: #DD4A68;
}
.token.regex, .token.important, .token.variable {
color: #e90;
}
.token.important, .token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
/* // 3. Base stuff @import
'base/base', 'base/fonts', 'base/typography', 'base/helpers';
- /
- sideMenu,
- top_title {
display: none;
}
- content {
width: 100vw; padding: 0px; border: none; color: black; margin-left: auto; margin-right: auto; background-color: #fff; position: relative;
}
- globalWrapper {
font-size: inherit; padding-bottom: 0;
}
- top_menu_under {
height: 0px;
}
ul {
list-style-image: none;
}
- HQ_page p {
font-family: "pt_sansregular", "Big Caslon", "Tahoma", "Verdana", "sans-serif"; font-size: 17px;
}
- HQ_page a {
text-decoration: none;
}
hr {
margin-top: 10px; margin-bottom: 10px; color: #eed369;
}
[off-canvas*=left] {
width: 300px; padding-top: 50px; padding-left: 50px; text-align: right; padding-right: 30px; text-transform: none; z-index: 3; background: #0D111F;
}
.navigation-list li a {
color: #fff; position: relative;
} .navigation-list li a:before {
content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: white; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;
} .navigation-list li a:hover:before {
visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1);
}
.header-outer-container .sticky-header {
max-width: 100%; margin-left: auto; margin-right: auto; padding: 20px 0px 0px 0px;
} .header-outer-container .sticky-header::after {
clear: both; content: ""; display: block;
} .header-outer-container .sticky-header .logo-wrapper {
float: left; display: block; margin-right: 2.3576520234%; width: 14.7019566472%; margin-left: 42.6490216764%;
} .header-outer-container .sticky-header .logo-wrapper:last-child {
margin-right: 0;
} .header-outer-container .sticky-header .logo-wrapper::after {
clear: both; content: ""; display: block;
} .header-outer-container .sticky-header .logo-wrapper .logo {
-webkit-filter: grayscale(100%); filter: grayscale(100%);
} .header-outer-container .sticky-header .logo-wrapper .logo:hover {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
.js-toggle-left-slidebar {
position: fixed; float: left; z-index: 1; height: 80px; width: 100px; background: url() no-repeat; background-size: 100% 100%; background-position: center;
}
.js-toggle-left-slidebar:hover {
-webkit-filter: brightness(0); filter: brightness(0);
}
/* FILL COLOR */ .social-main-footer-svg {
height: 30px; width: 30px; margin: 2px;
} .social-main-footer-svg #facebook-circle, .social-main-footer-svg #twitter-circle, .social-main-footer-svg #instagram-circle, .social-main-footer-svg #blog-circle {
opacity: 0; filter: alpha(opacity=0);
} .social-main-footer-svg #facebook, .social-main-footer-svg #twitter, .social-main-footer-svg #instagram, .social-main-footer-svg #blog {
fill: white;
}
a svg:hover #facebook {
fill: #3b5998;
}
a svg:hover #twitter {
fill: #1da1f2;
}
a svg:hover #instagram {
fill: #c13584;
}
a svg:hover #blog {
fill: #f57d00;
}
/* Hover transitions */ a svg #facebook, a svg #twitter, a svg #instagram, a svg #blog {
transition: 200ms; transition-timing-function: ease-in-out; -webkit-transition: 200ms; -webkit-transition-timing-function: ease-in-out;
}
.social-page-footer-svg {
height: 45px; width: 45px; margin: 10px;
} .social-page-footer-svg #facebook-circle, .social-page-footer-svg #twitter-circle, .social-page-footer-svg #instagram-circle, .social-page-footer-svg #blog-circle {
opacity: 0; filter: alpha(opacity=0);
} .social-page-footer-svg #facebook, .social-page-footer-svg #twitter, .social-page-footer-svg #instagram, .social-page-footer-svg #blog {
fill: #6A6A6A;
}
.social-page-footer-container {
max-width: 100%; margin-left: auto; margin-right: auto; padding: 2.3576520234%; text-align: center;
} .social-page-footer-container::after {
clear: both; content: ""; display: block;
}
@media screen and (max-width: 6400px) {
.full-content-wrapper-container { max-width: 100%; margin-left: auto; margin-right: auto; } .full-content-wrapper-container::after { clear: both; content: ""; display: block; } .full-content-wrapper-container .full-width-content-wrapper { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .full-content-wrapper-container .full-width-content-wrapper:last-child { margin-right: 0; }
.centered-content-wrapper-container { max-width: 1200px; margin-left: auto; margin-right: auto; } .centered-content-wrapper-container::after { clear: both; content: ""; display: block; } .centered-content-wrapper-container .centered-content-wrapper { float: left; display: block; margin-right: 2.3576520234%; width: 65.8807826589%; margin-left: 17.0596086706%; } .centered-content-wrapper-container .centered-content-wrapper:last-child { margin-right: 0; }
.all-in-one-footer-container { color: rgba(255, 255, 255, 0.8); width: 100%; display: table; width: 100%; table-layout: fixed; background-color: red; text-align: center; } .all-in-one-footer-container .all-in-one-footer-address { display: table-cell; width: 33.3333333333%; padding: 2.3576520234%; background-color: #1C1D2C; } .all-in-one-footer-container .all-in-one-footer-social { display: table-cell; width: 33.3333333333%; padding: 2.3576520234%; background-color: #1C1D2C; } .all-in-one-footer-container .all-in-one-sponsors { display: table-cell; width: 33.3333333333%; padding: 2.3576520234%; text-align: center; background-color: #000; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk { float: left; display: block; margin-right: 7.4229717578%; width: 46.2885141211%; text-align: right; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .dost { float: left; display: block; margin-right: 7.4229717578%; width: 46.2885141211%; text-align: left; padding: 2.3576520234%; margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .dost:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .cecos { float: left; display: block; margin-right: 7.4229717578%; width: 46.2885141211%; text-align: right; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .cecos:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .iib { float: left; display: block; margin-right: 7.4229717578%; width: 46.2885141211%; text-align: left; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .iib:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk img { max-width: 90%; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk img:hover { content: url(); } .all-in-one-footer-container .all-in-one-sponsors .dost img { max-width: 90%; } .all-in-one-footer-container .all-in-one-sponsors .dost img:hover { content: url(); } .all-in-one-footer-container .all-in-one-sponsors .cecos img { max-width: 85%; } .all-in-one-footer-container .all-in-one-sponsors .cecos img:hover { content: url(); } .all-in-one-footer-container .all-in-one-sponsors .iib img { max-width: 85%; } .all-in-one-footer-container .all-in-one-sponsors .iib img:hover { content: url(); }
} @media screen and (max-width: 1000px) {
p { font-size: 20px; line-height: 37px; }
a { font-size: 21px; }
.full-content-wrapper-container { max-width: 100%; margin-left: auto; margin-right: auto; } .full-content-wrapper-container::after { clear: both; content: ""; display: block; } .full-content-wrapper-container .full-width-content-wrapper { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .full-content-wrapper-container .full-width-content-wrapper:last-child { margin-right: 0; }
.centered-content-wrapper-container { max-width: 1200px; margin-left: auto; margin-right: auto; } .centered-content-wrapper-container::after { clear: both; content: ""; display: block; } .centered-content-wrapper-container .centered-content-wrapper { float: left; display: block; margin-right: 2.3576520234%; width: 82.9403913294%; margin-left: 8.5298043353%; } .centered-content-wrapper-container .centered-content-wrapper:last-child { margin-right: 0; }
.all-in-one-footer-container { max-width: 1200px; margin-left: auto; margin-right: auto; background-color: red; text-align: center; } .all-in-one-footer-container::after { clear: both; content: ""; display: block; } .all-in-one-footer-container .all-in-one-footer-address { float: left; display: block; margin-right: 2.3576520234%; width: 100%; background-color: #1C1D2C; } .all-in-one-footer-container .all-in-one-footer-address:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-footer-social { float: left; display: block; margin-right: 2.3576520234%; width: 100%; background-color: #1C1D2C; } .all-in-one-footer-container .all-in-one-footer-social:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors { float: left; display: block; margin-right: 2.3576520234%; width: 100%; background-color: #000; } .all-in-one-footer-container .all-in-one-sponsors:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .cecos { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; text-align: right; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .cecos:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; text-align: right; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .dost { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; text-align: left; margin-right: 0; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .dost:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .iib { float: left; display: block; margin-right: 2.3576520234%; width: 48.8211739883%; text-align: left; padding: 2.3576520234%; } .all-in-one-footer-container .all-in-one-sponsors .iib:last-child { margin-right: 0; } .all-in-one-footer-container .all-in-one-sponsors .govt-kpk img { max-width: 50%; } .all-in-one-footer-container .all-in-one-sponsors .dost img { max-width: 50%; } .all-in-one-footer-container .all-in-one-sponsors .cecos img { max-width: 50%; } .all-in-one-footer-container .all-in-one-sponsors .iib img { max-width: 50%; } .all-in-one-footer-container .all-in-one-sponsors .social-page-footer-svg { height: 35px; width: 35px; margin: 7px; }
} .bourbon {
-webkit-filter: grayscale(1); filter: grayscale(1);
}
.bourbon img:hover {
content: url();
}
.neat img:hover {
content: url();
}
.bitters img:hover {
content: url();
}
.refills img:hover {
content: url();
}
- email {
width: 15px;
}
- location {
width: 10px;
}
- phone {
width: 10px;
}
- email,
- location,
- phone {
-webkit-filter: brightness(5) contrast(0); margin-right: 4px;
}
.all-in-one-footer-address a, .all-in-one-footer-social a {
text-decoration: none; color: inherit;
} .all-in-one-footer-address #h4-email, .all-in-one-footer-social #h4-email {
margin-top: 25px;
} .all-in-one-footer-address #h4-phone, .all-in-one-footer-social #h4-phone {
margin-top: 2px;
} .all-in-one-footer-address a, .all-in-one-footer-social a {
position: relative;
} .all-in-one-footer-address a:before, .all-in-one-footer-social a:before {
content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: white; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s;
} .all-in-one-footer-address a:hover:before, .all-in-one-footer-social a:hover:before {
visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1);
}
.all-in-one-footer-container h3 {
color: white;
} .all-in-one-footer-container h4 {
color: #6A6A6A;
}
.wiki-design h4 {
margin-top: 5px;
} .wiki-design button {
background-color: transparent; border: 3px solid #6A6A6A; border-radius: 0px;
} .wiki-design button:hover {
background-color: white; border: 3px solid white; color: #1C1D2C;
} .wiki-design a {
color: #6A6A6A;
} .wiki-design a:hover {
visibility: none;
}
body {
background: #000; background-size: cover;
}
video {
position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; z-index: -1;
}
- video-title-home-page {
min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center;
}
- video-title-home-page h2 {
margin: 0; max-width: 750px;
}
.team-container {
max-width: 100%; margin-left: auto; margin-right: auto; padding: 2.3576520234%;
} .team-container::after {
clear: both; content: ""; display: block;
} .team-container .team-wrapper .picture, .team-container .team-wrapper .picture-advisor {
float: left; display: block; margin-right: 2.3576520234%; width: 23.2317609825%; text-align: center;
} .team-container .team-wrapper .picture:last-child, .team-container .team-wrapper .picture-advisor:last-child {
margin-right: 0;
} .team-container .team-wrapper .bio {
float: left; display: block; margin-right: 2.3576520234%; width: 74.4105869942%;
} .team-container .team-wrapper .bio:last-child {
margin-right: 0;
} .team-container .team-wrapper .bio h4 {
margin-bottom: 0px; margin-top: 0px; color: white;
} .team-container .team-wrapper .bio h3 {
margin-top: 0px; margin-bottom: 0px; color: white;
} .team-container .team-wrapper .bio p:last-child {
margin-bottom: 0;
} .team-container .team-wrapper .bio p {
color: rgba(255, 255, 255, 0.8); margin-top: 25px;
}
.ali {
background-color: #000000;
}
.asif {
background-color: #4b1437;
}
.hadi {
background-color: #062140;
}
.ismail {
background-color: #024667;
}
.maleeha {
background-color: #18121E;
}
.mansoor {
background-color: #155765;
}
.masoom {
background-color: #5e0231;
}
.rabia {
background-color: #1B0529;
}
.rayyan {
background-color: #00303F;
}
.sami {
background-color: #34223b;
}
.sarah {
background-color: #192231;
}
.sidra {
background-color: #083C5D;
}
.faisal {
background-color: #000000;
}
.adil {
background-color: #252839;
}
.adnan {
background-color: #4D505B;
}
.ali:hover img {
content: url("");
}
.asif:hover img {
content: url("");
}
.hadi:hover img {
content: url("");
}
.ismail:hover img {
content: url("");
}
.maleeha:hover img {
content: url("");
}
.mansoor:hover img {
content: url("");
}
.masoom:hover img {
content: url("");
}
.rabia:hover img {
content: url("");
}
.rayyan:hover img {
content: url("");
}
.sami:hover img {
content: url("");
}
.sarah:hover img {
content: url("");
}
.sidra:hover img {
content: url("");
}
.picture img:hover {
-webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px;
}
@-webkit-keyframes shake {
10%, 90% { -webkit-transform: translate3d(-1px, 0, 0); transform: translate3d(-1px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-4px, 0, 0); transform: translate3d(-4px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
} @keyframes shake {
10%, 90% { -webkit-transform: translate3d(-1px, 0, 0); transform: translate3d(-1px, 0, 0); } 20%, 80% { -webkit-transform: translate3d(2px, 0, 0); transform: translate3d(2px, 0, 0); } 30%, 50%, 70% { -webkit-transform: translate3d(-4px, 0, 0); transform: translate3d(-4px, 0, 0); } 40%, 60% { -webkit-transform: translate3d(4px, 0, 0); transform: translate3d(4px, 0, 0); }
} @media screen and (max-width: 1000px) {
.team-container { max-width: 100%; margin-left: auto; margin-right: auto; padding: 2.3576520234%; } .team-container::after { clear: both; content: ""; display: block; } .team-container .team-wrapper .picture, .team-container .team-wrapper .picture-advisor { float: left; display: block; margin-right: 2.3576520234%; width: 100%; text-align: center; } .team-container .team-wrapper .picture:last-child, .team-container .team-wrapper .picture-advisor:last-child { margin-right: 0; } .team-container .team-wrapper .bio { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .team-container .team-wrapper .bio:last-child { margin-right: 0; } .team-container .team-wrapper .bio h4, .team-container .team-wrapper .bio h3 { margin-top: 0; margin-bottom: 10px; text-align: center; } .team-container .team-wrapper .bio p:last-child { margin-bottom: 0; }
} .social-team-footer {
height: 30px; width: 30px; margin: 2px;
} .social-team-footer #facebook-circle, .social-team-footer #twitter-circle, .social-team-footer #instagram-circle, .social-team-footer #web-circle, .social-team-footer #wordpress-circle, .social-team-footer #email-circle, .social-team-footer #linkedin-circle {
opacity: 0; filter: alpha(opacity=0);
} .social-team-footer #facebook, .social-team-footer #twitter, .social-team-footer #instagram, .social-team-footer #Shape, .social-team-footer #wordpress, .social-team-footer #envelope, .social-team-footer #linkedin {
fill: white;
}
a svg:hover #facebook {
fill: #3b5998;
}
a svg:hover #twitter {
fill: #1da1f2;
}
a svg:hover #instagram {
fill: #c13584;
}
a svg:hover #Shape {
fill: #365ebf;
}
a svg:hover #wordpress {
fill: #d54e21;
}
a svg:hover #envelope {
fill: #C73524;
}
a svg:hover #linkedin {
fill: #0077b5;
}
/* Hover transitions */ a svg #facebook, a svg #twitter, a svg #instagram, a svg #Shape, a svg #wordpress, a svg #envelope, a svg #linkedin {
transition: 200ms; transition-timing-function: ease-in-out; -webkit-transition: 200ms; -webkit-transition-timing-function: ease-in-out;
}
.adnan .picture-advisor img, .faisal .picture-advisor img, .adil .picture-advisor img {
width: 200px;
}
.attributions-container {
max-width: 100%; margin-left: auto; margin-right: auto; padding: 2.3576520234%; color: white;
} .attributions-container::after {
clear: both; content: ""; display: block;
} .attributions-container .attributions-wrapper .picture-attributions {
float: left; display: block; margin-right: 2.3576520234%; width: 23.2317609825%; text-align: center;
} .attributions-container .attributions-wrapper .picture-attributions:last-child {
margin-right: 0;
} .attributions-container .attributions-wrapper .bio {
float: left; display: block; margin-right: 2.3576520234%; width: 74.4105869942%;
} .attributions-container .attributions-wrapper .bio:last-child {
margin-right: 0;
} .attributions-container .attributions-wrapper .bio h4, .attributions-container .attributions-wrapper .bio h3 {
margin-top: 0; margin-bottom: 10px;
} .attributions-container .attributions-wrapper .bio p:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
.attributions-container { max-width: 100%; margin-left: auto; margin-right: auto; padding: 2.3576520234%; } .attributions-container::after { clear: both; content: ""; display: block; } .attributions-container .attributions-wrapper .picture-attributions { float: left; display: block; margin-right: 2.3576520234%; width: 100%; text-align: center; } .attributions-container .attributions-wrapper .picture-attributions:last-child { margin-right: 0; } .attributions-container .attributions-wrapper .picture-attributions img { width: 200px; } .attributions-container .attributions-wrapper .bio { float: left; display: block; margin-right: 2.3576520234%; width: 100%; } .attributions-container .attributions-wrapper .bio:last-child { margin-right: 0; } .attributions-container .attributions-wrapper .bio h4, .attributions-container .attributions-wrapper .bio h3 { margin-top: 0; margin-bottom: 10px; text-align: center; } .attributions-container .attributions-wrapper .bio p:last-child { margin-bottom: 0; }
} .waqas {
background-color: #4b1437;
}
.zabta {
background-color: #173041;
}
.zaman {
background-color: #291d33;
}
.siraj {
background-color: #09132f;
}
.andrew {
background-color: #002a33;
}
.fahim {
background-color: #4c5456;
}
.illyas {
background-color: #062140;
}
.johar {
background-color: #024667;
}
.natasha {
background-color: #18121E;
}
.mukhtar {
background-color: #155765;
}
.rabail {
background-color: #21263b;
}
.uzair {
background-color: #1B0529;
}
.salman {
background-color: #00303F;
}
.faaiz {
background-color: #311c39;
}
.carlos {
background-color: #192231;
}
.abida {
background-color: #083C5D;
}
.waqas {
background-color: #000000;
}
.vilnius {
background-color: #252839;
}
.technion {
background-color: #4D505B;
}
.iit {
background-color: #331632;
}
.notebook-timeline {
width: 100vw; height: 100vh;
}
.MathJax nobr > span.math > span {
border-left-width: 0 !important;
}
.table-minimal {
border-collapse: separate; border-spacing: 0; width: 100%;
} .table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th {
background-color: #fafafa;
} .table-minimal tbody tr:first-child td {
border-top: 4px solid #ddd;
} .table-minimal thead th {
background-color: white; border-bottom: 0; padding: 0.75em 1em; text-align: left;
} .table-minimal tbody {
background-color: #fff;
} .table-minimal tbody td {
border-bottom: 0; border-top: 1px solid #ddd; line-height: 1.6; padding: 0.75em 1em;
} .table-minimal tbody td button {
display: inline-block; font-size: 0.7em; line-height: 1.6; margin-bottom: 0.3em; margin-right: 0.5em; outline: none; padding: 0.3em 1em; width: 100%;
} @media screen and (min-width: 600px) {
.table-minimal tbody td button { margin-bottom: 0; width: auto; }
}
.wiki img {
display: block; margin: 0 auto; -webkit-filter: drop-shadow(5px 5px 5px #222); filter: drop-shadow(5px 5px 5px #222);
}