.softwareDetection {
    background-color: yellow;
    line-height: 40px;
    text-align: center;
    color: red;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.softwareDetection .clickView {
    margin-left: 20px;
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

.softwareDetection .closebtn {
    position: absolute;
    z-index: 9999;
    right: 10px;
    line-height: 40px;
    top: 0px;
    cursor: pointer;
    color: black;
}

.softwareDetection .closebtn:hover {
    color: red;
}