html {
  /* Always show scroll bar so that re-rendering table doesn't shift content */
  overflow-y: scroll;
}

body {
  background: #eee;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #666;
  margin: 8px;
  font-size: 14px;
}

a {
  color: #68060d; /* red */
  text-decoration: none;
}

a:hover {
  color: #daa520; /* gold */
  /* color: #68060d; */
  text-decoration: none;
  /*text-decoration: / underline bold; */
}

h1 {
  font-size: 15pt;
  /* color: #305b89; */
  /* color: #80bfff; */
  color: #484848; /* dark gray */
}

h4 {
  font-size: 13pt;
  color: #484848;
}

p {
  color: #484848; /* dark gray */
}

div.container {
  display: inline-block;
  width: 1170px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 20px;
  text-align: left;
  border: 1px solid #888888;
  box-shadow: 10px 10px 5px #888888;
}

div#header {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
}

span#header-left {
  width: 702px;
  display: inline-block;
  height: inherit;
  background: transparent url(../images/amicus4-left.png) no-repeat left 14px;
}

span#header-middle {
  width: calc(100% - 905px);
  display: inline-block;
  height: inherit;
  background: transparent url(../images/amicus4-middle.png) repeat-x left 61px;
}

span#header-right {
  width: 199px;
  display: inline-block;
  height: inherit;
  background: transparent url(../images/amicus4-right.png) no-repeat right top;
  margin-left: 4px;
}

div.header span {
  position: relative;
  left: 25px;
  top: 30px;
  font-family: sans-serif;
  font-size: 2.1em;
  color: #fff;
}

div.menu {
  /* background: #3b3b3b; */ /* dark gray  */
  background: #888888; /* light gray */
  /* width: 100%; */
  width: 100%;
  overflow: hidden;
  text-align: center;
}

#menu > span {
  background: #888888;
  padding: 7px 33px;
  display: inline-block;
  font-family: 'Alegreya Sans SC', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
}

#menu a {
  color: #fff;
}

#menu a:hover {
  color: #daa520;
}

body#home span#menu-home,
body#about span#menu-about,
body#team span#menu-team,
body#research span#menu-research,
body#news span#menu-news,
body#data span#menu-data,
body#software span#menu-software {
  background: #80bfff;
}

body#home span#menu-home a:hover,
body#about span#menu-about a:hover,
body#team span#menu-team a:hover,
body#research span#menu-research a:hover,
body#news span#menu-news a:hover,
body#data span#menu-data a:hover,
body#software span#menu-software a:hover {
  color: #fff;
  text-decoration: none;
}

div.post_info {
  width: 500px;
  border-top: 1px SOLID #f3f3f3;
  border-bottom: 1px SOLID #f3f3f3;
  background: #fafafa;
  font-size: 10px;
  /* color: #444; */
  color: #606060;
  padding: 5px;
}

div.post_info a {
  font-size: 11px;
  /* color: #3b3b3b; */
  /* color: #606060; */ /* gray */
  color: #305b89; /* blue */
  font-weight: bold;
  text-decoration: none;
}

div.main_nav {
  width: 190px;
  float: left;
  height: 100%;
  margin-bottom: 2%;
  overflow: auto;
}

div.sub_menu {
  font-family: 'Alegreya Sans SC', sans-serif;
  margin-right: auto;
  margin-top: 25px;
  font-size: 15px;
  width: auto;
  border: 1px solid #888888;
  /* background: fff; */
  background: #eee;
  clear: right;
}

div.sub_menu > div {
  background: #888888;
  padding: 5px 5px 5px 10px;
  color: #fff;
  width: auto;
}

div.sub_menu a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #68060d;
  text-decoration: none;
  display: block;
  padding: 3px 0 10px 0;
  background: #eee;
}

div.sub_menu p {
  color: #484848; /* dark gray */
  padding-left: 10px;
  background: #eee;
}

div.sub_menu a:hover {
  color: #daa520;
  text-decoration: none;
  display: block;
  padding: 3px 0 10px 0;
  background: #eee;
}

div.content {
  margin-top: 25px;
  margin-left: 230px;
  font-size: 10pt;
}

.button {
  background: #888888; /* light gray */
  color: #fff;
  border: 0;
  padding: 0;
}

a .abstract {
  display: none;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
}

a:hover .abstract {
  display: block;
  float: right;
  text-align: left;
  font-size: 8pt;
  line-height: 10pt;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid #888888;
  color: #484848;
  background: #eee;
}

#rssDivList {
  padding: 0;
  border: 0;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
}

#divRssL {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0;
  background: #eee;
}

#divRssL ul li {
  padding: 0;
  margin: 0;
}

#divRssL a {
  font-variant: normal;
}

#divRssF {
  width: 100%;
  padding: 0 0 0 15px;
  background-color: #FFF;
  margin-bottom: 25px;
  color: #484848; /* darker gray */
}

#divRssF ul {
  background: #fff;
  padding: 5px 0 0 0;
  margin-bottom: 15px;
}

#divRssF li {
  float: left;
}

div.sub_menu ol {
  padding: 0 5px 0 5px;
  margin: 10px 0 5px 0;
  list-style-type: none;
}

div.sub_menu ol > li {
  padding: 0;
  margin: 0 5px 0 5px;
}

#d3orgnet {
  text-align: center;
}

footer {
  display: flex;
  justify-content: space-between;
  background: #c0c0c0;
  font-size: 13px;
  padding: 20px;
  clear: both;
  margin: 0 -20px -20px;
  height: 85px;
}

footer > div {
  display: flex;
  align-self: center;
}

footer p {
  color: #5a5a5a;
  text-shadow: 1px 1px 1px #d4d4d4;
}

footer a {
  text-shadow: none;
  align-self: center;
}

#support, #cc {
  width: 45%;
}

#support > p {
  margin-left: 20px;
}

#cc > p {
  margin-right: 20px;
  text-align: right;
}