elemen {
}
.panel-default, .pkp_block {
    border-color: #54b4eb;
}
.panel, .pkp_block {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.body {
    font-family: Helvetica, sans-serif;
    font-size: auto;
    line-height: 1.42857143;
    color: #2c3e50;
    background-image : url("https://t3.ftcdn.net/jpg/05/15/29/74/360_F_515297408_GRDBJY7xu6b5di37wldGRrJ2Y2Coyzp7.jpg");
    background-repeat : repeat;
}
.html {
    font-size: auto;
}
.html {
    font-family: Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
}
.img {
    max-width: 20%;
    width: 200px;
    height: auto
}
.block-title {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    color : #2a44ad;
    line-height: 2;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 3px solid #20b0e7;
  }
  .block-title span {
   background-color: #20b0e7;
   padding : 8px 8px 0 8px;
   color : #2a44ad;
   line-height: 27px;
  display: inline-block;
  }
.pkp_structure_content {
    background : #fff;
}

.editorial-list{
    position: relative; 

}
.editorial-list li{
   list-style-type:none;
   margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #555;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 

    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}

.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}
 
.vertical-menu a {
background-color: #ffffff; /* Warna pada bagian body menu */
color: #000000; /* Warna tulisan */
display: block;
padding: 10px;
border-bottom: 1px solid #0c372d;
border-left: 1px solid #0c372d
text-decoration: none;
font-family: arial; /*Jenis font*/
}
 
.vertical-menu a:hover {
background-color: #FFD700; /* Warna efek yang keluar ketika di arahkan mouse */
color: black;
}
 
.vertical-menu a.active {
background-color: #00008B; /* Warna pada header menu */
color: #ffffff; /*Warna font*/
font-family: arial; /*Jenis font*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.blockTitle {
    display: block;
    background: #54b4eb;
    color: #fff;
}