#blockedmssg2 {
            display: none;
            width: 365px;
            position: fixed;
            top: 45px;
            right: 0;
            border-radius: 0px 0px 0px 8px;
            text-align: center;
            background-color: #1e4860;
            z-index: 1000;
            padding: 20px 0px;
            -webkit-box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
            -moz-box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
            box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
        }

        .blockedparagraph {
            padding: 0px 10px;
            text-align: center;
            color: #fff;
            font-family: 'Roboto', 'arial', sans-serif;
            font-size: 0.9rem;
            cursor: default;
        }

        .blockedlink {
            border-style: solid;
            border-width: 0;
            cursor: pointer;
            font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
            font-weight: normal;
            line-height: normal;
            margin: 0 auto 1rem;
            position: relative;
            text-decoration: none;
            text-align: center;
            -webkit-appearance: none;
            border-radius: 0;
            padding-top: 0.5rem;
            padding-right: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0.5rem;
            font-size: 1rem;
            background-color: #008cba;
            border-color: #007095;
            color: #ffffff;
            transition: background-color 300ms ease-out;
            display: block;
            width: 200px;
        }

        .blockedlink:hover {
            background-color: #007095;
            color: #fff;
        }

        .howto {
            color: #ccc;
            font-family: 'Roboto', 'arial', sans-serif;
            font-size: .9rem;
            text-decoration: underline;
        }

        .howto:hover {
            color: #ccc;
            font-family: 'Roboto', 'arial', sans-serif;
            font-size: .9rem;
        }

        .darkdisplay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .6;
            padding: 0;
            margin: 0;
            z-index: 998;
        }

        .howtomessage {
            display: none;
            width: 400px;
            height: auto;
            top: 45px;
            position: fixed;
            right: 0;
            background-color: #fff;
            font-family: 'arial', sans-serif;
            font-size: 14px;
            cursor: default;
            z-index: 1001;
            -webkit-box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
            -moz-box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
            box-shadow: -4px 4px 13px 2px rgba(0, 0, 0, 0.49);
        }

        .howtoheading {
            color: #ED4337;
            font-size: 15px;
            padding-top: 10px;
            padding-left: 15px;
        }
    
        .host {
            text-decoration: underline;
            font-size: 15px;
            padding: 0px;
        }
    
        .mmlogohowto {
            width: 200px;
            display: block;
            margin: 0 auto;
            padding-top: 10px;
        }
        
        .blockertype{
            padding: 1px 15px;
            line-height: 26px;
        }
    
        .blockertype:hover {
            font-size: 16px;
            background-color: #ededed;
        }
        
        .blockertype:hover>.blockericons{
            width: 30px;
        }
    
        .howtobullets {
            list-style-position: inside;
            padding: 0px;
            margin-top: 5px;
            line-height: 1.3;
            font-size: 13px;
            color: #555;
        }
    
        .howtobullets li {
            color: #ED4337;
        }
        
        .howtobullets li span{
            color: #555;
        }
    
        .blockericons {
            vertical-align: middle;
            padding-right: 8px;
            width: 25px;
        }

        .x {
            color: #000;
            text-decoration: none;
            position: absolute;
            z-index: 1002;
            top: 15px;
            right: 15px;
        }