.photos-admin #anntable table tr:hover{background:var(--back1) !important;color: var(--char) !important;}
.photos-admin .tablegen td:last-child{width:150px;}
.photos-admin #anntable table tr .draft{color: var(--back0);}
.photos-admin #anntable table tr:hover .draft{color: var(--char) !important;}

@media only screen and (max-width: 768px){
  .photos-admin thead{ display: none; }
  .photos-admin .tablegen tr td:nth-child(2){ display:none; }
  .photos-admin .tablegen td:nth-child(1){width: calc(100vw - 70px); text-wrap: unset; overflow-x: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; display: flex ; align-items: center; height: 45px;}
  .photos-admin .tablegen td:nth-child(1) a{width: calc(100vw - 70px); text-wrap: unset; overflow-x: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; }
  .photos-admin .tablegen td:last-child{width: 45px;}
}
