#es_expiry {
  width: 800px; }
  #es_expiry * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #es_expiry .form-table th {
    font-weight: bold; }
  #es_expiry .form-table td .a_row {
    height: 101px; }
    #es_expiry .form-table td .a_row.a_header {
      height: 160px; }
    #es_expiry .form-table td .a_row:after {
      content: "";
      display: table;
      *zoom: 1;
      clear: both; }
    #es_expiry .form-table td .a_row .a_col-1, #es_expiry .form-table td .a_row .a_col-3 {
      width: 150px;
      height: 100%;
      float: left;
      padding: 6px;
      background-color: #f6f6f6;
      border-bottom: 1px solid #111111; }
      #es_expiry .form-table td .a_row .a_col-1.white, #es_expiry .form-table td .a_row .white.a_col-3 {
        background-color: white; }
    #es_expiry .form-table td .a_row .a_col-3 {
      width: 280px; }
    #es_expiry .form-table td .a_row label {
      display: inline-block;
      margin: 7px;
      font-size: 14px;
      line-height: 30px; }
      #es_expiry .form-table td .a_row label input {
        vertical-align: middle;
        margin-right: 7px; }
        #es_expiry .form-table td .a_row label input.pt_timestamp {
          cursor: pointer; }
          #es_expiry .form-table td .a_row label input.pt_timestamp:hover {
            background-color: #ffcccc; }
  #es_expiry .electric-studio-logo {
    width: 36px;
    height: 36px;
    float: left;
    margin: 7px 8px 0 0;
    background: transparent url(images/es-logo.jpg) no-repeat center center; }
