 #fill_pdf {
    position:relative;
    padding: 0px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    overflow:hidden; width: 100%; height: 250px;
    border-bottom: 1px solid #329dc8;
    border-bottom-style: double;
}

.sonin_item {
   float:left;
  width:98%;
  transition: box-shadow .3s;
  /*border-radius:10px;*/
  border:1px solid red;
  /*border-bottom: 1px solid red;*/
  background: #fff;
}
.sonin_item:hover{
   box-shadow: 0 0 20px rgba(36,33,34,.2);
}

.sonin_title {
  float:left;
  width:100%;
  overflow:hidden;
  padding:5px;
  padding-left: 5px;
}
.sonin_title a{
  position: relative;
  text-decoration:none;
  color: #329dc8;
}

.sonin_dates {
  padding-left: 5px;
  float:left;
  color:#d90701;
  width: 100%;
  height: 35px;
  cursor: pointer;
  position: relative;
}
.sonin_dates div i{
 padding-top: 8px;
}
