* { /*kma*/
    /*margin: 0;*/
    /*padding: 0;*/
}

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body { /*kma*/
	background-color: #fff;
	color: #333;
	font-family: Roboto,sans-serif;
	font-size: 16px;
	/*letter-spacing: 0.5px;*/
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a { /*kma*/
	color: #de202c; 
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover { /*kma*/
	color: #de202c;
	text-decoration: underline;
}

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

.button {
	background-color: #de202c;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .13px;
	/*text-transform: uppercase;*/
	outline-offset: -1px;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	text-decoration: none;
}

.button:hover,
.button:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;	
}

p {
	margin: 0 0 28px;
	margin-bottom: 28px;
	padding: 0;
}

#main-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 9999;	
	background-color: #000;
	width: 100%;
	color: #fff;
	font-size: 14px;
}

#main-header .wrap {
	max-width: 1280px;
	height: 125px;
	padding: 20px 30px;	
	margin: 0 auto;
}

#header-left,
#header-right {
	display: block;
	width: auto;
}

#header-left {
	float: left;
}

#header-right {
	float: right;
	margin-top: 27px;
}

#header-right a.all-events {
	background-color: #de202c;
	color: #fff;
	/*display: block;*/
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .13px;
	text-transform: uppercase;
	outline-offset: -1px;
	padding-bottom: 14px;
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
	border: 2px solid #de202c;	
	text-decoration: none;
}

#header-right a.all-events:hover,
#header-right a.all-events:focus {
	border: 2px solid #fff;	
}


/* Custom Header With Shrinking Logo
--------------------------------------------- */

#main-header .shrink {
	height: 80px;
    padding: 3px 30px;
	transition: all 0.2s ease-in-out;	
}

#header-left {
	/*margin-top: -20px;*/
	transition: all 0.2s ease-in-out;	
}

/* add shrink class to site-header - https://websiteguider.com/on-scroll-fixed-header/*/
/* use transition code from - https://sridharkatakam.com/shrinking-logo-on-scroll-in-genesis-sample-2-6-0/*/
.shrink #header-left {
	max-width: 120px!important;
	margin-top: 6px;
	transition: all 0.2s ease-in-out;	
}

.shrink #header-right {
	margin-top: 21px;
	transition: all 0.2s ease-in-out;	
}

H1 { 
    font-family: Roboto,sans-serif; 
	font-size: 28px;
    text-align: center; 
    color: #333; /*kme*/
	margin: 15px 0; /*kma*/
	overflow: hidden; /*stops text from wrapping under logo*/
}

H2 { 
    font-family: Roboto,sans-serif; 
    color: #333; /*kme*/ 
	text-align: left; /*kma*/
	margin-top: 10px; /*kma*/
}

table.competitors td h2 {
	margin: 0;
}

H3 { font-family: Roboto,sans-serif; 
     color: #333; /*kme*/ 
	text-align: left; /*kma*/	 
}

/*  Offset html anchors for fixed header with pure css - see comment section at http://darktef.github.io/posts/2017-03-offset-html-anchors-for-fixed-header-with-css
--------------------------------------------- */

:target {
	padding-top: 90px;
	margin-top: -90px;
	display: block;
}


.featured-image {
	position: relative;
	left: 0;
	top: 0;
}

.featured {
	position: relative;
	top: 0;
	left: 0;
}

.dots {
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0.3
}

.events-header {
	background-color: #e5e5e5;
	padding: 14px 20px;
	line-height: 1.643;
}

#index-content {
	max-width: 1280px;
	margin: 0 auto;
	min-height: 700px;
	padding: 60px 30px 0;
}

/*#index-content h1 {
	display: none;
}*/

.highlight-box-index,
.highlight-box-events {
  background-color: #e5e5e5;
  text-align: center;
  margin: 0 0 36px;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;  
  font-style: italic;
}

#index-content ol,
#index-content ul {
	margin-bottom: 30px;
	padding-left: 15px;
}

#index-content ol > li {
	list-style-type: circle;
}

#index-content ul > li {
	list-style-type: circle;
}

#index-content ol ul > li,
#index-content ul ul > li {
	list-style-type: circle;
}

