div#settingPageTooltip {
    width: 300px;
}

.tooltip_question {
    cursor: help;
    border-bottom: 1px dotted;
}

.tooltip{
    padding: 10px 13px;
    z-index: 100;
    color: #303030;
    background-color: #F5F5B5;
    border: 1px solid #DECA7E;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}


/* confirmation */
.question {
	position: absolute;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	padding: 10px 14px;
	text-shadow: 0px 1px 0px white;
	background-color: #EAEAEA;
	opacity: 0;
	border: 1px solid #C5C5C5;
	border-radius: 3px;
        font-size: 16px;
        left: 220px;
        margin: 0 0 0 10px;
}

.yes, .cancel {
	margin-top: 3px;
	margin-right: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 2px 10px;
	color: white;
	text-shadow: 0px 1px 0px black;
	background: grey;
	border-radius: 3px;
}

div.splurgy-unit-frame {
    margin: 10px 0 0 0;
    width: 500px !important;
    border: 1px solid black;
    padding: 10px;

}
