#lightbox {
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.65);
    display:none;
    position:absolute;
    z-index: 1000;
    top:0;
    left:0;
}

#lightbox div {
    position:absolute;
    right:0;
    top:50px;
}

#additional-info {
    height:170px;
    overflow-y:scroll;
}
#additional-info ul {
    margin:0;
    padding:0;
}
#additional-info li {
    cursor: pointer;
    border-bottom: .25px solid white;
    color: white;
    background-color: #303645;
    list-style-type: none;
    padding: 3px 15px;
    margin: 0;
    font-size:11px;
}
#additional-info li:hover {
    background-color: #0083ef
}

.mlpt-title {
    font-family: Michroma, sans-serif;
    padding: 8px 13px;
    font-size: 14px;
    background-color: #253540;
    margin: 7px 0 3px;
    /*border-bottom: 1px solid white;*/
}