 .button-right {
    float: right;
     margin-right: 10px;
     margin-top: 10px;
  }

.detail-view{
    z-index: 1000;
    background: red;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.5), 4px 6px 20px 4px rgba(0, 0, 0, 0.19);
}

.closed-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(145, 155, 145, 0.6);
    z-index: 3; 
    
}

#bibliography_details{
    position: relative;
    margin: auto;
    z-index: 10 !important;
    width: 70%;
    height: 500px;
    background: white;
    overflow-y: scroll !important;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.5), 4px 6px 20px 4px rgba(0, 0, 0, 0.19);
}

.details_row_label{
    font-size: 20px;
    padding-left: 20px;
    padding-right: 50px;
}

td.value{
    font-size: 16px;
}
