﻿.ProjectInfo {
    width: 800px;
}

.MARCEditor {
    width: 800px;
}


.PatronAssigning {
    width: 1200px;
}

#ms-PatronSelect {
    width: 500px;
}

#ms-PatronSelect span {
    width: 190px;
    overflow: hidden;
    display: inline-block;
}

#ms-DepartmentSelect {
    width: 500px;
}


#DeptSelection {
    width: 180px;
    height: 500px;
}

#SelectedDeptList {
    width: 180px;
    height: 250px;
}

.button-removeall {
    display: inline-block;
    min-height: 25px;
    padding: 0 !important;
    min-width: 64px;
    background: url(../img/RemoveAll.png) no-repeat center center;
    cursor: pointer;
}


.PopupListSelection {
    max-height: 600px;
    width: 480px;
    overflow-y: scroll;
}

.BookTitleList {
    line-height: 24px;
    width: 500px;
}

.BookTitleList li p {
    width: 100px;
}

.BookTitleList li p:nth-of-type(1) {
    width: 300px;
}