#index-content ol ol,
#index-content ul ul {
	margin-bottom: 0;
}

#index-content code {
	background-color: #f5f5f5;
}


/* Includes
--------------------------------------------- */

.before-highlight-box {
	
}

.after-highlight-box {
	
}

.after-content {
	
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.search-results #index-content { /*kma search results page*/
	border-bottom: 1px solid #eee;
}

table {
	border-collapse: collapse; /*kma make all tables show border if called for*/
	text-align: left;
	font-size: 14px;
} 

#main-content {
	overflow-x: auto; /*enable scroll bars for wide tables*/
	/*max-width: 1280px;
	margin: 0 auto;*/
}

#main-content > table { /*kma main table*/
	width: 100%;
	margin-bottom: 50px;
}

td, th { /*kma*/
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	text-transform: capitalize;	
}

td.tournamentheader { /*kma*/
	background-color: #e5e5e5;
	padding: 20px;
}

td.tournamentheader:before { /*kma*/
    content: url(images/judo-bc-live-results.png);
	float: left;
	margin-right: 50px;
	display: none;
}

#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > font:nth-child(1) { /*kma alphabet navigation*/
	padding: 10px 20px;
	/*background-color: #e5e5e5;*/
	margin: 10px 0 0;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 3px;
}

#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {width: 20%; min-width: 250px; padding: 0 10px 0 0;} /*main table 1st cell*/
.categorylinks > tbody:nth-child(1) > tr:last-of-type td {padding-bottom: 30px;} /*main table 1st cell last table last tr > td*/
#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) {width: 80%; padding: 0 10px 0 0;} /*main table 2nd cell*/
#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(1), /*main table 2nd cell > table*/
#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) > table:nth-child(2) {width: 100%;} /*category list of competitors table*/

table.categorylinks {
    font-family: Roboto,sans-serif; 
    background-color: #e5e5e5;
    width: 100%; /*kme*/
    border-collapse: collapse; 
    border-width: 0;
	padding-bottom: 30px; /*kma*/
}
td.categorylinksonly, td.categorylinksleft, td.categorylinksright {
    background-color: #e5e5e5;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    width: initial; /*kme*/
    color: #333;
}

table.resultslink, table.competitorslink, table.clubslink, table.categorieshdr, table.nextmatcheslink,
table.statisticslink, table.medalslink {
    font-family: Roboto,sans-serif; 
    background-color: #e5e5e5;
    width: 100%; /*kme*/
    margin-top: 3px;
	text-transform: capitalize; /*kma*/
}

td.resultslink, td.competitorslink, td.clubslink, td.categorieshdr, td.nextmatcheslink,
td.statisticslink, td.medalslink {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500; /*kme*/
    text-decoration: none;
    width: 100%; /*kme*/
    color: #333;
	text-transform: capitalize; /*kma*/	
}

td.resultslink .active, td.competitorslink .active, td.clubslink .active, td.categorieshdr .active, td.nextmatcheslink .active, td.statisticslink .active, td.medalslink .active { /*kma*/
    color: #333;
}

a.active {
	color: #333;
}

td.categorieshdr {
	font-weight: 500; /*kma*/
}

table.competitors { 
    font-family: Roboto,sans-serif; 
    background: #ffffff; 
    border-collapse: collapse; 
}

table.competitors td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

table.resultlist td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

table.resultlist td a {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal; /*kme*/
    text-decoration: none; /*kme*/
    color: #de202c; /*kme*/
}

table.resultlist td a:focus,
table.resultlist td a:hover { /*kma*/
	color: #de202c;
	text-decoration: underline;
}

table.medals {
    border-width: 4;
}

table.medals td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    border-spacing: 8px 0px;
}

table.medals td.medalhdr {
    text-align: center; 
}

table.medals td.medalcnt {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    border-spacing: 8px 0px;
    text-align: center; 
    width: 20px;
}

table.medals th {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    text-align: left; 
}

table.medals th.medalcnt {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    text-align: center; 
    width: 20px;
}

table.compstat {
    /*border: solid #333;*/
    background-color: #fff; /*kme*/
    border-collapse: collapse /*kme*/;
    border-spacing: 8px 0px;
}

