﻿.fusion-connection {
    width: 20px;
    height: 10px;
    position: relative;
}

td.dynamic-color {
    font-weight: bold;
}

.fusion-header {
    font-size: medium;
}

.fusion-header th {
    text-align: center;
}

.fusion-row {
    margin-bottom: 2px;
    font-family: Calibri;
    font-size: small;
    text-align: center;
}

#openFusionData .modal-body {
    background-color: silver;
}

#openFusionData .modal-header {
    background-color: white;
    text-align: center;
}

#openFusionData .modal-title {
    font-family: "Arial";
}

.fusion-triangle-left {
    width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 11px solid black;
    display: inline-block;
    position:absolute;
    right: -1px;
    top: -5px;
}

.fusion-triangle-right {
    width: 0px; 
	height: 0px; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 11px solid black;
    display: inline-block;
    left: -1px;
    position: absolute;
    top: -5px;
}