.custom_tip .tip {
	background-color: #4ca3d9;
	padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	max-width: 200px;
}
 
.custom_tip .tip-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
 
.custom_tip .tip-text {
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

.tip01 {
	font-size: 1em;
}

.tip02 {
	font-size: 1.2em;
}

.tip03 {
	font-size: 1.8em;
}

.tip04 {
	font-size: 2em;
}

.tip05 {
	font-size: 3em;
}