table.editionTable th, table.editionTable td {
    border: 1px solid #e5e5e5;
    font-size: 15px;
    padding: 10px;
    word-break: break-all;
}
.note{
    background: aliceblue;
    padding: 20px;
    border-radius: 10px;
}
table.editionTable td{
    position: relative;
    word-break: break-word;
    font-weight: 400;
}
table.editionTable td a.readme span:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 17px;
    background-image: url(https://www.manageengine.com/ems/images/icon/hotfix-readme-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.readme span{
color: transparent;
}
a.readme{
    text-decoration: none;
}

.heading-menu .menuhead {
    display: inline-block;
}
