/**
 *
 * Apply your custom CSS here
 *
*/

body {	
}

a {
}
.pointer{
	cursor: pointer;
}

.msg-ok{
	background: rgba(60, 193, 76, 0.1);
}

.msg-error{
	background: rgba(193, 60, 60, 0.29);
}