body {
    font-family: arial, sans-serif;
}

li {
   margin:0 0 5px 0;   
}

.centerImage
{
 text-align:center;
 display:block;
}

figure {
    display: table;
}

hr {
    opacity: 0.5;
    color: black;
    border: 1pt solid black;
    margin-before: 0em;
}


figure.center {
    text-align: center;
}
figcaption {
    display: table-caption;
    caption-side: bottom;
    font-style: italic;
}


a {
    color: darkred;
}
table.item-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}


.styled-table td { padding-left: 15px; padding-right: 15px; }
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}


table.display-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    table-layout: auto;
    text-align: left;
    width: 75%;
}

.item-table td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 10px;
}

.item-table tr:nth-child(even) {
    background-color: #dddddd;
}

/*.edit-table tr:nth-child(even) {
    background-color: #dddddd;
}*/

/* box for menus and listings */
.simplebox {
  width: 600px;
  border: 2px solid black;
  padding: 10px;
  margin: 10px;
}

/* box for text */
.textbox {
  border: 2px solid black;
  padding: 10px;
  margin: 10px;
}


body {
  margin: 0;
  font-family: arial, sans-serif;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: black; 
  color: white;
}

.sidebar a:hover:not(.active) {
    background-color: darkred;
    color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

div.article-header {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-style: italic;
    background-color: #ebebeb;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

div.article-footer {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-style: italic;
    background-color: #ebebeb;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
}

div.article-content {
    line-height: 1.4;
    padding: 15px 15px 15px 15px;
}


@media screen and (max-width: 700px) {
 .sidebar {
  background-color: #f1f1f1;
  color: black;
  padding: 16px;
   width: 100%;
   height: auto;
   position: relative;
 }
 .sidebar a:hover:not(.active) { color: black; background-color: #f1f1f1; }
 .sidebar a {float: left;}
 .sidebar a:hover { color: black; background-color: #f1f1f1; }
  div.content {margin-left: 0;}
}

li {
    line-height: 1.2;
}


@media screen and (max-width: 400px) {
    .sidebar {
	background-color: #f1f1f1;
	color: black;
    }
    .sidebar a {
	text-align: center;
	float: left;
    }
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
