/* container */
.kb-container{
  background-color: #fff;
  padding: 0 0;
  position: relative;
  /*overflow-x: hidden;*/
}


/* logo */
.kb-logo{
  position: absolute;
  left: auto; right: 15px; top: 15px;
  /*font-size: 0.8rem;*/
  text-align: right;
  z-index: 2;
}


/* header */
.kb-header{
  width: 100%;
  height: 60px;
  position: relative;
  text-align: left;
  border-color: #aaa;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.kb-header img{
  opacity: 1;
  padding: 5px 5px 0 10px;
  height: 50px;
}


/* main */
.kb-main{
  margin: 0;
}
.kb-main>div{
  padding: 0 15px;
}
.kb-main>div>div{
  padding: 0 15px 15px;
}


/* topicpath */
.kb-nav{
  background-color: #eee;
  z-index: 20001;
}
.breadcrumb{
  margin-bottom: 0 !important;
  padding: 0.75rem 0 !important;
  margin-right: 150px;
}


/* metadata */
table{
  width: 100%;
}
#kbmetadata{
  margin: 15px 0;
}
#kbmetadata tr:nth-child(even){
  background-color: #eee;
}
#kbmetadata td{
  vertical-align: top;
}
#kbmetadata td:first-child{
  font-weight: bold;
  word-break: keep-all;
}
#kbmetadata td.label{
  width: 5em;
}

/* footer */
.copyright{
  margin: 10px 0;
}


/* move button */
.kb-move{
  position: absolute;
  top: 15px;
  right: 15px;
}
.kb-move i{
  font-size: 1.2rem;
}
.kb-move-b{
  text-align: right;
  margin: 15px 25px 25px;
  font-size: 1rem;
}


/* responsive */
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 599px){
  .header{
    width: 100%;
    height: 60px;
    position: relative;
    text-align: left;
    background-position: 0 -100px;
  }
  .header_title {
    height: 60px;
  }
  .header_title img{
    opacity: 0.6;
    height: 100%;
  }
  .topicpath{
    margin: 15px 0 0 15px;
  }
}
@media only screen and (max-width: 575px) { /* xs */
  .kb-logo{
    right: 15px; top: 5px;
  }
  .kb-logo img{
    height: 20px;
  }
}
@media only screen and (max-width: 440px) {

}
