.lp-main{
display:flex;
height:80vh;
}

.lp-left{
flex:1;
}

.lp-right{
width:300px;
overflow:auto;
border-left:1px solid #ccc;
}

#lp_pdf{
width:100%;
height:100%;
border:none;
}

#lp_list li{
padding:8px;
cursor:pointer;
}

#lp_list li:hover{
background:#eee;
}

.lp-top{
margin-bottom:10px;
}