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 Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image : url("https://3.bp.blogspot.com/-iUecMkFwrbg/UtkfDnfpe1I/AAAAAAAAHjM/JYIBv5lDbUU/s1600/backgroundblue1.png");
    background-repeat : repeat;
}
html {
    font-size: 10px;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}
.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: #54b4eb; /* Warna pada bagian body menu */
color: white; /* Warna tulisan */
display: block;
padding: 12px;
border-bottom: 1px solid #ffffff;
border-left: 10px solid #00008B
text-decoration: none;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; /*Jenis font*/
}
 
.vertical-menu a:hover {
background-color: #020886; /* Warna efek yang keluar ketika di arahkan mouse */
color : white;
}
 
.vertical-menu a.active {
background-color: #54b4eb; /* Warna pada header menu */
color: black; /*Warna font*/
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; /*Jenis font*/
}

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

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

.td {
  text-align: center;
}
