.good_under {
	border-bottom: 1px solid #5DADE2;
}

.bad_under {
	border-bottom: 1px solid red;
}

.boldy_italy {
	font-style: italic;
	font-weight: bold;
}

.select_do_go {
	padding: 5px;
	font-size: 1.15rem;
	color: white;
	display: inline-block;
	cursor: pointer;
	transition: margin-left 1s;
	background: #3399FF;
}

.select_do_go:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 50px;
}

.select_do_no {
	background: red;
}

.key_points_sub {
	margin-left: 20px;
}


/* This makes an UL like list with the bullets with nothing in the bullets but color & font-sizes same as 1REM  */

.item_wrap_list {
	margin-bottom: 15px;
	margin-left: 20px;
}

.item_num_sky, .item_num_red {
	display: inline-block;
	padding: 5px;
	background: #5DADE2;
	width: 5px;
	height: 5px;
	border-radius: 3px;
}


.item_num_red {
	background: red;
}


.item_val_list {
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
	width: 95%;
}

/* This creates an OL type list, with a Dash after the Number before the list Text: such as on:  https://www.anoox.com/shared_and_grow.php  */

.list_head {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}


.item_wrap_bod {
	margin-bottom: 5px;
	margin-left: 20px;
}

.item_val_bod {
	display: inline-block;
	padding: 5px;
	background: #5DADE2;
	border-radius: 3px;
	color: white;
	font-style: italic;
}

.item_val_ol {
	display: inline-block;
	vertical-align: top;
	width: 95%;
	border-left: 1px solid #5DADE2;
	padding: 5px;
	padding-left: 5px;
	margin-left: 5px;
}


