<style>
        #ms-side-nav {
            display: none;
        }

        .body-content {
            display: none;
        }

        .menu-item i {
            font-size: 24px;
        }

        .menu-item span {
            font-size: 16px;
        }

        .menu-item li {
            display: none;
        }

        .dropdown {
            display: inline-block;
            list-style: none;
        }

        .notification_icon_read,
        .notification_icon_new {
            display: none;
        }
    </style>
<style>
        .site_management_ip_address_div_user_information {
            color: #b8c7ce;
            background-color: #3a3952;
            padding: 5px 10px 5px 10px;
            border-radius: 5px;
        }

        .site_management_ip_address_div_user_information label {
            margin-bottom: 0px;
        }

        .site_management_ip_address_user_name {
            font-weight: bold;
        }

        .site_management_ip_address_access_level_code {
            font-weight: bold;
        }

        .site_management_ip_address_button_log_out {
            margin-top: 0px;
            padding: 5px 0px 5px 0px;
            min-width: 50px;
        }

        .breadcrumb {
            margin-bottom: 0px;
        }

        .ms-content-wrapper {
            padding-top: 0px;
        }
    </style>
<style>
        input {
            padding: 0rem 0rem 0rem 0.25rem;
        }

        .site_management_ip_address_button {
            margin-top: 0px;
            padding: 5px 0px 5px 0px;
        }

        .site_management_ip_address_table td:nth-of-type(3) {
            width: 5%;
        }

        .site_management_ip_address_table td:nth-of-type(4) {
            width: 5%;
        }

        .site_management_ip_address_table_blue {
            background-color: #d3d3d3 !important;
        }

        .site_management_ip_address_table_red {
            color: #ff0000;
            font-weight: bold;
        }
    </style>