.networkpanel {
	position: relative;
	width: 100%;
	height: 100%;

	.toolbar{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		border-bottom: 1px solid #DDD;
	}

	.network-items{
		position: absolute;
		left: 0;
		top: 36px;
		right: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.network-item{
		border-bottom: 1px solid #DDD;
		padding: 10px;
		line-height: 1.1em;
		
		.description{
			.item{
				display: inline-block;				
			}
			
			.smallitem{
				min-width: 60px;
				
			}
		}
		
		.details{
			font-size: 0.8rem;
			color: #2B2B2B;
		}
	}
}
