div.jquery-gdakram-tooltip {
    width: 340px;
    color: white;
    font-size: 14px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}

    div.jquery-gdakram-tooltip div.content {
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        background-color: #457CE6;
        width: 280px;
        overflow: hidden;
        float: left;
        padding: 10px;
        text-align: left;
    }

        div.jquery-gdakram-tooltip div.content a {
            color: #fff;
        }

        div.jquery-gdakram-tooltip div.content h1 {
            font-size: 14px;
            border-bottom: 1px solid #C4C4C4;
            padding-bottom: 5px;
        }

    div.jquery-gdakram-tooltip div.up_arrow {
        background: url('images/up_arrow.png') 60px 0 no-repeat;
        width: 100%;
        height: 20px;
    }

    div.jquery-gdakram-tooltip div.down_arrow {
        background: url('images/down_arrow.png') 60px 0 no-repeat;
        width: 100%;
        height: 20px;
    }

    div.jquery-gdakram-tooltip div.left_arrow {
        height: 100%;
    }

    div.jquery-gdakram-tooltip div.left_arrow {
        float: left;
        background: url('images/left_arrow.png') 0 0 no-repeat;
        width: 20px;
        height: 20px;
        position: relative;
        top: 40px;
        left: 0;
    }

    div.jquery-gdakram-tooltip div.right_arrow {
        float: right;
        background: url('images/right_arrow.png') 0 0 no-repeat;
        width: 20px;
        height: 20px;
        position: relative;
        top: 40px;
        right: 20px;
    }
