/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; overflow:hidden; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* Core */
/* variables*/
:root{
    --white: #ffffff;
    --black: #222222;
    --orange: #ff9030;
    --gray: #85888C;
    --green: #008a00;
} 

table {
    width: 100%;
}
html {
    line-height: 1;
}
body {
    margin: 0;
    color: #222;
    background: var(--white);
	font-family: "Helvetica Neue","Segoe UI", sans-serif;
	line-height:1rem;
	font-size:16px;
	padding:0;
	margin:0;
	height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
figure {
    margin: 1em 40px;
}
code,
kbd,
pre,
samp{
    font-family: monospace;
    font-size: 1em;
}

/* Links */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #00399e;
    text-decoration: none;
    border-bottom:transparent 1px solid;
}
#content a:hover, #footer a, #menu-box a:hover{
    border-bottom:#00399e 1px solid;
}
#content .home-main a:hover{
	border-bottom:0;
}

/* making links in articles and archives bold and getting rid of dumb double bold coding */
strong,
b,
footer strong,
article a,
article a strong,
article a b,
article strong a,
article b a,
strong strong,
b b,
strong b,
b strong,
.category-archive li a,
.dateline,
.glossary-entry a{
font-weight: 600;
}
article  .dateline a,
article  .entry-meta a{
	
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
blockquote,
cite,
em,
i {
    font-style: italic;
	font-weight:600;
}
summary {
    display: list-item;
}
#access,
.assistive-text,
.screen-reader-text,
[hidden],
template {
    display: none;
}
*,
::after,
::before {
    box-sizing: inherit;
}

ol li {
    margin: 1em 0;
}
ul li {
    margin-left: 1em;
    margin-bottom:0.65em;
    padding-left: 0.65em;
    list-style-position: outside;
    list-style-type: disc;
}
ul li ul li {
    list-style-type: disc;
}
ol {
    list-style-position: inside;
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 1em;
    margin-bottom: 0;
}
dl {
    margin: 1em 0;
}
dt {
    font-weight: 600;
}
dd{
	margin:0 1.67em 0;
}
p{
	margin:1em 0;
}
blockquote {
    margin: 16px 0;
    padding: 10px;
    background: #eee;
}
blockquote * {
    font-style: italic;
    font-weight: 600;
}
caption,
th {
    font-weight: 600;
}
h1,
h2 {
    font-weight: 600;
    padding: 0;
    overflow:visible; 
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    margin: 10px 0;
}
td,
th {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    vertical-align: top;
    font-size: 16px;
    padding: 6px 10px 6px 0;
    text-align: left;
}
#content #q1 .onweb label,
#footer img,
.header-button {
    vertical-align: middle;
}
h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 1em 0 0.67em;
}
h2 {
    font-size: 1.4em;
    margin: 0.67em 0;
}
.section-title,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 0.67em 0;
}
b h1,
b h2,
h1 *,
h2 *,
strong h1,
strong h2 {
    font-weight: 400;
}
hr {
    box-sizing: content-box;
    height: 5px;
    color: #e7a7a0;
    background: #e7a7a0;
    font-size: 0;
    border: 0;
    margin:20px 0 10px;
    clear:both;
}
/* #header styles */
#header{
	line-height:1;
    font-size:1rem;
    font-family:sans-serif;
}
/* #content styles */
#content {
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 5px 5px;
    line-height:1.6;
    font-size: 1rem;
  
}
#content .content {
    margin: 0 auto;
    padding: 0 5px 10px;
}
#content img {
    max-width: 100%;
    height: auto;
}
/* #footer styles */
#footer,
.disclaimer,
.home .clear {
    clear: both;
}
.feedback input[type="text"],
.feedback textarea {
    max-width: 80%;
}
.breadcrumb {
    padding: 2px 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font-size: 1rem;

}
.breadcrumb li {
    display: inline;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
.breadcrumb li + li:before {
    padding: 2px;
    content: "/\00a0";
}
.breadcrumb a{
	border-bottom:#00399e 1px solid;
}
#footer {
    padding: 6px 0 5px;
    margin: 24px auto 0;
    font-size: 1rem;
    line-height:1.6;
    background: #efefef;
    width: 100%;
    border-top: solid 0px #ff9030;
}
#footer .footer {
    margin: 0 auto;
    padding: 1px 10px;

}

