.footerbg{
    background-color: #212121;
    font-family: Open Sans;
}

.points a{
    color: lightgray;
    line-height: 2em;
    font-size: 15px;
}

.page-link{
    position: static;
}

.a,.b{
    width: 33%;
}

.c{
    text-align: justify;
    width: 20%;
    margin-right: 5%;
}

.c p{
    color: lightgray;
}

.col1{
    margin-left: 30%;
}

li::marker {
    color: #2DA2F1;
}

.footer-bottom{
    background-color: #171717;
    font-size: 15px;
    color: #666666;
}

.footer-bottom p{
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 12%;
}

.cart-body{
    margin-left: -13%;
}

@media only screen and (max-width: 1130px){
    .home-domain-search{
        width: 1124px;
    }

    .footer-column1{
        margin-top: -11.5%;
    }

    .footer-column2{
        margin-top: -11.5%;
    }

    .topbar{
        background-color: #404040;
        width: 1124px;
    }

    .navbar-light{
        background-color: white;
        width: 1124px;
    }

    .cart-body{
        margin-left: 0;
    }

    .master-breadcrumb{
        background-color: #E9ECEF;
        width: 1124px;
    }

    #main-body{
        width: 1124px;
    }

    #tableSitesList{
        width: 1024px;
    }

    .table-container table#tableSitesList.table thead{
        text-align: center;
        color: white;
    }
}
