h1 {
  font-size: 2.37em;
  margin: 0.67em 0;
}

h2{
  font-size: 2.4em;
}
h3{
  font-size: 1.39em;
}


.simpleMenu li{

    list-style-type: none;
}


.socialMenu img
{
	width:48px;
	height:48px;
	margin: 5px;
}
.socialMenu img:hover
{
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);	
}

sup {
    line-height: 1.5;
}

/*
.ui-dialog
{
  background:white;
  z-index:12000;
}

.ui-dialog-titlebar-close
{
  float:right;
  width:20px;
  height:20px;
  position: relative;
}


*/


.ui-dialog-titlebar-close::before
{
  content: "X";
  position: absolute;
  left:2px;
  top:-10px;
}

#fixed{
  position:fixed;
  top:120px;
  z-index: 40;
  background:white;
  left: 0px;
  right:0px;
}
