.tooltip {
    border-bottom: 1px dotted #000000; color: #000000; outline: none;
    cursor: help; text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -996em;
    position: absolute;
}

.tooltip:hover span {
    border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute; left: 1em; top: 2em; z-index: 99;
    margin-left: 0; width: 250px;
}

.tooltip:hover img {
    border: 0; margin: -10px 0 0 -55px;
    float: left; position: absolute;
}

.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
    display: block; padding: 0.2em 0 0.6em 0;
}

.tablesmall {border-width: 1px; border-color: black; border-style: solid; font-size: 12px; padding: 2px; border-spacing: 1px} 
.tabletoprow {color:#FFFFFF; background: #00005C;}
.tableoddrow {background: #ccffcc;  margin: 25px;}
.tableevenrow {background: #b3ffb3; margin: 25px;}
.tabledimrow {background: #FFFFFF; color: #B2B2E0;}
.tablehighlightrow {background: #FFD700;}

.tablesmall td {  
    border-style: none;
    vertical-align: middle; 
    text-align: left;
    padding: 1px;
}

.tableimg { 
    border-style: solid;
    vertical-align: middle;
    margin: 0px;
}

.logoimg { 
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: red;
    vertical-align: top;
    height: 12px;
}

.fa-plus-circle:hover, .fa-edit:hover, .fa-trash-alt:hover {
    font-weight: bold;
    color: black;
    background: white;
}