	table.editionTable tbody tr td:first-child {background-color:#fff!important;text-align:center!important}

.path-finder {
    background-color: #eee;
    border: 1px dashed #ccc;
    padding: 25px 30px;
    margin: 0 auto 35px;
}

.path-finder form {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.path-finder form:after {
    opacity: 0;
    content: 'Enter a valid build number!';
    color: #e9132c;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    transition: all ease-out 350ms;
    position: absolute;
    left: 143px;
    border-radius: 0 0 5px 5px;
    bottom: -16px;
}
.path-finder form.error:after {
   opacity:1;
}
.path-finder input {
    width: 250px;
    height: 35px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: auto;
    border: 1px solid #d8d7d7;
    border-right: 0;
    vertical-align: top;
    padding-left: 13px;
}
.path-finder .error input {
    border: 1px solid red;
    border-right: 0;
}
.path-finder input::placeholder{
   font-size:14px;
   color: #999;
   font-weight: normal;
   line-height: normal !important;
   vertical-align: middle; 
}

.path-finder input:focus {
    outline: 0;
}
.path-finder input#submit {
    background-color: #2a79bb;
    color: #fff;
    margin: auto;
    max-width: 100px;
    margin-left: -5px;
    border: 1px solid #2a79bb;
    font-weight: normal;
    vertical-align: top;
    height: 41px;
    padding:0;
}

.path-finder p {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.path-finder h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin:0;
}

.path-finder h3.latest{
    color: #059b4f !important;
}
.path-finder ul li {
    list-style: none;
    padding: 5px 0;
    counter-increment: no;
}

.path-finder ul {
    position: relative;
    padding: 0 !important;
    margin: 15px auto;
    max-width: 370px;
    text-align: left;
}
.path-finder a.how {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 12px;
}
.path-finder ul li span:after {
    content: ' 'counter(no)'.';
    min-width: 22px;
    display: inline-block;
    text-align: right;
}
.path-finder ul li span {
    min-width: 60px;
    display: inline-block;
    color: #999;
}
.path-finder ul li a{
   font-weight: bold;
}
#header-mainsec .nav-dwn {
    display: none;
}
a.refresh {
    position: absolute;
    font-size: 12px;
    right: -60px;
    text-align: center;
    top: -48px;
    color: transparent !important;
    font-weight: bolder;
    text-decoration: none !important;
}

a.refresh:hover {
    color: #5091CE !important;
}

a.refresh span {
    font-size: 25px;
    font-weight:400;
    display: inline-block;
    vertical-align: top;
    color: #5091CE;
}

a.install {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 800;
}
ul.hotfix-table li {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 750px;
    margin: auto;
}

ul.hotfix-table {
    padding: 0 !important;
    margin: 30px 0;
}

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:nth-child(3) {
    word-break: break-all;
}
ul.hotfix-table li span:first-child {
    width: 40%;
}
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;
}
.path-finder ul li span[data-build] {
    color: #000;
    min-width: auto;
    display: inline;
}
.path-finder ul li span[data-build]:after {
    content: '';
    min-width: auto;
    display: inline;
}