.entry-content {
    border-bottom: solid 5px #ff9030;
    margin-bottom: 0;
    padding-bottom: 20px;
}
h1.entry-content{
	 margin-bottom: 1em;
}
.start-here h1{
	padding:10px;
	border:0;
	background: #fcdfdf;
	text-align:center;
}
.start-here h2{
	padding:10px;
	border:0;
	background: #dffcfc;
	text-align:center;
}
h1.no-content{
	padding:10px;
	border:0;
	background: #fcdfdf;
	text-align:center;
}
/* Aligns */
.alignright {
    float: right;
    display: inline;
    margin: 0 0 16px 16px;
}
.alignleft {
    float: left;
    display: inline;
    margin: 0 16px 16px 0;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

/* Responsive layout */

@media (min-width: 1013px) {
   
    #content {
        max-width: 630px;
    }
    #content .content {
        max-width: 620px;
    }
    .breadcrumb {
        margin: 16px 0;
    }
    .w3-right {
        margin-right: 0 !important;
    }
    #menu-box dl {
        max-width: 810px;
        margin: 0 auto;
    }
    #content,
    .breadcrumb,
    #footer,
    #respond{
    	font-size:1.1rem;
    }

}
@media (max-width: 1012px) and (min-width: 601px) {
    #content {
        max-width: 630px;
    }
    #content .content {
        max-width: 620px;
    }
    table {
        display: inline-block;
        overflow-x: auto;
        max-width: 620px;
    }
    td,
    th {
        font-size: 80%;
    }
}
@media (max-width: 600px) {
    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 16px auto;
        max-width: 100%;
    }

    #search-box input[type="text"] {
        width: auto;
    }
    .htb #content ol li a {
        word-wrap: break-word;
        word-break: break-all;
    }
    table {
        display: inline-block;
        overflow-x: auto;
    }
    td,
    th {
        font-size: 80%;
    }
}

/* Archives */

#content ul.post-archive {
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    display: block;
}

/* QA subject list */
/* HTB subject list */

.qa .post-archive li,
.htb .post-archive li{
  padding: 16px 0;
  margin: 0;
  border-bottom: solid 2px #e7a7a0;
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 1013px) {
    ul.post-archive li {
        width: 620px;
    }
    .content {
        min-width: 620px;
    }
}
.border,
.tab a,
.wp-caption {
    background: #eee;
}
.featured {
    display: inline-block;
    padding:0 5px;
    margin-right:5px;
    color:#fff;
    background: #606;
}
.rss-date,
.time {
    color: #222;
    display: inline-block;
}
.wp-caption {
    padding: 9px;
    max-width: 100%;
}
.wp-caption-text {
    text-align: center !important;
    padding: 4px;
    margin: 10px auto;
    line-height:1.2;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.border {
    padding: 1px 10px;
    margin: 10px 0;
    border-radius:15px;
}
.content * {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: initial;
}
/* Header */

.menu a{
    text-decoration: none;
}
.header ul li{
    list-style: none;
}
/* Header */
.header{
    background-color: var(--orange);
    box-shadow: 1px 1px 5px 0px var(--gray);
    position: sticky;
    top: 0;
    width: 100%;
    line-height:1;
	z-index:1;
}
/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    margin-left: 10px;
}
.logo img{
	width:160px;
	height:48px;
	vertical-align:middle;
}

.searchbox{
	display: block;
    padding:8px 10px 0;
    margin:10px 0;
    color: var(--black);
    text-align:center;
 
}
.searchbox  input{
	line-height:1;
}

.searchbox  [type="text"]{
padding:10px;

margin-right:10px;
}
.searchbox .searchsubmit{
	margin: 0;
    padding: 9px 20px;
    font: 20px/1.4em sans-serif;
    color: #fff;
    background: #008a00;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Header bar */

.header-bar-right{
	float:right;
	margin:0;
}

.header-button {
    border: none;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
   margin: 8px 8px 0  0;
    padding: 8px 10px;
    font-size: 18px;
    line-height:1em;
    color: #222;
    background: #fff;
    border-radius: 5px;
}


#header .header-bar {
  
    margin: 0 auto;
}
/* Icons */
.header-button svg{
	vertical-align:middle;
}
#search-box {
    background:#fff;
    color: #000;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}
#menu-box{
    background:#fff;
    color: #000;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}
