body { margin-top: 0; padding-top: 0;}
#main a, a:visited, a:active {
   	color: dimgray;
   	text-decoration: none;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#header, #menu {
	width: 97.9167%;
	margin: 0px 1.04167%;
	background-color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
#menu {
	margin-top:1rem;
	margin-bottom:1rem;
	display:flex;
	justify-content: space-between;
}
#menu > a {
  	color: dimgray;
	padding-left:1em;
	padding-right:1em;
	border-bottom-style: none;
}
#footer {
    width: 100%;
    float: left;
    clear: left;
    margin: 2em 0 0;
    padding-top: 0.7ex;
    text-align: center;
}
#footer a, a:visited, a:active {
   	color: dimgray;
   	text-decoration: none;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#sibLogoDiv {
	padding: 5px;
}
#sibLogoDiv >a {
	border-bottom-style: none;
}
#sibLogo {
	width: 60px;
}
#fund {
	font-size: small;
}
#fund a {
	font-size: small;
}
#legal {
	font-size: small;
}
#legal a {
	font-size: small;
}
span.info {
    font-size: 9pt;
    white-space: nowrap;
    height: 2em;
}

#sparql-area form {
	background-color: #f4f4f4;
}
.homepage section {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #888;
}
#sparql-area h3,
.sidebar h3 {
	background-color: #E1E1E1;
	color: #009ee3;
}

#examples {
	background-color: #E6E6E6;
	color: #000;
}

#about-area {
	background-color: #E6E6E6;
}

#about-area>h4 {
	color: #E30613;
}
#news > h3 {
	background-color: #009EE3;
}
#news > h3 > a {
	color:  #E30613;
	font-weight:bolder;
	font-size:larger;
}

.button, button, input[type="button"], .exampleLink  {
	color: #E30613;
	background-color: #f8bca5;
}
table tr th {
	color: #E40614;
	background-color: #f8aaa4;
}
table tr:nth-child(2n) {
    background-color: rgba(248, 188, 165, 0.3);
}

table tr td:last-child {
    border-right: none;
}
table tr td:first-child {
    border-left: none;
}
#page-header {
	grid-area:pageheader;
}
 h2.page-title{
	color: rgb(0, 154, 147);
}

a {
	color: #312783;
}

.sparql.homepage {
	grid-template-columns: 1fr 1em 1fr 1em 1fr;
	grid-template-areas: "sparql sparql sparql . about" 
						 "examples examples examples examples examples ";
	
}
#news {
	display:none;
}

#sib_header_small {
    height: 50px;
    --bg-opacity: 1;
	background-color: #e1e1e1;
	background-color: rgba(225, 225, 225, var);
	width: 100%;
    color: #282828;
    position: relative;
    display: flex;
	justify-content: space-between;
}
#sib_header_small > #sib_expasy_logo {
  	margin-top: 8px;
    margin-left: 18px;
    width: 229px;
    height: 32px;
    background: transparent url(https://hamap.expasy.org/images/expasy_logos/Expasy_logo_base_addon.svg) no-repeat top left;
}
#sib_header_small > #sib_expasy_logo > a#expasy_link {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}
#sib_header_small h1 {
    margin: auto;
    font-size: 21px;
    margin-top: 18px;
    top: 15px;
    color: #282828;
}

#sib_header_small h1 > a, #sib_header_small h1 > a:hover, #sib_header_small h1 > a:visited {
    color: #282828 ;
    text-decoration: none;
}

#sib_header_nav {
 	margin-top: 8px;
    margin-right: 18px;
    font: 10px Helvetica, sans-serif;
    right: 10px;
    top: 10px;
    white-space: nowrap;
}
#sib_header_nav > a{
	padding:1rem;	
}
a.sib_contact_link {
	font-weight: bold;
	color: rgb(204, 0, 0);
}

#sparqlhome {
	position: relative;
	vertical-align: top;
	top: 29px;
	font-size: 30px;
	color:#E30613;
}