/* Generated code, do not modify */

#viewFilesContent {
    width: 600px;
    height: 400px;
}
#viewFiles_lblTitle {
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
}
#viewFiles_divFilesList {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    background-color: inherit;
    position: absolute;
    padding: 0px;
}
#viewFiles_btnClose {
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 30px;
    position: absolute;
    padding: 0px;
}
