﻿@media screen and (min-width: 1024px) {
  .officer_list-dl {
    margin-top:10% !important;
  }
  .officer_update-dl > dt:first-child {
    width:45px !important;
  }
  .officer_update-dl > dt {
    width:120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .officer_list-dl {
    margin-top:3% !important;
  }
   .officer_update-dl > dt:first-child {
    width:45px !important;
  }
  .officer_update-dl > dt {
    width:120px !important;
  }
}