html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
	display: flex;
	flex-direction: column;
	align-items: center;
  }
a.help:hover {
	position: relative;
  }
  
  a.help:hover span {
	display: block;
	position: absolute;
	padding:4px 4px;
	border: 1px solid black;
	background-color: #F8F8F8;
  }
  
  .niceLinks {
	  color: #ff0000;
	  text-decoration:none;
  }
  
  .niceLinks :hover {
	  text-decoration:underline;
	  cursor: pointer;
  }
  
  
  .visible-scrollbar::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
  }
  .visible-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  } 
  
 #sib_container{
	position: relative;
	padding: 0;
	margin: 0;
 	top: 0;
	left: 0;
	width: 100%;
	min-height: calc(100vh - 160px);
	background-color: white;
	flex: 1 1 auto;
}	
  
  #sib_header {
	  /* background-image: url(../images/sib_images/sib_header_medium_bkgd.png); */
	  height: 100px;
	  width: 100%; 
	  position: relative;  
	  margin-left: auto; 
	  margin-right: auto;
  }
  
  #sib_header h1 a {
	  text-decoration: none;
	  color: #282828;
  }
  
  #sib_header_big #sib_logo,#sib_header_small #sib_logo,#sib_header #sib_logo
  {
	  position: absolute;
	  top: 15px;
	  left: 18px;
	  width: 100%;
	  height: 150px;
	  /* background: transparent url(../images/sib_images/sib_logo_199x106.gif) no-repeat top left; */
		  z-index: 2;
  }
  
  #sib_header #sib_logo {
	  top:15px;
	  left:10px;
	  width: 100%;
	  height: 92px; 
	  background: transparent url(../images/SwissTargetPrediction.svg) no-repeat top left;
  }
  
  #sib_header #pika {
	  top: 12px;
	  width: 141px;
	  height: 75px;
	  background: transparent url(../images/pika.png) no-repeat top left;
 
  }
  
  
  #sib_header_small #sib_logo {
	  top: 8px;
	  width: 43px;
	  height: 32px;
	  background: transparent url(../images/sib_images/sib_logo_43x32.gif) no-repeat top left;
  }
  
  /*
  #sib_header #beta{
	  position: absolute;
	  top: 10px;
	  left: 600px;
	  height: 120px;
	  background: transparent url(../images/beta.png) no-repeat top left;
  }
  */
  
  #sib_header h1 {
	  position: relative;
	  top: 50px;
	  color: #282828;
	  text-align: center;
	  font: 24pt Helvetica, Verdana, sans-serif;
	  white-space: nowrap;
	  margin: 0 50px;
  }
  
  #sib_header h1 {
	  font-size: 20pt;
	  top: 30px;
  }
  
  #sib_header #sib_title {
	  top: 0;
	  height: 100px;
	  margin: 0;
	  padding: 0 350px;
  }
  
  #sib_header_small #sib_title {
	  top: 0;
	  height: 50px;
	  margin: 0;
	  padding: 0 150px;
  }
  
  #sib_header_small #sib_title {
	  left: 70px;
	  height: 32px;
  }
  
  #sib_title {
	  top: 0;
	  height: 150px;
	  margin: 0;
	  padding: 0 300px;
  }
  
  #sib_header_big #sib_title {
	  height: 106px;
	  left: 250px;
  }
  
  #sib_header #mm_logo {
	  position: absolute;
	  top: 10px;
	  left: 170px;
	  width: 150px;
	  height: 93px;
	  background: transparent url(../images/sib_images/MMlogo.png) no-repeat top left;
  }
  
  #sib_header #mm_pikachu {
	  position: absolute;
	  top: 30px;
	  left: 220px;
	  width: 330px;
	  height: 180px;
	  background: transparent url(../images/sib_images/MMpikachu.png) no-repeat top left;
  }
  
  #sib_header h1.with_search{
		  font-size: 18pt;
		  top: 40px;
  }
  
  #sib_header, #sib_header_small a, a:visited, a:hover, a.navigation:visited {
	  text-decoration: none;
	  color: #282828;
  }
  
  #sib_header_nav{
	  right: 35px; /*better right alignement with menus*/
  }
  .sib_drop_rmenu {right: 25px;}
  
  ul.sib_menu li a.sib_link, ul.sib_menu_horizontal li a.sib_link, ul.sib_menu li a.sib_link:visited, ul.sib_menu_horizontal li a.sib_link:visited {
	  color: #371C1C;
  }
  
  /*drop down*/
  .sib_drop_menu {width:800px; height:32px; position:absolute;right: 50px;bottom: 0px; z-index:100; font-family:Helvetica, sans-serif;}
  /* hack to correct IE5.5 faulty box model */
  * html .sib_drop_menu {width:746px; width:745px;}
  /* remove all the bullets, borders and padding from the default list styling */
  .sib_drop_menu ul {padding:0;margin:0;list-style-type:none;}
  .sib_drop_menu ul ul {padding: 10px;background: #fff;}
  /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
  .sib_drop_menu li {float:right;position:relative;}
  /* style the links for the top level */
  .sib_drop_menu a, .sib_drop_menu a:visited {display:block;font-size:12px;text-decoration:none; color:#666666; height:25px;  padding-left:10px; padding-right:10px; line-height:29px; font-weight:bold;}
  .sib_drop_menu a:hover {display:block;font-size:12px;text-decoration:none; color:#ff0000; height:25px;  padding-left:10px; padding-right:10px; line-height:29px; font-weight:bold;}
  /* a hack so that IE5.5 faulty box model is corrected */
  * html .sib_drop_menu a, * html .sib_drop_menu a:visited {width:68px; width:68px;}
  
  /* style the second level background */
  .sib_drop_menu ul ul a.drop, .sib_drop_menu ul ul a.drop:visited {background:#FFF url(../images/triangle_left_grey.gif) no-repeat 140px center;}
  /* style the second level hover */
  .sib_drop_menu ul ul a.drop:hover{background:#C00 url(../images/triangle_left_grey.gif) no-repeat 140px center; color: #FFF;}
  .sib_drop_menu ul ul :hover > a.drop {background:#c00 url(../images/triangle_left.gif) no-repeat 140px center;color:#fff;}
  /* style the third level background */
  .sib_drop_menu ul ul ul a, .sib_drop_menu ul ul ul a:visited {background:#fff;}
  /* style the third level hover */
  .sib_drop_menu ul ul ul a:hover {background:#c00;}
  
  
  /* hide the sub levels and give them a positon absolute so that they take up no room */
  .sib_drop_menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;}
  /* another hack for IE5.5 */
  * html .sib_drop_menu ul ul {top:30px;top:31px;}
  
  /* position the third level flyout menu */
  .sib_drop_menu ul ul ul{left:149px; top:-1px; width:149px;}
  
  /* position the third level flyout menu for a left flyout */
  .sib_drop_menu ul ul ul.right {left:-169px;}
  
  /* style the table so that it takes no ppart in the layout - required for IE to work */
  .sib_drop_menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
  
  /* style the second level links */
  .sib_drop_menu ul ul a, .sib_drop_menu ul ul a:visited {background:#FFF; color:#515151; height:auto; line-height:1em; padding:5px 10px; width:128px;border-bottom: 1px solid #ddd; font-weight: normal;}
  /* yet another hack for IE5.5 */
  * html .sib_drop_menu ul ul a, * html .sib_drop_menu ul ul a:visited {width:150px;width:128px;}
  
  /* style the top level hover */
  .sib_drop_menu a:hover{height: 25px; margin-bottom: 3px;}
  .sib_drop_menu :hover > a{height: 25px; margin-bottom: 3px;}
   .sib_drop_menu ul ul a:hover{color:#FFF; background:#c00;margin-bottom: 0px;height: auto;}
   .sib_drop_menu ul ul :hover > a {color:#fff; background:#c00; margin-bottom: 0px;height: auto;}
  /* make the second level visible when hover on first level list OR link */
  .sib_drop_menu ul li:hover ul,
  .sib_drop_menu ul a:hover ul{visibility:visible;height: auto;margin-top: -4px;border-top: 2px solid #c00;background: #fff url(../sib_images/ul_triangle.gif) 20px 0px no-repeat; }
  /* keep the third level hidden when you hover on first level list OR link */
  .sib_drop_menu ul :hover ul ul{visibility:hidden;}
  /* make the third level visible when you hover over second level list OR link */
  .sib_drop_menu ul :hover ul :hover ul{ visibility:visible;}
  
  /* end drop down */
  
  #sib_footer {
	  position: relative;
	  bottom: 0;
	  height: 50px;
	  background-color:#f0f0f0;
	  width: 100%;
	  color: #5f5f5f;
	  /* letter-spacing: 1px; */
	  font-family: Verdana;
	  font-size:9.3px;
	  font-weight: normal;
	  z-index: 2;
  }
  
  #sib_footer_content {
	  position: relative;
	  /* padding: 9px 36px 0px 36px; */
	   padding-top: 5px;
	  padding-bottom: 5px;          
	  padding-right: 5px;
	  padding-left: 5px;  
  }
  
  #sib_footer a {
	  text-decoration: none;
	  color: #5f5f5f;
		  font-family: Verdana;
	  font-size:9.3px;
	  font-weight: normal;
  }
  
  #sib_footer a:hover {
	  color: #5f5f5f;
	  text-decoration: underline;
		  font-family: Verdana;
	  font-size:9.3px;
	  font-weight: normal;
  }
  
  #sib_footer a images {
	  border: none;
	  vertical-align: middle;
	  padding-right: 5px;
  }
  
  #sib_logo span,#mm_logo span {
	  display: none;
 }
  
  #sib_logo span,#mm_pikachu span {
	  display: none;
  }
  
  #borderleft {
	  width: 0px;
	  background: url(../images/sib_images/f-left2.png);
  }
  
  #borderright {
	  width: 0px;
	  background: url(../images/sib_images/f-right2.png);
  }

#sib_body table,td,th {
	  border: 0 solid #DBDBDB;
	  border-collapse: collapse;
  }
  
 
  #sib_body a.sib_link:hover a:hover {
	  text-decoration: underline;
  }
  
  .maintable {
	position: relative;
	  width: 100%;
	  height:100%;
	  /* min-height: 1090px; */
	  border: none;
	  text-align: left;
	  margin-left: auto;
	  margin-right: auto;
	  background-color: #FFF;
	  border-left: hidden;
	  border-right: hidden;
	  border-spacing: 0px;
	  border-collapse: collapse;
	/* padding-bottom:50px;/*same as height of footer*/
  }
  
  .trmaintable,.tdmaintable {
	  border: 0;
	  margin: 0;
	  padding: 0;
  }
  
  
  #optionExample :hover {
		  text-decoration: underline;
  }
  
  
  #toggleSketcher :hover {
		  text-decoration: underline;
  }
  
.hoverImg {
	position: relative;
	width: 20px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
  }
  
  /* Make the image to responsive */
  .helpImg {
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
  }
  
  /* The overlay effect - lays on top of the container and over the image */
  .overlay {
	position: absolute;
	width: 500px;
	height: 100px;
	overflow: hidden;
	background: #e7e7e7;
	font-size: 10pt;
	padding: 5px;
	text-align: center;

	visibility: hidden;
	opacity: 0;
  
	/* transition effect. not necessary */
	transition: opacity .2s, visibility .2s;
  }

  .overlaytxt {
	position: absolute;
  }

  /* When you mouse over the container, fade in the overlay title */
  .hoverImg:hover .overlay {
	visibility: visible;
  	opacity: 1;
  }
