.row .people {
    margin-left: 0px;
    margin-right: 0px;
}
.people-small .row .small {
    margin-left: 10px;
    margin-right: 10px;
}
.people .pblock {
    margin-top: 20px;
    line-height: 22px;
}

.people .pblock a img {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; 
}

.people .pblock a img:hover {
    -ms-transform: scale(1.2, 1.2) translateZ(0);
    -webkit-transform: scale(1.2, 1.2) translateZ(0);
    transform: scale(1.2, 1.2) translateZ(0);
}

.people .pblock a img:focus { 
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); 
}

.people .name {
    font-size: 16px;
    font-weight: 700;
    color: #636363;
}

.people .avatar-box {
    width: 48px;
    margin: 0px;
}
.people .intro-box {
    width: 100px;
    margin: 0px;
}

.people .avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.text {
    text-align:justify;
}


#drop-down-left > li {
    margin-left: 10px;
    width: 100px;
}


#drop-down-left > li > a {
    font-size: 18px;
    text-align: center;
    padding: 5px 0 5px !important;
    border-top: 5px solid #CCCCCC;
    border-bottom: 5px solid #CCCCCC;
}


#drop-down-left > li > ul > li > a {
    font-size: 14px;
    padding: 5px 10px 5px !important;
    border-left: 5px solid #CCCCCC;
}

#k-head {
    margin-bottom: 0px;
}


.admonition {
  padding: 5px 5px 0px 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.admonition-title {
  margin: 0px 0px 5px;
  font-weight: 700;
  border-bottom: solid;
}
/* "attention", "caution", "danger", "error", "hint", "important", "note", "tip", "warning", "admonition" */
.admonition.important,.admonition.attention,.admonition.admonition {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.admonition.note,.admonition.tip,.admonition.hint {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.admonition.warning,.admonition.caution {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.admonition.error,.admonition.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.post-meta {
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #73116f;
}
.post-footer {
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #73116f;
}

h1:first-of-type {
  margin-top: 30px;
  margin-bottom: 50px;
}
