/** *********************************************************************************
* ge_bootstrap.css
*
*
* 2020-08-18 - kks - created
** **********************************************************************************/ 

:root {
}

/**********
body {
	margin-left:            0px;
	margin-right:           0px;
	margin-top:             0px;
	margin-bottom:          0px;
	width:                  100%;
	height:                 100%;
 	color:					#000;
	background-color:		#fff;
 	font-size:				12px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}
***********/
/**************
# body {
# 	margin: 0;
# 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
# 	font-size: 1rem;
# 	font-weight: 400;
# 	line-height: 1.5;
# 	color: #212529;
# 	text-align: left;
# 	background-color: #fff;
# }
**************/

a {
	color: #0d0a70;
}

a:hover {
	color: #0d0a70;
}

.btn {
	font-size: 11px;
}

.btn-group {
/*	font-size: 5px; */
}

.btn-outline-dark {
/*********
#	background-color:	#cecece; 
#	color:				var(--light); 
********/
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

