.file-explorer .sharepoint-folder .icon img, .file-explorer .sharepoint-file .icon img{
  max-width: 40px;
  max-height: 40px;
  padding-right: 0;
}
.file-explorer{
  width: 100%;
}
.file-explorer tr:nth-child(even) {
  background-color: #f2f2f2;
}
.file-explorer th{
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}
.flie-explorer td.icon {
    padding-right: 1em;
}
.file-explorer td {
    padding: 5px 2px;
}
#tribe-events-content .tribe-events-calendar td {
  background-color: white;
}