
.info_table{
	border: solid 1px #d8dee4;
	border-radius: 4px !important;
	overflow: hidden;
	margin-bottom: 20px;
}

.info_table thead {
	background: #f6f8fa;
	text-align: left;
}

.info_table th {
	font-weight: 500;
	padding: 10px;
}

.info_table th .flags{
	display: flex;
	justify-content: flex-end;
}

.info_table th .flags span{
	padding: 2px 15px;
	border: solid 1px #d8dee4;
	border-radius: 20px;
	background: #f6f8fa;
	font-size: 14px;
}


.info_table table.table.table-striped {
	width: 100%;
}

.info_table td {
	padding: 7px 10px;
	border-bottom: 1px solid #f6f8fa;
}


.info_table tbody tr td:nth-child(2) {
  font-size: 14px;
}

.info_table tbody tr:hover {
 background: #fcfcfc;
}

/* CSS Styles */
.info_table table.table-striped tbody tr td {
  width: 66.66%; /* Set width for the rest of the <td> elements (2/3) */
}

.info_table table.table-striped tbody tr td:first-child {
  width: 33.33%; /* Set width for the first <td> element (1/3) */
}

.info_table td span{
font-size: 12px;
padding: 3px 10px;
background: #F4F7F9;
margin: 0 10px;
border-radius: 4px;
color: #455afb;
}

.info_table td span.status_good{
color: #2fa852;
}

.info_table td span.vwarn{
color: #fbc245;
}

.info_table td span.status_alert{
color: #fb4545;
}

.inline_button {
	display: block;
	white-space: nowrap;
	background: #7e7e7e30;
	border: none;
	border-radius: 4px;
	padding: 0 7px !important;
	color: #455afb;
	font-size: 12px;
	transition: ease-in-out all .4s;
}
.inline_button:hover {
	background: #455afb;
	color: white;
}