.ui-tooltip {
    background: #fff;
}

.created_system_tooltip {
    cursor: help;
    color: #00cc66;
    padding: 0 8px;
    float: left;
}

.tooltip,
.tooltip .tooltip-inner {
    text-align: left;
    width: 300px;
    max-width: 300px;
}

.tooltip .tooltip-inner ul {
    list-style-type: circle;
    padding-left: 15px;
}

.error {
    cursor: help;
    color: #FF0000;
    padding: 0 8px;
}