/* The Modal (background) */
.mine-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.mine-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.mine-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mine-close:hover,
.mine-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.mine-agentUrl {
    width: 80%;
}

.mine-graphIri {
    width: 80%;
}

.agent-name {
    width: 80%;
}

button.button:hover {
    color: orangered;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

button.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    width: 150px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

button.cellButton {
    background-color: #4CAF50;
    border: none;
    color: white;
    width: 100px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

p.agent {
    font-size: 16px;
    font-family: Arial, serif;
    font-weight: bold;
}

p.msg {
    font-size: 12px;
    font-style: italic;
    font-family: Arial, serif;
}

input {
    font-size: 16px;
    font-family: Arial, fantasy;
}

h1 {
    text-align: center;
    color: darkblue;
    font-family: Arial, fantasy;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 96%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}

td.blockchain {
    font-size: 12px;
}

a: hover {
    background: #ffffff;
    text-decoration: none;
}

a.datahover span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
}

a.datahover:hover span{
    display: inline;
    position: absolute;
	margin: 15px 0 0 5px;
    background: #dddddd;
    border: 1px solid #b30000;
    color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: left;
}

#output {
    margin: 2%;
}

i {
    padding-left: 5px;
}