.releasesMenu{
    width: 225px;
}
.releasesMenu .item {
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    box-sizing: border-box;
}
.releasesMenu .item a{
    display: block;
    text-decoration: none;
    color: #4a4a4a;
}
.releasesMenu .item .pointTop {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 20px solid transparent;
    clear: both;
}
.releasesMenu .item .pointBottom {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 22px solid #ffffff;
    border-bottom: 22px solid transparent;
    clear: both;
}
.releasesMenu .item:hover, .releasesMenu .current{
    background-color: #f3f3f3;
    color: #415b76;
    font-weight: bold;
}
.releasesMenu .item a:hover, .releasesMenu .current a{
    color: #415b76;
}
.releasesMenu .hr {
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 30px;
}
.wrapper{
    width: 85%;
    min-height: 500px;
    margin: 60px auto;
    font-family: Helvetica,Arial,sans-serif;
    overflow: hidden;
    color: #4a4a4a;
}
.sidebarArea{
    width: 30%;
    float: left;
}
.contentArea{
    width: 70%;
    float: left;
}
.featuresWrapper, .fixesWrapper{
    font-size: 16px;
    line-height: 1.67;
}
.featuresWrapper .image{
    text-align: center;
}
.featuresWrapper .heading, .fixesWrapper .heading{
    font-size: 20px;
}
.fixesWrapper ul{
    margin-left: 20px;
}
.fixesWrapper .heading{
    margin-bottom: 10px;
}
.featuresWrapper hr, .fixesWrapper hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f2f2f2;
    margin: 40px 0;
    padding: 0;
}
.noData{
    text-align: center;
    margin-top: 50px;
    margin-left: -50px;
}
@media screen and (max-width: 767px) {
    .wrapper{
        width: 100%;
    }
    .sidebarArea, .contentArea{
        width: 100%;
        float: left;
    }
    .sidebarArea{
        margin-bottom: 25px;
        background-color: #f8f8f8;
    }
    .releasesMenu .item{
        text-align:center;
        width: 50%;
        float: left;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        height: 60px;
    }
    .releasesMenu{
        width: 92%;
        margin: 0 auto;
    }
    #featuresContent, #fixesContent{
        padding: 24px;
    }
    .pagination{
        padding-left: 24px;
    }
    .wrapper{
        margin: 0 auto;
    }
    .releasesMenu .item:hover, .releasesMenu .current{
        background-color: #fff;
    }
    .releasesMenu .item .pointTop {
        border-right: 0;
        border-top: 0;
    }
    .releasesMenu .item .pointBottom {
        border-right: 0;
        border-bottom: 0;
    }
}
.desc p{
    margin: 0px;
}
.desc ul {
    padding-left: 15px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    .releasesMenu{
        width: 95%;
    }
}