
body {
}

.container {
  max-width: 800px;
}

nav {
  width: 100%;
}

nav ul {
  background-color: #eeeeee;
  border: 1px solid #555;
  padding-left: 0 !important;
}

nav ul li {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #555;
}

nav ul li:hover {
  background-color: #aaaaaa;
  color: #ffffff;
}

.last-update {
  color: #333;
  cursor: pointer;
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: 300;
  font-size: 20px;
}

.title-bar {
  position: relative;
  top: 10px;
  right: 0px;
background-color: #ffffff;
}
.site-name {
  position: relative;
  top: 0px;
  float: left;
}
.logo1{
    width:100px;
    height:40px;
    float: left;
    margin-left: 5em;
    margin-top: 24px;
    right: 0px;
}
.logo2{
    width:100px;
    height:40px;
    float: left;
    margin-left: 1em;
    margin-top: 24px;
    right: 0px;
}

.md {
    margin-top: 2em;
    padding: 0 0 0 0;
background-color: #ffffff;
  text-align: justify;
  text-justify: inter-word;
}