#search-box form {
    padding: 0;
    margin: 0;
    text-align: center;
}
#search-box input[type="text"] {
    margin: 0;
    padding: 4px;
    height: 36px;
    font: 1.4em sans-serif;
    border: 1px solid #ccc;
    color: #333;
    background: #fefefe;
}
#search-box input[type="submit"],
.feedback input[type="submit"] {
    margin: 0;
    padding: 8px 20px;
    font: 16px/1.4em sans-serif;
    color: #fff;
    background: #060;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
#search-box input[type="submit"]:active,
.feedback input[type="submit"]:active {
    background: #3c3;
}
#search-box fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
#search-box legend {
    padding: 0;
    margin: 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
}

#search-box {
    padding-right: 40px;
}
#menu-box dl{
    padding: 0;
    display: block;
    clear: left;
    list-style-type: none;
}
#menu-box dl {
    margin: 20px auto;
}
.social dl {
    margin: 40px auto 0;
    font-weight:600;
}
#menu-box dt{
    margin: 10px 0;
    padding: 10px 0;
    list-style-type: none;
    display: block;
	font-size:28px;
	font-weight:600;
	color:#333;

}
#menu-box dd {
	clear:left;
    margin: 0;
    padding: 10px 0;
    display:block;
    font-size:22px;
    line-height:1.2;
}

#search-box, #search-box .bcs-container-searchbox {
  background-color: #fff;
}
#search-box h2.legend {
  font-size: 28px;
  width: 100%;
  text-align: center;
  color:#333;
  font-family: "Segoe UI", "Lucida Grande", sans-serif;
}
.fancybox-close-small{
	text-decoration:none;
}
.fancybox-close-small {
    position: absolute;
    top: 24px;
    right: 24px;
}

/* Guides */

/* page-page navigation */
.guidenav{
			display:block;
			clear:both;
			margin:25px 0;
			padding:10px;
			background:#efefef;
			border:0;
			border-radius:10px;
		}
.guidenav p{
			font-weight:600;
			margin:0 0 0.67em;
		}
.guidenav p:last-child{
	margin-bottom:0;
}
.guidenav p.guidetitle{
			text-transform:uppercase;
		}
/* Quotes */
.guides blockquote {
  padding: 10px;
  margin: 10px 0;
  background: url('https://waps.l3s.uni-hannover.de/live/oe_/https://i-base.info/images/quotes.png') 10px 16px no-repeat #eee;
  background-size: auto;
  background-size: 50px 50px;
  font-size: 1em;
  border-radius:0;
}
.guides blockquote p {
  margin-left: 55px;
  margin-top: 0;
}
.guides blockquote p:last-child{
	margin-bottom:0;
}
.guides blockquote strong{
	font-weight:600;
}
.guides aside{	
	display:block;
	width:100%;
}
.guides aside li{
	list-style-type:none;
	display:inline-block;
	margin-left:0;
	padding:0 20px 0 0;

}
.guides aside li a, .guides aside li a:hover{
	border-bottom:#00399e 1px solid;
	
}
.guides li{
	margin-bottom:1em;
}
.guides .nav-previous a::before{
	content:"\02770 \0020";
}
/* HTB */

.htbstrip{
	margin:20px 0 0;
}
.guides .htbstrip{
	margin:0 0 0;
}
.htb aside{	
	display:block;
	width:100%;
}
.htb aside li{

	list-style-type:none;
	display:inline-block;
	margin-left:0;
	padding:0 20px 0 0;

}
.htb aside li a, .htb aside li a:hover{
	border-bottom:#00399e 1px solid;
	
}
.htb div.entry-content{
	border-color:#e7a7a0;
}
.htb .nav-previous,
.ibase .nav-previous{
	float:left;
	margin: 1em 0;
  	padding: 0;
}
.htb .nav-next,
.ibase .nav-next{
	float:right;
	margin: 1em 0;
 	 padding: 0;
}
.htb .nav-previous a,
.htb .nav-next a,
.ibase .nav-previous a,
.ibase .nav-next a{
	float:none;
	font-size:1.4em;
	font-weight:600;
}
.htb .nav-previous a::before,
.ibase .nav-previous a::before{
	content:"\02770 \0020";
}
.htb .nav-next a::after,
.ibase .nav-next a::after{
	content:"\0020 \02771";
}
.toc li{
	margin-bottom:1em;
}
#content .htbstrip a, #content .htbstrip a:hover{
	border-bottom:0;
}
/* Q and A */

