    #Sorter td:last-child{font-size: 1.4em; text-align: center;}
  #Sorter_paginate {font-size: .675em}
  #Sorter_wrapper select, #Sorter_wrapper input { padding: .2em; height: 2.2em;}
  .dataTables_processing {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 40px;
      margin-left: -50%;
      margin-top: -25px;
      padding-top: 10px;
      text-align: center;
      font-size: 1.2em;
      background-color: #ccc;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(155,155,155,0)), color-stop(25%, rgba(155,155,155,0.9)), color-stop(75%, rgba(155,155,155,0.9)), color-stop(100%, rgba(155,155,155,0)));
      background: -webkit-linear-gradient(left, rgba(155,155,155,0) 0%, rgba(155,155,155,0.9) 25%, rgba(155,155,155,0.9) 75%, rgba(155,155,155,0) 100%);
      background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(155,155,155,0.9) 25%, rgba(155,155,155,0.9) 75%, rgba(155,155,155,0) 100%);
      background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(155,155,155,0.9) 25%, rgba(155,155,155,0.9) 75%, rgba(155,155,155,0) 100%);
      background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(155,155,155,0.9) 25%, rgba(155,155,155,0.9) 75%, rgba(155,155,155,0) 100%);
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(155,155,155,0.9) 25%, rgba(155,155,155,0.9) 75%, rgba(155,155,155,0) 100%);
  }

    /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    opacity: 100;
    visibility: visible;
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    font-size: 1.38462em;
  }

.dataTables_info {
   font-size: clamp(16px,2.5vw,18px) !important;
}

#Sorter_wrapper select, #Sorter_wrapper input{
   min-width: 55px; !important;
}

  #photo_modal_seperator 
  {
    border-top-width: 1px;
    color: default;
    height: 10px !important;
    position: relative;
  }

  #Headshot {
    max-width: 100%;
    height: auto;
  }

  #PhotoName {
      font-size: 0.83em;
      margin-block-start: .5em;
      margin-block-end: .5em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-weight: bold;
  }


  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }