
#tip-wrapper {
    float: right;
    width: 30%;
    background-color: #ffcc00;
    color: #000000;
    margin: 10px 5px;
    border: solid 2px #336;
    text-align: right;
    line-height: 1;
    font-weight: bold;
}

#tip {
    background-color: #ffff00;
    color: #000000;
    border-top: solid 2px #336;
    padding: 2px;
    text-align: left;
    line-height: 1.5;
    font-size: 90%;
    font-family: "Comic Sans MS", arial, sans-serif;
    font-weight: normal;
}
