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;
    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;
}

	.rhs-cont{
	  width: 100%;border: none;padding: 30px 0 40px 0;
	}
	
h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 0px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
