 table,th,td
    table.dceditionTable {
        width: 950px;}
    table.dceditionTable td{position:relative}
    table.dceditionTable td:first-child {
        width: 20%;}
    table.dceditionTable thead tr th {
        background-color: #ECEDEE;
        border: 1px solid #E5E5E5;
        font-size: 18px;
        line-height: 20px;
        padding: 0.6em;
        text-align: center;}
    table.dceditionTable td {
        border: 1px solid #E5E5E5;
        font-size: 14px;
        padding: 14px;
        text-align: center;
        vertical-align: middle;
        width: 25%;}
    
    a.link.call-to {
       background-color:#037cbd;
       color:#fff !important;
        padding: 6px 20px;
        font-size: 16px;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid transparent;}
    a.link.call-to:hover {
        background-color: #eee;
        color: #037cbd !important;
        border: 1px solid #037cbd;}
    table.dceditionTable tr th {
        background-color: #ececec !important;
        padding: 15px 5px !important;
        color: #1183cc;
        font-weight: bold;}
    
    table.dceditionTable tr th:first-child {
        background-color: #dee0e0 !important;
        color: #000;}
    
    tr.op_only {
        display:;}
    a.link.comp strong {
        display: block;
        color: #138ad6;
        font-size: 18px;}
    a.link.comp {
        float: right;
        text-align: center;
        margin-right: 40px;
        line-height: normal;
        color: #000 !important;
        font-weight: 400;
        text-decoration: none;}
    a.link.comp:hover strong {text-decoration: underline;}
    table.dceditionTable td h3 {border: 0;
        font-size: 24px;
        font-weight: 600;}
    
  table {
    border-collapse: collapse;
  }
  table, th, td {
    border: 1px solid black;
  th {
    text-align: left;
    padding: 5px 10px;
  }
  td {
    padding: 5px 10px;
  }

      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    