<style>
/* styles the add document button  */
.ms-addnew a {
    position: absolute;
    top: 282px;
    left: 58%;
    background-color: #063c7c;
    color: white;
    padding: 9px;
    border-radius: 17px;
    font-weight: 900;
}
/* reduces the space below the edit icon  */
td.ms-detailhdredit {
    margin-bottom: -5px;
}

/*exposes the Edit icon  */
td.ms-detailhdredit img {
    display: table !important;
}

/* makes the background on web parts white  */
.ms-webpart-chrome.ms-webpart-chrome-vertical.ms-webpart-chrome-fullWidth {
    background-color: white;
}

/* removes column headers */
tr.ms-viewheadertr.ms-vhltr {
    display: none;
}
/* makes the header background white  */
div#MSOZoneCell_WebPartWPQ3 {
    background-color: white;
}

/* makes the view sinle column  */
div#MSOZoneCell_WebPartWPQ2 table#onetidDoclibViewTbl0 tr {
    display: grid;
}
/* makes the td 97%  */
div#MSOZoneCell_WebPartWPQ2 table#onetidDoclibViewTbl0 tr td {
    width: 97%;
}
/* removes the file icon  */
div#MSOZoneCell_WebPartWPQ2 table#onetidDoclibViewTbl0 tr td img {
    display: none;
}
/* styles the document hyperlink  */
div#MSOZoneCell_WebPartWPQ2 table#onetidDoclibViewTbl0 tr td.ms-detailhdrmid {
    font-size: 22px;
    font-weight: 600;
}
/* styles the item level box  */
div#MSOZoneCell_WebPartWPQ2 td.ms-stylebox {
    border-bottom: 5px solid gray;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-left: 20px;
}
/* Styles the word "Description"   */
div#MSOZoneCell_WebPartWPQ2 table td.ms-detailbtitle {
    font-size: 18px;
    font-weight: 600;
    color: #545454;
}
/* styles the descriptive text  */
div#MSOZoneCell_WebPartWPQ2 table td.ms-stylebody {
    font-size: 18px;
    line-height: 28px;
}
/* adds space at top of web part  */
table#onetidDoclibViewTbl0 {
    padding-top: 12px;
}
</style>