
.tooltipClose {
     background: url('../images/tip-close.png') no-repeat center;
     position:absolute;
     top: 8px !important;
     right: 4px;
     width: 12px;
     height: 12px;
     cursor: pointer;
     left: 95% !important;
}

.warning-tooltip .bt-content {
    color: #292929;
}

.warning-tooltip .bt-content p {
     margin-right: 3px;
     text-align: center;
}

@media screen and (max-width: 480px) {
     header .bt-wrapper.warning-tooltip { top: 70px !important; }
}