body{
		padding:0px;
		margin:0px;
		}
div{
		padding:0px;
		margin:0px;	
	}
.raphaelCanvas{
		position:absolute;
		width:100%;
		height:100%;
		padding:0px;
		margin:0px;
		}
.network{
		position:absolute;		left:0px;
		width:50%;
		height:100%;
		padding:0px;
		margin:0px;

	}
.show{
		position:absolute;		right:0px;

				width:50%;
				height:100%;
		padding:0px;
		margin:0px;

	}
	
.node {
  cursor: pointer;
}

.node circle {
  fill: #F00;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.node text {
  font: 15px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2.5px;
}
.contentholder{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.content {
    margin:auto auto;
    padding:0px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    height: 500px;
}

*:focus{outline:none}