.dreamy_box a {
    display: inline-block;
}
body .dreamy_box .bb_hide {
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #708090;
    display: none;
    overflow: auto;
    max-width: 425px;
    max-height: 250px;
    position: absolute;
    left: 10%;
}
.current-blog .text {
    color: white;
}
#datachat .dreamy_box {
    border: 1px solid;
    border-radius: 10px;
    margin: 5px 0;
    padding: 5px 0;
}
.current-blog .blog-bg-left {
    display: none;
}
.dreamy_title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}