* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0060FF;
}
header {
	height: 90px;
}
header a img{
	width: 148px;
	height: 90px;
}
.bg-sdn-grey{
	background-color: #dfdfdf;
}
#config_tab_block::after {
	display: block;
	clear: both;
	content: "";
}
@media screen and (min-width: 768px) {
	.collapse.show-md {
		display: initial;
	}
}
@media screen and (min-width: 800px) {
	.small_only{
		display: none;
	}
	header {
		height: 160px;
	}
	header img {
		height: 100%;
		width: 146px;
	}
}
#myTabContent .card-header{
	cursor: pointer;
}