/*navbar format*/
#m_navbar {
    list-style: none;
    font-weight: bold;
    height:40px;
    background-color: #EEE;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    margin-top: 0px;
    clear: bottom;
    z-index:9; 
}

#m_navbar ul{
    position: fixed;
    top: 0;
}

#m_navbar li {
    float: left;
    padding: 6px;
}

.navbar_item {
    display: block;
    color: black;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
}

 #m_navbar li:hover {
    background-color: #CCE;
}

#m_navbar .navbar_item:hover{
    background-color: #CCE;
}

 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #EEE;
    min-width: 160px;
    z-index: 10;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#active {
    background-color: #AAA;
}

/*content format*/
#img_container {
    text-align: center;
}

#text {
    font-size: 14px;
}

#text-block {  
    position: relative;
    margin-top: 20px;
    margin-left: 50px;
}

#text-block p{
    text-indent: 50px;
}

#inline-block {
    position: relative;
    margin-left: 50px;
    margin-top: 0px;
}

/* footer format */
#m_footer {
    text-align: center;
}

.snippet{
    background-color: rgb(220, 220, 220);
    display: block;
    box-sizing: border-box;
  }

figure{
    display: inline-block;
}

figcaption{
    word-wrap:normal;
    text-align: center;
    font-size: 10px;
}

  pre{
    white-space: normal;
    word-wrap: normal;
  }
  
  .kwd1{
    color: rgb(0, 0, 139);
  }
  
  .typ{
    color: rgb(0, 175, 115);
  }
  
  .kwd2{
    color: rgb(175, 45, 175);
  }
  
  .cmt{
    color: rgb(45, 175, 45);
  }
  
  .arg{
    color: rgb(43, 145, 200);
  }
#capTitle{
  margin-bottom: 0px;
}
#capSubTitle{
  margin-top: 0px;
}
#capTitle, #capSubTitle{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#scheddivline{
  border-bottom: 1px solid #9AA2A755;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 60%;
}
.mlacontainer{
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px grey;
  width: 500px;
  padding: 10px;
}
.item{
  border-bottom: 1px solid #9AA2A755;
  padding: 10px;
  padding-left: 20px;
}
.datetitle{
  text-align: center;
}
ul{
  margin-top: 5px;
  margin-bottom: 10px;
}
.clusttitle{
  font-size: 20px;
}
.clustpar{
  padding-left: 20px;
}
#clustdesc{
  width: 800px;
  padding: 30px;
}
.subcat{
    margin: 5px;
    margin-left: 20px;
}