.qa aside{	
	display:block;
	width:100%;
}
.qa aside li{
	line-height:1;
	list-style-type:none;
	display:inline-block;
	margin-left:0;
	padding:0 20px 0 0;

}
.qa aside li a, .qa aside li a:hover{
	border-bottom:#00399e 1px solid;
	
}
.qa li{
	margin-bottom:1em;
}
.qa .nav-previous{
	float:left;
	margin: 1em 0;
  	padding: 0;
}
.qa .nav-next{
	float:right;
	margin: 1em 0;
 	 padding: 0;
}
.qa .nav-previous a,
.qa .nav-next a{
	float:none;
	font-size:1.4em;
}
.qa .nav-previous a::before{
	content:"\02770 \0020";
}
.qa .nav-next a::after{
	content:"\0020 \02771";
}
.qa div.entry-content {
  border-color: #e7a7a0;
}
.qa .answer, .qa h1 {
  color: #fff;
  font-size: 1.6em;
  padding: 12px 8px;
  margin: 0;
  line-height: 1em;
  text-align:center;
  font-weight:600;
}
.qa h1 {
  background: #000033;
}
.qa .answer {
  background: green;
}
/* Comments */
#comments-title {
  font-size: 1.4em;
  font-weight: 600;
  background: #efefef;
  text-transform: none;
  padding: 12px 8px;
  color: #333;
  margin-bottom: 1em;
  line-height:1.4em;
  text-align:center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  width: auto;
    z-index:-1;
}
@media (min-width: 1013px) {
     .commentlist {
    padding: 0;
  }
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin: 0 0 1.625em;
  border-radius:15px;
  padding: 1.625em 1.625em 1em;
  position: relative;
  z-index:-1;
}
.commentlist > li::before {
  content: url(https://waps.l3s.uni-hannover.de/live/oe_/https://i-base.info/images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.comment-author{
	font-weight:600;
}
/* hide website input field*/
.comment-form-url{
  display:none;
}
cite.fn{
	font-style: normal;
}
#respond {
  display: block;
  margin: 0 auto 1.625em;
  padding: 0;
  clear: both;
}
#reply-title {
  font-size: 1.4em;
  font-weight: 600;
  background: #efefef;
  text-transform: none;
  padding: 12px 8px;
  color: #333;
  text-align:center;
}
#respond .comment-notes, #respond .logged-in-as {
  
}

#q1 input[type="text"], #q1 textarea, #respond input[type="text"], #respond textarea, .feedback input[type="text"], .order-form input[type="text"] {
  background: #fff;
  border: 1px solid #666;
  position: relative;
  padding: 4px 10px;
  text-indent: 0;
	font-size:1rem;

}
#respond .comment-form-author label, #respond .comment-form-comment label, #respond .comment-form-email label, #respond .comment-form-url label, .order-form label {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  min-width: 60px;
  padding: 4px 6px;
  position: relative;
  text-align: center;
  cursor:pointer;

}
#q1 label{
	padding:10px;
	border:0;
	background: #dffcfc;
	text-align:left;
	display:block;
	font-weight:600;
	line-height:1.2em;
	font-size:1.4rem;
}
#q1 .onweb label{
		font-size:1.1rem;
}
#respond .comment-form-author, #respond .comment-form-comment, #respond .comment-form-email, #respond .comment-form-url {
  position: relative;
}
#respond input[type="text"], .feedback input[type="text"] {
  display: block;
  height: 24px;
  width: 75%;
}
#q1 input[type="text"]{
  display: block;
  height: 2.2em;
  width:95%;
}

