

.error {
	background-color:red;
}

.success {
	background-color:green;
}


.lipm-frame {
	margin-top: 20px;
	margin-left: 5px;
}



.short-message {
	color: green !important;
	font-size: 30px !important;
	text-align: center !important;
	padding: 10;
	border-width: 0;
}


.x-tip {
	font-family: monospace;
    white-space: pre-wrap;
    
}

.treeDiv {
	border-color: grey;
	border-radius: 10px;
	border-style: solid;
	padding: 10px;
	height: 800px;
	width: 100%;
	margin: 20px 5px 5px 5px;
}

