.product-page-back {
    background-image: url('/Content/images/TopBCBackground.jpg');
    background-size: 100%;
    background-attachment: scroll;
    min-height: 272px;
    border-bottom: 0 !important;
    background-repeat: no-repeat
}

.single-up-dl-box .Download-Upgrades {
    background-image: url('/Content/images/Box-Icon/box-icons-upgrades.svg');
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 24px;
}
.ProjectDetails {
    display: inherit;
    color: #777;
}
.ProjectDetails::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fc6;
    position: relative;
    left: 3px;
    display: inline-block;
}
.ProjectDetails .PublishDate img {
    position: relative;
    top: -1px;
    opacity: .6
}
.ProjectTitle::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff7979;
    position: relative;
    left: 3px;
    display: inline-block;
}
.ProjectTitle {
    margin-top: 1em;
    margin-right: 0 !important
}
.NewsPagination {
    background: #fff;
    margin-top: 20px;
    padding: 0 18px;
    box-shadow: 0 1px 3px rgba(109,109,109,.12),0 1px 2px rgba(109,109,109,.12);
    border-radius: 0;
}
.single-up-dl-box h4::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fc6;
    position: relative;
    left: 3px;
    display: inline-block;
}
.single-up-dl-box h4 {
    color: #516486;
    font-size: 16px;
    margin-right: 5%;
    font-weight: 400;
}
