﻿
body {
  font-family: Verdana, sans-serif;
}

/*
header,nav, section,article,footer {
  border:1px solid grey; margin:5px; padding:8px;
}
*/
nav ul {
  margin:0px; padding:0px;
}

nav ul li {
  display:inline; margin:5px;
}

h1>a {
  text-decoration:none;
  color:white;
}

h1>a:hover{
  text-decoration:underline;
  color:white;
}

.banner {
  border:0px;
/*  padding:5px;*/
  background-image: url('../Images/BannerBack.jpg');
/*  border-bottom:1px solid black;*/
}

.banner strong{
  font-size:1.5em;
  text-shadow: 3px 3px 5px #000000;
}

.bannerlogo {
  border:0px;
  margin-right:15px;
  width :54px;
  height:63px;
}

.banner h1{
  margin:0px;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

.bannertitle {
	width:100%;
}
.banner td {
  border:0px;
}

.mainmenu {
  padding-top:10px;
  background-image:url('../Images/ContentBack.jpg');
}

.mainmenu figure {
  text-align:center;
  display:inline-block;
  border: 1px dotted gray;
  margin:0px;
  margin-bottom:10px;
}

.mainmenu img {
  border:0px;
  width :210px;
  height:160px
}

.mainfooter {
  color: white;
  text-align:center;
  background-image: url('../Images/FooterBack.jpg');
  border:0px;
  font-size:0.8em;  
/*  border-top:1px solid black; */
}

.mainfooter td {
  border:0px;
}

.copyright {
  text-align:center;
  width:100%;
}

.content {
  border:0px;
  padding-top:10px;
  background-image:url('../Images/ContentBack.jpg');
}

.topicmenu {
  border:0px;
  background-image: url('../Images/FooterBack.jpg');
  display: inline-block;	
  width:100%;
}

.topicmenu a {
  color: white;
/*  font-size:0.8em;*/
}
    
.topiccontent {
  border:0px;
  padding:10px;
  border-bottom:1px dotted grey; 
}
  
.topiccontent figure {
  border:0px;
  font-size:0.8em;
  display: inline-block;
  text-align:center;
}

.topiccontent h2 {
  margin-top:0px;
}

.topicdraw {
	margin-left:40px;
}

.poster {
  max-width: 100%;
  height: auto;
}

.BenchmarkUserPoster {
}

.caseheader {
  display:inline;
}

.systemcomplextable{
  text-align:right;
  border:1px solid black;
}

.systemcomplextable th, td{
  border:1px solid black;
}

.sitemap{
  max-width: 1300px;
}

.sitemap section{
  display: inline-block;
  padding: 15px;
}

.sitemap a{
  color:#0070c9;
}

.sitemap h3>a{
  color:#1a1a1a;
}

.category-sections{
  columns: 3 auto;
  margin: 10px 0 0;
  padding-bottom: 25px;
}

.list-nobullet {
    margin-left: 0;
    list-style-type: none;
}

@media screen and (max-width: 990px) {
.category-sections{
  columns: 2 auto;
}
}

@media screen and (max-width: 680px) {
.category-sections{
  columns: 1 auto;
}
}

.table-container {
  display: flex;
  flex-flow: column nowrap;
  background-color: white;
  width: 80%;
  border-radius: 4px;
  border: 1px solid #DADADA;
}

.table-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.heading {
  background-color: #ececec;
  font-weight: bold;
}

.row-item {
  display: flex;
  flex: 1;
  padding: 8px 2px;

}

.table-row:last-child,
.row-item:last-child {
  border-bottom: 0;
}