td.cshdr {
    border-bottom: 1px solid #aaa;
}

td.bscore {
    font-family: Roboto,sans-serif;
    background: #333; /*kme*/
    color: white;
    text-align: center;
}

td.wscore {
    font-family: Roboto,sans-serif;
    background: white;
    text-align: center;
}

table.statistics {
    border-spacing: 8px 0px;
}

table.statistics td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    text-align: right;
}

table.statistics td.stat1 {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    text-align: left;
}

table.statistics td.stat2 {
    text-align: center;
}

table.statistics th {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    text-align: right;
}

table.statistics th.stat1 {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    text-align: left;
}

table.competitor {
    border-collapse: collapse;
}

table.competitor td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    border-spacing: 0px 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

table.nextmatches {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    border-spacing: 0px 0px;
    border: 1px solid #aaa; /*kme*/
    border-collapse: collapse;
}
table.nextmatches td {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

table.nextmatches td.cpl {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #E0E8EF/*#DFC*/;
}
table.nextmatches td.cpr {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #E0E8EF/*#DFC*/;
}
table.nextmatches td.cul1 {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #DDD;
}
table.nextmatches td.cur1 {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #DDD;
}
table.nextmatches td.cdl1 {
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #DDD;
}
table.nextmatches td.cdr1 {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #DDD;
}
table.nextmatches td.cul2 {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #EEE;
}
table.nextmatches td.cur2 {
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #EEE;
}
table.nextmatches td.cdl2 {
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    background: #EEE;
}
table.nextmatches td.cdr2 {
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: #EEE;
}
table.nextmatches td.ccl2 {
    border-left: 1px solid #aaa;
    background: #EEE;
}
table.nextmatches td.ccr2 {
    border-right: 1px solid #aaa;
    background: #EEE;
}

tr.judogiok {
    color: #070;
}
tr.judoginok {
    color: #900;
}

table.tablesorter {
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #aaa; /*kme*/
	border-collapse:collapse;
}
table.tablesorter th {
	text-align: left;
	/*padding: 5px; kme*/
	background-color: #6E6E6E;
	border: 1px solid #aaa; /*kme*/
	cursor: pointer;
}
table.tablesorter td {
	color: #333;
	/*padding: 5px; kme*/
	border: 1px solid #aaa; /*kme*/
	cursor: pointer;
}
table.tablesorter .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	/*padding-left: 30px;
	padding-top: 8px; kme*/ 
	height: auto;
}
table.tablesorter .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.tablesorter .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
img.catimg {
    cursor: n-resize;
}
img.button {
    cursor: pointer;
}
div.catdiv {
    cursor: n-resize;
}

/* tooltip */
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}
#tt {position:absolute; display:block; background:url(tt_left.png) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(tt_top.png) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(tt_bottom.png) top right no-repeat; overflow:hidden}

@media print {
.nextmatcheslink, .medalslink, .statisticslink, .tournamentheader, .categorylinks, .categorieshdr, 
.competitorslink, .resultslink, .clubslink {
    display:none;
}
.catimg {
    width: 100%;
    height: 100%;
}
.catdiv {
    width: 6in;
    height: 8.5in;
}
.cattr2 {
    page-break-before: always;
}
}

/*kma*/
table.competitors tr,
table.resultlist tr,
table.medals tr, 
table.medalsByCountry tr,
table.statistics tr,
table.nextmatches tr,
table.compstat tr {
	border-bottom: 1px solid #aaa;
	font-size: 14px;
}

table.competitors tr:nth-child(1) {
	border-bottom: none;
}

#facebook {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 2px;
	background: url(/images/judo-bc-facebook.png);
	text-indent: -999em;
	position: relative;
}

#facebook:after {
	content: "";
	background: url(/images/judo-bc-facebook.png) bottom;
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	/*-webkit-transition: .1s;
	transition: .1s;*/
}

#twitter {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	background: url(/images/judo-bc-twitter.png);
	text-indent: -999em;
	position: relative;
}

