.highlight {
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox {
    position: absolute;
    padding-left: 45px;
    width: 216px;
    background: url(arrow.png) no-repeat left top;
    color: Black;
}

.alertbox div {
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/*
@media screen and (max-width: 450px) {
    .alertbox{
        position: static;
        margin-left: 0;
        margin-top: 10px;
        padding: 0 15px;
    }
    .alertbox div{
        width: 100%;
    }
}
*/
