* {
   font-size: 14px;
   line-height: 1.428;
}

a {
    color: #28a745; /* green */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.side-nav a, .top-nav-links a, th a, .actions a {
    color: #28a745;
	padding-right: 10px;
}


.tooltip-inner {
    min-width: 320px; /* the minimum width */
	background-color: #1F8135; /* green color */
	text-align: left;
	border-radius: 0.4rem;
}


.red-button {
 	background-color: #FF0000; /* red color */
	
}

.red-text {
 	color: #FF0000; /* red color */	
}
