    .rhs-cont ul {
    padding: 10px 0 10px 25px !important;}
.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:#fde5d5}.table-wrapper{max-width:850px;width:100%;overflow-x:auto}.code{display:inline;padding:2px;background:#f1f1f1;font-family:monospace}.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}}

.table-wrapper{
    width: 100%;
    overflow-x: auto;
}

.table-wrapper table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.table-wrapper table th,
.table-wrapper table td{
    border: 1px solid #ddd !important;
    box-sizing: border-box;
    word-break: break-word;
}

.table-wrapper table th:last-child,
.table-wrapper table td:last-child{
    border-right: 1px solid #ddd !important;
}