#device-information {
	padding: 20px;

	& > table {
		width: 100%;
		margin: 20px 0 30px;

		th, td {
		    padding: 5px 10px;
		    text-align: left;
		}

		td {
		    border-bottom: 1px solid #eee;

		    &:first-child {
				width: 30%;
		    }
		}
		
		.header {
			background: #f7f7f7;
			border-bottom: 1px solid #ddd;
			font-weight: 400;
		}
	}
}

