#main #interaction-results #network-toolbar {
	width: 100%;
	background-color: #EEE;
	font-size: 14px;
}

#main #interaction-results #network-view {
    width: 100%;
	padding: 5px;
}

#main #interaction-results #network-view #cy {
    height: 1000px;
	width: 100%;
}

#main #interaction-results #network-view #network-data {
	display: none;
}

#network-legend { 
	padding: 5px;
}

#network-legend h4 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#network-legend .legend-item {
	width: 48%; float: left;
	padding: 5px;
	height: 30px;
}

#network-legend .legend-item .legend-box {
	width: 30px;
	float: left;
}

#network-legend .legend-item .legend-text {
	text-align: left;
	font-size: 14px;
	margin-left: 30px;
}

#network-legend .legend-item .node { 
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

#network-legend .legend-item .edge { 
	width: 20px;
	height: 4px;
	margin-top: 7px;
}

#network-legend .legend-body {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.genetagFormatNode {
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	float: none;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
}

.ajs-button {
	cursor: pointer;
}

.ui.black.button {
	background-color: #5C6166;
	color: #FFF;
}

#edge-results .interactionTable {
	width: 100%;
	border: 1px solid #666;
}

#edge-results .interactionTable thead {
	background-color: #333;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#edge-results .interactionTable thead th {
	padding: 5px;
}

#edge-results .interactionTable tbody tr {
	border-top: 1px solid #666;
}

#edge-results .interactionTable tbody td {
	font-size: 11px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#edge-results .interactionTable .additionalDetails { 
	cursor: pointer;
}

#edge-results .interactionTable tbody td.systemName {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#edge-results .interactionTable tbody td .systemLink {
	color: #00F;
	cursor: pointer;
}

#edge-results .interactionTable .pubLink,
#edge-results .interactionTable .annotationLink {
	cursor: pointer;
}

#edge-results .interactionTable a,
#edge-results .interactionTable a:visited {
	text-decoration: none;
	color: #00F;
}

#edge-results .interactionTable a:hover {
	color: #7B3B3B;
}

#edge-results .interactionTable thead a {
	color: #FFF;
	text-decoration: underline;
}

#edge-results .interactionTable thead a:hover {
	color: #FF6;
}

#network-usability {
	text-align: left;
}

#network-usability ul {
	margin-top: 10px;
	text-align: left;
	list-style-type: disc;
	margin-left: 20px;
}

#network-usability ul li {
	list-style: disc outside none;
	margin-top: 5px;
}

#network-usability ul li ul {
	font-size: 14px;
}

#network-image-form {
	display: none;
}

#network-nodes, #network-edges, #network-stats { display: none; }

.queryNode { background-color: #7b3b3b; }
.diffNode { background-color: #fc3; }
.chemNode { background-color: #093; }
.sameNode { background-color: #16a; }

.geneticEdge { background-color: #093; }
.physicalEdge { background-color: #FC0; }
.mixedEdge { background-color: #818; }
.chemicalEdge { background-color: #06F; }

.networkStatBubble { 
	float: left;
	width: 45%; 
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.lightBubble {
	color: #000;
}

@media (max-width: 991px) {
    #main #interaction-results #network-view #cy {
        height: 700px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #main #interaction-results #network-view #cy {
        height: 500px;
        width: 100%;
    }
}