#es_expiry
  width: 800px

  *
    -webkit-box-sizing: border-box
    -moz-box-sizing: border-box
    box-sizing: border-box
  .form-table
    th
      font:
        weight: bold
    td
      .a_row
        height: 101px
        &.a_header
          height: 160px
        &:after
          content: ''
          display: table
          *zoom: 1
          clear: both
        .a_col-1
          width: 150px
          height: 100%
          float: left
          padding: 6px
          background-color: #F6F6F6
          border-bottom: 1px solid #111
          &.white
            background-color: white
        .a_col-3
          @extend .a_col-1
          width: 280px
        label
          display: inline-block
          margin: 7px
          font-size: 14px
          line-height: 30px
          input
            vertical-align: middle
            margin-right: 7px
            &.pt_timestamp
              cursor: pointer
              &:hover
                background-color: lighten(red, 40%)
  .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
