    .nsbanner {
        width: 100% !important;
        height: 60px;
        z-index: 10000;
        background-color: #333;
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 10px;
        text-align: center;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    .nsbanner span {
        color: #fff;
        font-size: 12px;
    }
    
    .nsbanner span a {
        color: #fff;
        font-weight: bold;
    }
    
    .nsbanner p button {
        background-color: #d90000;
        box-shadow: 0 2px 0 0 #a51616;
        font-size: 12px;
        padding: 4px 18px;
        border-radius: 5px;
        text-align: center;
        border: none;
        text-shadow: none;
        color: #fff;
    }
    
    .nsclose {
        right:100px;
        font-size:20px !important;
        position: absolute;
        top:10px;
        background: #666;
        border-radius:102px;
        cursor: pointer;
    }
    
    @media (min-width: 320px) and (max-width: 480px) {
  
        .nsbanner {
            height: 120px;
            padding: 4px;
        }
        .nsclose {
            right:17px;
            top:80px;
        }

    }
