.prompt-box{
    background: #F8E71C;
    width: 160px;
    height: 160px;
    position: absolute;
    padding: 0px 10px;
    top: 135px;
    left: 20px;
    z-index: 9;
    box-shadow: 0px 3px 4px 0px;
}
.prompt-box h4{
    font-weight: bold;
}
.prompt-box .content{
    font-size: 11px;
}
.prompt-box .btn{
    background: #fff;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.prompt-box .btn:hover{
    background: #fff;
}
.prompt-box .close{
    font-family: FontAwesome;
    height: 26px;
    width: 26px;
    font-size: 30px;
    color: #9B9B9B;
    position: absolute;
    top: -10px;
    right: -13px;
    background: #fff;
    padding: 0;
    border-radius: 50px;
    margin: 0;
    line-height: 26px;
    opacity: 1;
}