.zw-cell-container {
  height: auto !important;
  width: auto !important;
  line-height: 30px !important;
}
.zw-cell-container p, .zw-cell-container span {
  line-height: 26px !important;
  font-family: Open Sans !important;
  text-align: left !important;
  background-color: transparent !important;
}
table, td, th {
  border: 1px solid #ddd;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 10px;
}
thead tr th:nth-child(1), tbody tr td:nth-child(1) {
  width: 25%;
}
thead tr th:nth-child(2), tbody tr td:nth-child(2) {
  width: 30%;
}
thead tr th:nth-child(3), tbody tr td:nth-child(3) {
  width: 45%;
}
.zw-br {
  background-color: rgb(253, 229, 213);
}
.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
  }
}