.container.new-container {
    max-width: 1000px;
}
.mcontent li,.mcontent p {
    font-size: 15px;
    line-height: 30px;
}
ul.hotfix-table li {
    list-style: none;
    padding: 0;
    display: flex;
    margin: auto;
}

ul.hotfix-table {
    padding: 0 !important;
    margin: 30px auto;
    max-width: 900px;
    width: auto;
}

ul.hotfix-table li span {
    width: 60%;
    padding: 5px 10px;
    border: 1px solid #eee;
}
ul.hotfix-table li:first-child {
    background-color: #eee;
    font-weight: bold;
}

ul.hotfix-table li span:first-child {
    width: 30%;
}
ul.hotfix-table li span:nth-child(2) {
    width: 50%;
}
ul.hotfix-table li span:nth-child(3) {
    word-break: break-all;
}
ul.hotfix-table li:first-child span:first-child{
   border-right: 1px solid #ccc;
}
ul.hotfix-table li span a.readme {
    color: transparent !important;
    position: relative;
    float: right;
    width: 15px;
    height: 24px;
    opacity: .8;
}
ul.hotfix-table li span a.readme:hover{
    opacity:1;
}
ul.hotfix-table li span a.readme:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(images/hotfix-readme-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul.hotfix-table li span span {
    border: 0;
    padding: 0;
    width: auto !important;
}
