﻿.DocumentsSection {
}

.DocumentsSection h3 {
    margin-bottom:5px;
} 

.DocumentsSection ul {
    margin-left:15px;
    padding-left:15px;
    
    margin-top:0px;
    
    list-style-type:square;
}

.Documents {
    width:100%;
    border-collapse:collapse;
}

.Documents thead th {
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;  
}


.Documents .DocumentRow td {    
    border-bottom:1px dotted #ccc;  
}

.Documents .DocumentRow td {
    padding:5px 0px 5px 0px;
}  
  
.Documents .Size {
    padding-left:15px;
}

.Documents .Description {
    margin:5px 0px 5px 0px;
    font-style:italic;
    font-size:9pt;
}