#q1 input[type="text"], #q1 textarea, #respond input[type="text"], #respond textarea, .feedback input[type="text"], .order-form input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  padding: 4px 10px;
  text-indent: 0;
}
#q1 textarea{
   line-height:1.4em;	
}
#q1 input[type="submit"], #respond input#submit, .order-form input[type="submit"], a.ask-this {
  margin: 1em 0;
  padding: 8px 20px;
  line-height:1.2em;
  font-size:1.1rem;
  color: #fff;
  background: #008a00;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
}
/* QA ask a question button */
a.ask-this {
  font-size: 1.4rem;
  line-height:1.4em;
  padding: 12px 20px;
  display: inline-block;
  border-bottom:0;
}
.qa h2 a:hover{
	border-bottom:0;
}
#q1 textarea, #respond textarea {
  resize: vertical;
  width: 95%;
}
#q1 .onweb{
	margin-bottom:16px;
}
#q1 .onweb label{
	margin-top:-20px;
}
#q1 .onweb input{
	margin-left:-1000px;
}
#q1 p{
	font-size: 1.1rem;
}
#q1 input[type="checkbox"] + label span, .order-form input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: url(//waps.l3s.uni-hannover.de/live/oe_///i-base.info/images/check_radio_sheet.png) left top no-repeat;
  cursor: pointer;
}
#q1 input[type="checkbox"]:checked + label span, .order-form input[type="checkbox"]:checked + label span {
  background: url(//waps.l3s.uni-hannover.de/live/oe_///i-base.info/images/check_radio_sheet.png) -20px top no-repeat
}
.qa article{
	margin-top:20px;
}
	
.comment-meta{
	font-weight:600;
}
.nomargintop{
	margin-top:0;
}
.nomarginbottom{
	margin-bottom:0;
}
.guides .minus10marginbottom{
	margin-bottom:-10px;
}
.padding20top{
	padding-top:20px;
}

/* Glossary */
.ibase .glossary-index ul {
    padding: 0;
    margin: 10px 0;
}
.ibase .glossary-index li {
    list-style-type: none;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0;
}
.ibase .glossary-index a {
    color: #f7f7f7;
    background: #114197;
    padding: 5px 10px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}
.glossary-index li.current-cat a:hover,
.ibase .glossary-index li.current-cat a {
    color: #fff;
    background: #333;
    padding: 5px 10px;
    display: block;
    min-width: 20px;
    text-align: center;
    cursor: default;
    text-decoration: none;
}
.archive h2.entry-content,
.qa .entrycontent{
	border-color: #e7a7a0;
}
.qa .entry-content h2 a,
.post-archive a,
.feedback a{
	font-weight:600;
}
.category-archive p{
	font-size: 1.4em;
}
.above-the-line{
	margin:0;
	line-height:1;
}
.above-the-line a{
 	border-bottom: #00399e 1px solid;
	margin:0 20px 0 2px;
}
span.heart{
	color:#c00;
	font-size:18px;
}
span.feedback{
	color:#063;
	font-size:18px;
}
.page-list a {
  font-weight: 600;
}
.guides-content {
    border-bottom: 0;
    margin:0;
    padding-bottom: 10px;
}
.guides-content h2{
	font-size: 1.2em;
	margin:0;
}
h2.entry-content a,
.entry-content h2 a{
	font-weight:600;
}
.ttfa #content .entry-content{
border-color: #BA7933;
}
.manual-page-list{
	background:#efe0e0;
}
.manual-page-list h2{
	margin-top:0;
}
.ttfa h1:first-of-type{
	margin-top: 0.4em;
}
.ttfa-strip{
	margin-top:16px;
}
.wwm h1 {
    margin-top: 0;
    padding-bottom: 0;
    color: #c00;
    font-size: 1.6em;
    font-weight: 400;
}
.wwm h2 {
  	color: #c06;
  	font-weight: 400;
}
.wwm .frontpage2 {
  	color: #c00;
}
.wwm .frontpage3 {
  	color: #c06;
}
.wwm .frontpage4 {
  	color: #000;
}
.wwm a.border {
  	clear: none;
 	width: auto;
  	display: inline-block;
  	margin: 1em 0 0;
 	padding: 0.5em 1em;
  	border-radius: 5px;
  	background: #c00;
  	color: #fff;
  	text-decoration: none;
  	font-size: 1.2em;
  	font-size: 1.6em;
}
.wwm .alignright {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
}
.wwm .border:hover {
    border-color: #c06;
    background: #c06;
    text-decoration: none;
}
.wwm .ibase-tac {
  	clear: both;
}
#content .htb-logo-strip a,
#content .htb-logo-strip a:hover,
#content .htb-logo-strip a:active{
	border-bottom:0;
}
.toc h2 {
  text-transform: uppercase;
  border-bottom: #e7a7a0 5px solid;
  padding: 16px 0;
  margin-bottom: 24px;
  font-size:1em;
}
.htb .htb-logo-strip{
	margin-top:16px;
}
div.alignnone{
	margin-bottom:16px;
}