.login-side-image .left-logo-image {
    display: none;
}

/* Removed an inconsistancy of inline lists not showing numbers and resetting text, most notable in general terms and conditions */

ol.number-list li {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    list-style: inherit;
}

/* Removed an inconsistancy between hostx template and whmcs inner pages most notable the knowledgebase */

.logo.mega-new-menu-logo, .mega-new-menu-logo-dropdown {
   border-right: none;
}

/* Removed an inconsistancy between hostx template and whmcs inner pages most notable the store section */

.landing-page {
    clear: both;
}

/* My Additions */

ul.blue_arrow li{
list-style-image: url("/templates/CFTS/bullets/blue_arrow.png");
list-style-type: inherit;
}

.cloud_hosting .left .hosting_list ul li:after {
    content: "";
    width: 9px;
    height: 9px;
    border: none;
    background-image: url("/templates/CFTS/bullets/blue_arrow.png");
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: calc(50% - 4px);
    left: 20px;
}