#twitter:after {
	content: "";
	background: url(/images/judo-bc-twitter.png) bottom;
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	/*-webkit-transition: .1s;
	transition: .1s;*/
}

#instagram {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	background: url(/images/judo-bc-instagram.png);
	text-indent: -999em;
	position: relative;
}

#instagram:after {
	content: "";
	background: url(/images/judo-bc-instagram.png) bottom;
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	/*-webkit-transition: .1s;
	transition: .1s;*/
}

#youtube {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background: url(/images/judo-bc-youtube.png);
	text-indent: -999em;
	position: relative;
}

#youtube:after {
	content: "";
	background: url(/images/judo-bc-youtube.png) bottom;
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	/*-webkit-transition: .1s;
	transition: .1s;*/
}

#facebook:hover:after,
#twitter:hover:after,
#instagram:hover:after,
#youtube:hover:after {
	opacity: 1;
}

#main-footer {
	background-color: #000;
	width: 100%;
	height: auto;
	padding: 38px 30px;
	margin-top: 60px;
	color: #fff;
	font-size: 14px;
}

#main-footer .wrap {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

#footer-left {
	float: left;
	width: auto;
}

#footer-right {
	float: right;
	width: auto;
}

#footer-right a {
	color: #c2c2c2;
	text-decoration: none;
}

#footer-right a:focus,
#footer-right a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Scroll Top
--------------------------------------------- */

.scroll-top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	/*width: 6.2rem;
	height: 6.2rem;*/
	text-align: center;	
	cursor: pointer;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	z-index: 999999;	
}

.scroll-top:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 700px) {
	/*#main-content {
		overflow-x: auto; enable scroll bars for wide tables
	}*/
	#main-header {
		position: initial;
	}
	#header-left img {
		width: 140px;
		height: auto;
		margin-top: 6px;
	}
	/*#header-right {
		margin-top: 26px;
	}*/
	#header-right a.all-events {
		font-size: 12px;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 11px;
		padding-right: 11px;
	}
	td.tournamentheader {
		text-align: center;
	}
	td.tournamentheader:before {
		float: none;
		margin-right: 0;
	}
	H1 { 
		font-size: 22px;
	}
	table {
		table-layout: auto;
		word-break: normal;
	}
	#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) { /*main table 1st cell*/
		display: block;
		width: 100%;
		padding: 0;
	}
	#main-content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) { /*main table 2nd cell*/
		display: block;		
		width: 100%;
		padding: 0 10px;
	}
	#footer-left, #footer-right {
		display: block;
		width: 100%;
		text-align: center;
	}
	#footer-left {
		margin-bottom: 20px;
	}
	/*table.resultslink, table.competitorslink, table.clubslink, table.categorieshdr, table.nextmatcheslink, table.statisticslink, table.medalslink {
		margin-top: 0;
	}*/
	/*table.categorieshdr {
		background-color:#d7d7d7;
	}*/
}

@media screen and (max-width: 490px){
	#main-header .wrap {
		height: 110px;
		padding: 13px 20px;
	}
	#header-right {
		margin-top: 30px;
	}
	#facebook,
	#twitter,
	#instagram,
	#youtube {
		display: none;
	}
}
  :root {
    --base-font-family: Roboto,sans-serif;
    --base-font-size: 14px;
    --base-text-decoration: none;
    --base-colour: #de202c;
	--base-background-colour: #e5e5e5;
  }
  .bg-shiai-primary {
    background-color: var(--base-background-colour);
  }

  .shiai-menu-link {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    text-decoration: var(--base-text-decoration);
    color: var(--base-colour);
    font-weight: bold;
  }

  .shiai-category-link {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    text-decoration: var(--base-text-decoration);
    color: var(--base-colour);
    font-weight: normal;
  }
  .nav-link {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    text-decoration: var(--base-text-decoration);
    color: var(--base-colour);
    font-weight: bold;
  }
  .nav-link:hover {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
    text-decoration: var(--base-text-decoration);
    color: var(--base-colour);
    font-weight: bold;
    text-decoration: underline;
  }

/*@media only screen and (max-width: 400px) {
	#index-content ol,
	#index-content ul {
		padding-left: 14px;
	}
}*/