div.items table {
border-collapse: collapse;
border: 0px;
}
div.items table td {
border-bottom: 1px solid gray;
border-right: 1px solid gray;
border-left: 1px solid gray;
padding: 2px 4px;
width: 17%;
font-size: 11px;
vertical-align: middle;
}
div.items table thead td {
background-color: black;
color: white;
padding: 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
div.items table tr:nth-child(even) {
background-color: #f1f1f1;
}
.icons .add-link {
background-image: url('../images/mass-add-icon.png');
background-size: 30px;
display: block;
background-repeat: no-repeat;
font-size: 16px;
height: 30px;
line-height: 29px;
padding-left: 60px;
text-decoration: none;
border: 0px solid gray;
width: 100px;
padding-top: 3px;
padding-bottom: 3px;
background-position: 10px 3px;
border-radius: 9px;
box-shadow: 0px 0px 2px 0px gray;
margin-bottom: 15px;
margin-right: 45px;
float: left;
}

.icons .load-link {
background-image: url('../images/add-icon.png');
background-size: 30px;
display: block;
background-repeat: no-repeat;
font-size: 16px;
height: 30px;
line-height: 29px;
padding-left: 60px;
text-decoration: none;
border: 0px solid gray;
width: 100px;
padding-top: 3px;
padding-bottom: 3px;
background-position: 10px 3px;
border-radius: 9px;
box-shadow: 0px 0px 2px 0px gray;
margin-bottom: 15px;
margin-right: 45px;
float: left;
}


.icons .delete-link {
background-image: url('../images/DeleteRed.png');
background-size: 30px;
display: block;
background-repeat: no-repeat;
font-size: 16px;
height: 30px;
line-height: 29px;
padding-left: 60px;
text-decoration: none;
border: 0px solid gray;
width: 100px;
padding-top: 3px;
padding-bottom: 3px;
background-position: 10px 3px;
border-radius: 9px;
box-shadow: 0px 0px 2px 0px gray;
margin-bottom: 15px;
float: left;
}